finchys
1st July 2007, 20:20
I'm having problems with audio sync for a DVD compilation I'm trying to create.
Workflow as follows:
1. Convert 692MB avi file using CCE SP v 2.70.02.12 as per Doom9 guides.
GSpot details on avi file are:
Video - 576 x 320, DAR 1.800, xvid codec
Audio - MPEG-1 Layer 3, 48kHz 139kb/s total, VBR
I wanted to make the DVD 16:9 ratio (PAL) so used the following AVISynth scipt for input into CCE
avisource("e:\filename.avi")
BicubicResize(720,400)
AddBorders(0,88,0,88)
ResampleAudio(44100)
CCE creates MPV file.
2. Extract audio wav file using DirectStream in nanDUB then use BELight to convert to AC3 or MP2. Tried a two bitrates for the audio conversion (192 and 128).
3. When I then bring the MPV and audio files into TMPGenc DVD Author 3 the audio is completely out of sync. Tried all three audio formats wav, MP2 and AC3 but none in sync.
TMPGenc shows the video file as been 1hr 36mins 17secs however the audio files are completely different lengths as follows:
Wav - 1hr 39mins 55s
MP2 - 58mins 23s
AC3 - 41mins 0s
Any ideas what I'm doing wrong?
System: XP SP2 with latest updates/firmware.
Workflow as follows:
1. Convert 692MB avi file using CCE SP v 2.70.02.12 as per Doom9 guides.
GSpot details on avi file are:
Video - 576 x 320, DAR 1.800, xvid codec
Audio - MPEG-1 Layer 3, 48kHz 139kb/s total, VBR
I wanted to make the DVD 16:9 ratio (PAL) so used the following AVISynth scipt for input into CCE
avisource("e:\filename.avi")
BicubicResize(720,400)
AddBorders(0,88,0,88)
ResampleAudio(44100)
CCE creates MPV file.
2. Extract audio wav file using DirectStream in nanDUB then use BELight to convert to AC3 or MP2. Tried a two bitrates for the audio conversion (192 and 128).
3. When I then bring the MPV and audio files into TMPGenc DVD Author 3 the audio is completely out of sync. Tried all three audio formats wav, MP2 and AC3 but none in sync.
TMPGenc shows the video file as been 1hr 36mins 17secs however the audio files are completely different lengths as follows:
Wav - 1hr 39mins 55s
MP2 - 58mins 23s
AC3 - 41mins 0s
Any ideas what I'm doing wrong?
System: XP SP2 with latest updates/firmware.