I've converted an m2v to Divx AVI using the DIVX mencoder preset (0.0.9tr4) without sound, and I was hoping to use the mux tool to add the original AC3 audio to this avi. The mux seems to work since the resulting file's size is the sum of of both the video and audio files, but, no matter what player I try, the audio does not play.
Any help would be appreciated.
Thanks,
Alph
Results 1 to 7 of 7
-
-
Have you tried extracting (I assume you have the DVD) as a VOB file with both video and audio, then running that through ffmpegX, encoding video and passthrough audio? Would be interesting to see if that also has the same issues or if it's only a problem when muxing two files together.
-
That was a good idea.
I tried with the vob and passthrough as you suggested, and the resulting avi did not even contain an audio track. I then tried to encode the vob to mencoder AVI by re-encoding the audio to ac3, and that too resulted in an AVI that had no audio track.
It seems FFMPEGX does not support AC3 in AVI. From my understanding this is not standard, nor is an AVI with MP3 audio for that matter.
Thanks,
Alph
-
That's a bit strange... I have encoded from VOB w/ AC3 to AVI w/ AC3 before and it worked, so it could be a problem with the specific version you're using.
If you're comfortable with the command line, you could try combining the files manually. You show contents on ffmpegX and navigate to Contents/Resources/ffmpeg, then you drop that onto a Terminal window followed by "-i path/to/video.avi -vcodec copy -i path/to/audio.ac3 -acodec copy path/to/outfile.avi".
I'm going to try the latest version and see if I can reproduce the situation.
-
Because of your last comment I decided to try converting an mpeg4/mp3 AVI to mpeg4/ac3 to see if that would work, and it did. I then re-acquired that original vob and tried that again, and that worked. Confused at this point, I tried to remember what I had done the last time and proceeded to test a few things.
As it turns out the problem was not FFMPEGX, but rather MPEG Streamclip 1.3.1. It appears that using the "Convert to MPEG" or the "Convert to m2v and ac3, " as I had done, in Streamclip to save your editing and then trying to encode in FFMPEGX produces the problem described above. Using the "Save as" command in Streamclip does not produce this problem however.
Another little quirk to remember.
Thank you for your help
Alph
Similar Threads
-
AVI-MUX: How do I mux avi file with a setting of "preload=512?"
By Stealth3si in forum EditingReplies: 3Last Post: 1st Feb 2010, 10:10 -
ASF2VC1 & transcode the audio WMA to AC3, then mux video VC-1 and audio
By tigerb in forum Newbie / General discussionsReplies: 0Last Post: 9th Jan 2010, 08:02 -
How to mux a AC3 file back into a mp4
By Scarpad in forum AudioReplies: 1Last Post: 26th Nov 2009, 10:44 -
mux 5.1 ac3 into wmvhd?
By nick101181 in forum AudioReplies: 5Last Post: 27th Jul 2008, 14:04 -
h264 + ac3... .mkv mux in synch, .avi mux out of synch...
By homerpez in forum Video ConversionReplies: 0Last Post: 5th May 2007, 05:42