alexwrc
8th December 2007, 23:32
I'm trying to rip a DVD to x264/AAC in mp4 container, but the final muxed file has got the audio out of sync.
I opened the vobs in VirtualDub mod (Just by chance) to see the audio properties, and I've noticed some vobs of the same DVD has got a different skew value.
The original audio is LPCM 48Khz 2ch 16 bit, and I usually demux the whole DVD with DGindex, but it didn't show any delay or aditional information, it just demuxed the track in the same format.
Could anyone explain me how to fix this? Surely those skews are giving an aditional delay (skew=delay?) in each vob causing a rare sync problem in the final video.
I used the following programs:
- anyDVD+DVDdecrypter to extract the files
- DGindex to create the d2v and demuxed audio of all vobs at the same time
- x264 video using Megui
- AAC audio in BeLight wth the following command line:
BeSweet.exe -core( -input "D:\total T01 48K 16bit 2ch.wav" -output "D:\total T01 48K 16bit 2ch.mp4" ) -bsn( -2ch -cbr 128 -aacprofile_lc ) -ota( -g max )
- MP4 muxerd with Megui
I opened the vobs in VirtualDub mod (Just by chance) to see the audio properties, and I've noticed some vobs of the same DVD has got a different skew value.
The original audio is LPCM 48Khz 2ch 16 bit, and I usually demux the whole DVD with DGindex, but it didn't show any delay or aditional information, it just demuxed the track in the same format.
Could anyone explain me how to fix this? Surely those skews are giving an aditional delay (skew=delay?) in each vob causing a rare sync problem in the final video.
I used the following programs:
- anyDVD+DVDdecrypter to extract the files
- DGindex to create the d2v and demuxed audio of all vobs at the same time
- x264 video using Megui
- AAC audio in BeLight wth the following command line:
BeSweet.exe -core( -input "D:\total T01 48K 16bit 2ch.wav" -output "D:\total T01 48K 16bit 2ch.mp4" ) -bsn( -2ch -cbr 128 -aacprofile_lc ) -ota( -g max )
- MP4 muxerd with Megui