Log in

View Full Version : MeGUI tools question


Mister Nobody
23rd October 2008, 09:54
When using the tool D2V creator and selecting 'Demux All Tracks' for audio (using vobs from a DVD), does the audio get ignored when the .d2v file gets used in AVISynth script creator? I'm asking 'coz I seem to be randomly getting audio in my mp4 files (which I don't want) after doing these 2 steps and using the resulting files to load up and encode into .mp4.

What I want is the audio extracted but the video encoding process to ignore the audio streams (not copy them into the .mp4 file).

Do I need to demux the video from the vobs as well before encoding?

Any suggestions?

Inspector.Gadget
23rd October 2008, 14:22
Are you using Media Player Classic to play the MP4 files? If you have a directory that contains test.mp4 and test.ac3 Media Player Classic will play the audio alongside the video without being added to the MP4 container. If you pick a different output folder or different naming scheme (example: output.mp4 and test.ac3) that should solve the problem.

Mister Nobody
23rd October 2008, 15:33
Thanks!