I need to convert Quicktime MOV video files from my digital still camera to MPEG-2 for archiving/editing/playing. Even after much research I did not find a simple explanation of how to do that using free tools while retaining the full HD resolution (1280x720).
Then I found MEncoder and after many hours of trial and error due to the sparse documentation I had figured out the correct command line parameters. To simplify the process of converting my MOV files to MPEG I wrote a small batch file that takes the path to a MOV file as its argument and spits out an MPG file in the same location.
A more lengthy explanation of the process can be found in my blog: http://it-from-inside.blogspot.com/2008/11/how-to-convert-quicktime-mov-video.html
I tried to attach the batch file to this post, but only images are allowed. You can find it in my blog article, though.
I hope many find this useful.
+ Reply to Thread
Results 1 to 9 of 9
-
-
-
Thanks, Baldrick.
I have attached the batch file to this answer.
mencode.cmd -
How do you use it?
I tried
D:\Video\Mencode\mencode sample.mov (at a command prompt) and it gave the error "Output file D:\Video\Mencode\sample.mpg already exists. Aborting..." -
supreme2k: it is kind of obvious, isn't it? The script tells you the output file (file.mpg) already exists. As can be clearly seen in the script this is a safety check. What to do? Delete or rename the existing MPG file.
Baldrick: I just tried to open one of my Quicktime MOV files with AVIDemux. It crashes while doing that. -
Originally Posted by hiroprot
-
Supreme2k,
sorry for being unfriendly in the earlier post. There was indeed a bug in the handling of paths with spaces in them. I have corrected this and made an updated batch file available for download here:
http://it-from-inside.blogspot.com/2008/11/how-to-convert-quicktime-mov-video.html -
Works great now.
Thanks for your help!
Similar Threads
-
How to convert Mov video files to Mpeg
By Tintin11 in forum Video ConversionReplies: 4Last Post: 8th Dec 2010, 08:14 -
Demux Quicktime .MOV into original MPEG-2 ??
By mob in forum Video ConversionReplies: 8Last Post: 6th Nov 2010, 20:50 -
Can QuickTime Pro Convert XDCAM MP4 to .mov?
By boriega in forum Video ConversionReplies: 2Last Post: 15th Sep 2010, 15:17 -
Quicktime/MOV files in TmpGenc
By buddycat in forum Video ConversionReplies: 2Last Post: 20th Mar 2009, 21:54 -
Problem converting quicktime .mov files to mpeg-1
By jtk in forum ffmpegX general discussionReplies: 8Last Post: 2nd Sep 2008, 18:42