I have QuickTime Pro with the MPEG2 plug-in and would like to use it to convert a VOB into nice MPEG4 file. The problem of course is that that QT doens't understand the AC3 audio track. So, what I'm trying to do is use FFMPEG to pass the original MPEG2 video through, untouched, and convert the audio track to MPEG2. Does this make sense? And does it seem like it should work? And does anyone have any tips?
Results 1 to 10 of 10
-
kenmastonGuest
-
Originally Posted by major
Another option is to encode the video as MPG2, which seems redundant? That uses the MPEG2ENC, which makes the following complaint:
++ WARN: [mpeg2enc] Generating dummy SVCD scan-data offsets to be filled in by "vcdimager"
++ WARN: [mpeg2enc] If you're not using vcdimager you may wish to turn this off using -d
So I go to options and change the Profile to DVD. That creates three files, a video, an audio, and a muxed mpeg2. The mpeg2 playes great, but when I try to export it to something else (like mpeg4) it doesn't see the audio track.
Suggestions?
-
Originally Posted by Guest
-
I have an demuxed VOB file. The audio is ac3. I'd like to convert this to mp2 then mux so Quicktime can deal with it.
When I try to use the "mp2" preset in ffmpegX to convert the ac3 file, I get the following error:
Encoding started on Wed Jun 11 10:00:20 PDT 2003
Input #0, ac3, from '/Users/admin/Desktop/movie/audio.ac3':
Stream #0.0: Audio: ac3, 48000 Hz, 5:1, 448 kb/s
sh: line 1: 3630 Bus error /Applications/ffmpegX.app//Contents/Resources/ffmpeg -i /Users/admin/Desktop/movie/audio.ac3 -y -vn -f mp2 -acodec mp2 -ab 224 -ar 48000 -ac 2 -map 0.1:0.0 -benchmark /Users/admin/Desktop/movie/audio.m2a
Do you have any idea what's up?
-
I've read the following:
Invert mapping
"Enable this checkbox to handle input files having inverted streams ie audio first and video second. Supported by ffmpeg engine only."
It would be helpful if you could add the following:
"When encoding from an audio-only file, you must check this box."
Similar Threads
-
vob 2 video + audio then increase audio volume then recombine to vob or mpe
By indyram in forum Authoring (DVD)Replies: 6Last Post: 14th Dec 2011, 01:55 -
Video/audio TS files convert to an uploadable MPEG video
By Prizm007 in forum Newbie / General discussionsReplies: 1Last Post: 4th Jul 2011, 14:30 -
I want to convert video so that they are 3 times the original playing speed
By Joey.G in forum Newbie / General discussionsReplies: 2Last Post: 28th Feb 2010, 09:49 -
Audio works on DVD but not on its original MPEG-2 file
By tealgrey in forum MacReplies: 2Last Post: 15th Mar 2009, 14:32 -
Blu ray conversion,convert video keep original True Hd audio
By carlitoxxx in forum Blu-ray RippingReplies: 16Last Post: 14th Mar 2009, 00:36