Log in

View Full Version : Sync issue, muxing with MeGUI (MP4box)


Perscitus
14th May 2012, 18:00
I'm using MeGUI's MP4muxer to mux my video and audio tracks. I'm trying to put a delay of 1600ms on the audio, but when I mux it, the delay value is ignored(it doesn't put any delay no matter my value). I checked in the log file from MeGUI and this is the cmd line used for the mux..
"C:\Apps\Encoding Tools\MeGUI\tools\mp4box\mp4box.exe" -add "C:\Encoding Projects\Output\Ripped\vid-ripped.mp4#trackID=1:fps=23.976"
-add "C:\Encoding Projects\Output\Ripped\vid-ripped T80 2_0ch 192Kbps DELAY 1600ms.mp4#trackID=1:name=Voice & Music:delay=1600"
-add "C:\Encoding Projects\Output\Ripped\vid-ripped T81 2_0ch 192Kbps DELAY 1600ms.mp4#trackID=1:name=Music Only:delay=1600"
-tmp "C:\\Encoding Projects\\Temp" -new "C:\Encoding Projects\Output\vid-ripped-muxed.mp4"
I'm playing the result back with Media Player Classic HC (x64). I muxed it with mkv mux to check and it worked just fine. I need the file to be MP4 though. Is there something that might help correct this issue? Thanks.