LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-13-2009, 04:30 AM   #1
eco
Member
 
Registered: May 2006
Location: BE
Distribution: Debian/Gentoo
Posts: 412

Rep: Reputation: 48
Question What tools would you use to edit home videos?


Hi guys,

My son turned one and I already have over 60GB of video, most of it rubish cause my camera skills are /dev/null.

Anyway, I was wondering what programs you guys would recommend for croping, ordering, ... videos.

I'm not looking to make DVDs with fancy menus yet, just a good stable tool to keep the good and bin the rest.

Thanks for your advice.
 
Old 04-13-2009, 04:51 AM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Avidemux is probably the most popular program in this category. Check this link for some other choices.
 
Old 04-13-2009, 08:57 AM   #3
lindylex
Member
 
Registered: Mar 2007
Posts: 192

Rep: Reputation: 17
eco, if you know how to program or not afraid of it you can do some serious editing on yes I know don't say it Windows, using this avisynth.org.

The language is super easy to learn and with 4 lines of code you can do some serious editing especially on those really large files on a really old computer. Here is an example concatenating two different video files and overlaying your favorite mp3 on top of it.

Code:
a = avisource ("C:\images\demargo\MVI_0988.AVI", false )
b = avisource ("C:\images\demargo\MVI_0989.AVI", false )

combined = a + b

theaudio= MPASource ("C:\projects\ILoveLindyLex.mp3", normalize = false) + MPASource ("C:\projects\ILoveLindyLex.mp3", normalize = false)

final_project=AudioDub(combined, theaudio.Trim(0,combined.FrameCount())
Thanks LindyLex
 
Old 04-13-2009, 10:10 AM   #4
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by eco View Post
Hi guys,

My son turned one and I already have over 60GB of video, most of it rubish cause my camera skills are /dev/null.

Anyway, I was wondering what programs you guys would recommend for croping, ordering, ... videos.

I'm not looking to make DVDs with fancy menus yet, just a good stable tool to keep the good and bin the rest.

Thanks for your advice.
For advanced stuff most people use cinelerra, but don't ask me about it. I never used it and all I do with videos can be done with mencoder in command line (just cutting some pieces and that stuff).

There's also kino.
 
Old 04-14-2009, 01:50 AM   #5
eco
Member
 
Registered: May 2006
Location: BE
Distribution: Debian/Gentoo
Posts: 412

Original Poster
Rep: Reputation: 48
Thank you all for your replies.

lindylex, thanks for the info but 'sadly' I don't have windows at home.
i92guboj, I tried them both and found cinelerra to be way over the top for my needs as you said it might be. It looks like I might be going the mencoder way if I can figure it out fast or I'll fall back on Avidemux.

Thank you all!
 
Old 04-14-2009, 02:00 AM   #6
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
For the record, you can cut a section of a video with mencoder, without re-coding it (you'd lose quality that way).

I use something like this:

Code:
mencoder -idx original_file.avi \
  -ss 00:00:00 -endpos 22:22:22 -ovc copy \
  -oac copy -o destination_file.avi
  • -idx means reindex the file, so you can jump to any random position at any time
  • -ss is the starting position
  • -endpos if my memory serves correctly is not the absolute ending position, but an offset, counting from -ss
  • -oac copy -ovc copy means just copy the streams, do not recode

So, to crop from minute 7 to minute 9 you would so -ss 00:07:00 -endpos 00:02:00. Not excellent, but certainly damn fast and in any case it's enough for my needs.
 
Old 04-15-2009, 02:02 AM   #7
eco
Member
 
Registered: May 2006
Location: BE
Distribution: Debian/Gentoo
Posts: 412

Original Poster
Rep: Reputation: 48
Thanks i92guboj, that will get me started nicely!
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: PyTube - Download,Edit,Convert videos from video sharing websites LXer Syndicated Linux News 0 08-17-2008 11:50 AM
How can i edit xvidcap videos in windows. ASTRAPI Linux - Software 1 10-22-2007 11:55 PM
LXer: NETGEAR(R) Announces 'Digital Entertainer HD,' First Media Receiver With HDMI for Streaming HD Movies, YouTube Videos, iTunes Music and More From PCs, Storage Devices and the Internet to Home Entertai LXer Syndicated Linux News 0 01-07-2007 02:54 PM
any tools to edit music files? bonito SUSE / openSUSE 2 09-26-2005 04:42 PM
Any command-line tools which can edit EXIF image data? neocookie Linux - Software 1 01-27-2005 11:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:28 PM.

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