Zeleni
3rd February 2006, 20:14
I have a huge wmv source 6.5GB devided into 2 DVDs (wmv & wma 5.1) that I want to make single DVD (4.3GB) avi using XviD and AC3.
I've used VirtualDubMod/AviSynth to encode to avi.
[qoute=t2.1.avs]
DirectShowSource("D:\T2HDTV\T2.1.wmv", fps=23.976)
BicubicResize(1280,544,0,0.5)[/quote]
I've used winamp diskwriter plugin to decode wma 5.1 to wav 5.1, then encoded wav to ac3 using ADCtools.
The result was serious sync problem that apears to be non linear. After some testing I concluded that problem is not in audio transcoding but in video transcoding (framerate problem?).
Can anyone help me resolve this issue if possible?
Thanks.
I've used VirtualDubMod/AviSynth to encode to avi.
[qoute=t2.1.avs]
DirectShowSource("D:\T2HDTV\T2.1.wmv", fps=23.976)
BicubicResize(1280,544,0,0.5)[/quote]
I've used winamp diskwriter plugin to decode wma 5.1 to wav 5.1, then encoded wav to ac3 using ADCtools.
The result was serious sync problem that apears to be non linear. After some testing I concluded that problem is not in audio transcoding but in video transcoding (framerate problem?).
Can anyone help me resolve this issue if possible?
Thanks.