Hello
I'd like to convert a MOD file (MPEG-PS + AC-3) recorded with a JVC camcorder into an AVI file so I can edit it with VirtualDub (1.9.11).
Although I used the following command found through Google, ffmpeg (version N-37208-g01fcbdf built on Jan 27 2012) apparently uses its own format (FMP4 = "MPEG-4 Visual Simple@L1"), which VirtualDub doesn't support out of the box:
Which format would you recommend I use with ffmpeg so that VirtualDub is able to edit it?Code:ffmpeg -i input.mod -vcodec libxvid -f mp4 -sameq -acodec libmp3lame -ab 192k -ar 48000 output.avi
Thank you.
+ Reply to Thread
Results 1 to 10 of 10
-
Last edited by yetanotherlogin; 13th May 2012 at 19:25.
-
you are re-encoding the video & audio into xvid/mp3 (quality loss)
you can just rewrap into mpeg-ps and vdub can edit if you have vdub mpeg2 plugin + ac3acm installed
Code:ffmpeg -i input.mod -vcodec copy -acodec copy -f vob output.mpg
-
Thanks for the tip. I'll check how to add mpeg2 and ac3acm into VirtualDub.
-
Thanks for the link. I tried the following, but it fails working:
1. From http://fcchandler.home.comcast.net/~fcchandler/, downloaded and unzipped the two codecs, and restarted VDub:
AC-3 plugin (version 1.9)
MPEG-2 plugin (version 4.5)
VDub says:
No audio decompressor could be found to decompress the source audio format.
(source format tag: 2000)
The system cannot find the file specified.
Does it mean I should run the stand-alone application to convert the audio from ac3 to acm?
Thank you. -
Thanks for the help. It worked
I think what happened was:- A few weeks ago, I gave my first try at editing a MOD file but it failed opening because it didn't have the MPEG2 plug-in. I didn't go that way because someone told me it was a QuickTime file anyway
- Last night, added the MPEG2 plug-in, used ffmpeg to convert the MOD file to AVI, and tried opening the file with VD but it failed
- Today, with MPEG2 + AC3 plugins installed in VD, opened the original file successfully.
One last thing: I actually just need to remove a few minutes at the beginning: Is it possible to save the file without decompressing and recompressing the video + audio?
I tried Video/Audio > Direct Stream Copy, removed the section, then File > Save as AVI, but VD says:
The source video stream uses a compression algorithm which is not compatible with AVI files. Direct stream copy cannot be used with this video stream. -
Similar Threads
-
trying to email MOD video clip, too big. How do I convert??
By Crunchberry in forum Video ConversionReplies: 8Last Post: 22nd Mar 2012, 22:55 -
FFMPEG Automated Video Convert
By sp0oon in forum Video ConversionReplies: 4Last Post: 12th May 2010, 10:58 -
How to use ffmpeg? .MOD to .MPEG to ffmeg.
By CAH1 in forum ffmpegX general discussionReplies: 17Last Post: 19th Mar 2009, 20:22 -
converting MOD to AVI to MP4 using avisynth, x264, mp4box & ffmpeg
By Wakewatcher in forum Video ConversionReplies: 3Last Post: 27th Dec 2008, 16:58 -
problem with divx with newer virtualdub and virtualdub mod
By goingape in forum Newbie / General discussionsReplies: 9Last Post: 26th Mar 2008, 17:08