LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-06-2017, 08:34 PM   #1
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Rep: Reputation: Disabled
Video editor suggestions


I need to pick a video file and "glue" small pieces of audio at custom time offsets.

What video editor can I use for this?

Preferably with few dependencies, a CLI batch script won't be a problem as well. I'm fine with passing it the name of video file and a text file containing

Code:
audiofilename,offset
pairs, so it generates me a new video file with sound.
 
Old 12-06-2017, 09:03 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
I have heard Klaatu speak highly of kdenlive, but I think it's one of the more versatile and therefore more complex options.

Here's an article that gives capsule reviews of several Linux video editors.
 
Old 12-06-2017, 09:07 PM   #3
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
I have heard Klaatu speak highly of kdenlive, but I think it's one of the more versatile and therefore more complex options.

Here's an article that gives capsule reviews of several Linux video editors.
I am trying my luck with finding an LQ user who did exactly this generic task and could point his finger to the software he used for it.
 
Old 12-06-2017, 09:23 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Quote:
I am trying my luck with finding an LQ user who did exactly this generic task and could point his finger to the software he used for it.
It's certainly worth a try. I wish you luck. I've edited audio, but not video.

Another thing you might try is searching YouTube for tutorials. I've found some excellent tutorials on YouTube hiding behind the cats and the crud.
 
Old 12-06-2017, 09:30 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I'd think that most of these should work. https://www.tecmint.com/best-free-vi...res-for-linux/


ffmpeg is a very powerful tool but might take more time to learn and play with I'd think.


There are some portable windows programs that will work in wine too.
 
Old 12-07-2017, 01:22 AM   #6
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,150

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
Try Shotcut it's quite good.

https://www.shotcut.org/download/
 
Old 12-12-2017, 07:19 AM   #7
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JJJCR View Post
Try Shotcut it's quite good.

https://www.shotcut.org/download/
This will require building Qt5 from source, but I'll try.
 
Old 12-12-2017, 10:06 AM   #8
Mike_Walsh
Member
 
Registered: Jul 2017
Location: King's Lynn, UK
Distribution: Nowt but Puppies....
Posts: 660

Rep: Reputation: 362Reputation: 362Reputation: 362Reputation: 362
Video editors, eh?

Well, I've given most of them a try in recent years. Kdenlive's fine if you don't object to installing the best part of the KDE Plasma desktop in order to run it...

Cinelerra's worth a look, although it takes some getting used to. It does have the advantage of being able to run on almost any distribution, too; simply download the tarball, unpack it anywhere you like (/opt is as good a place as any).....which gives you a totally self-contained directory. Simply click on the binary executable to run it.

Shotcut and Flowblade.....so-so. I have heard rumours that Shotcut will run quite well under WINE (although not recent versions, it would seem).

Personally, if you want one that's very easy to use, and is also pretty versatile, I always recommend OpenShot. I've used it on more than one occasion to stitch together audio & video tracks produced on two totally different machines, due to one having a decidedly 'dodgy' sound chip. Works well, too....although package managers don't always seem to be able to set-up the Python 'mlt' module correctly, for some reason.

As with so much of this kind of stuff, it's all pretty subjective; what one person loves, another will simply hate. The task you mention is possible to carry out in most halfway decent video editors, so you really have to try 'em out in order to decide which one you find easiest to use.


Mike.
 
Old 12-12-2017, 11:00 AM   #9
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
I'd be trying Blender first, if I wanted to do video editing these days.
 
Old 12-12-2017, 02:05 PM   #10
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Mike_Walsh View Post
Personally, if you want one that's very easy to use, and is also pretty versatile, I always recommend OpenShot.
I just want one that can do the particular task stated in my first post: I need to glue small pieces of audio at given offsets in the video file and produce a video file with sound, that's it.
 
Old 12-12-2017, 03:50 PM   #11
Mike_Walsh
Member
 
Registered: Jul 2017
Location: King's Lynn, UK
Distribution: Nowt but Puppies....
Posts: 660

Rep: Reputation: 362Reputation: 362Reputation: 362Reputation: 362
If that's all you need it to do, OpenShot will be more than capable of carrying out the task. I'm not certain where you'd get OpenShot from, but there's plenty of Slackware users on here; somebody else will be better suited to give advice on that front.

You might find this helpful:-

http://www.openshotusers.com/help/1.3/en/ar01s03.html

A 'quick-start' guide to using OpenShot. It doesn't take long to get hold of the basics, trust me.


Mike.

Last edited by Mike_Walsh; 12-12-2017 at 03:52 PM.
 
Old 12-12-2017, 04:46 PM   #12
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Mike_Walsh View Post
If that's all you need it to do, OpenShot will be more than capable of carrying out the task. I'm not certain where you'd get OpenShot from, but there's plenty of Slackware users on here; somebody else will be better suited to give advice on that front.

You might find this helpful:-

http://www.openshotusers.com/help/1.3/en/ar01s03.html

A 'quick-start' guide to using OpenShot. It doesn't take long to get hold of the basics, trust me.


Mike.
It's here http://slackbuilds.org/repository/14...edia/openshot/ I will try this one too, thank you.
 
Old 12-12-2017, 07:20 PM   #13
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,150

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
Question

Quote:
Originally Posted by dugan View Post
I'd be trying Blender first, if I wanted to do video editing these days.
Blender is cool, but need a lot of time to learn and be familiar with it. And it requires a lot of RAM and at least a decent graphic card.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Avidemux Video Editor An Easy To Use Video Editor For Linux LXer Syndicated Linux News 0 06-15-2017 07:18 PM
LXer: OpenShot 2.2 Open-Source Video Editor Released with 4K Video Editing, More LXer Syndicated Linux News 0 12-22-2016 07:31 AM
Video Editor suggestions for Slowmation project. k3lt01 Linux - Software 2 04-19-2013 06:10 PM
Suggestions for video editor for Slackware? astrogeek Slackware 15 12-18-2010 04:42 AM
LXer: Open Movie Editor: Linux Video Editor with Plot Twists LXer Syndicated Linux News 0 10-27-2008 09:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration