I want to convert/encode a divx movie into a pal svcd with cce and using virtualdub (or avisynth) as frameserver. The problem is that the framerate of the divx is 23.976 fps. How can I convert the framerate into 25fps without messing up the audio sync?
To get the best quality you should time compress the audio with a program like cool edit pro, with a ratio of 23.976/25. Then mux it with your final 25fps mpeg2 video. For the video just use Avisynth and add the line assumefps(25).
------------------------------ I like girls with a couple stab wounds, bullet holes, been knocked up a few times. I like girls who'll be able to drive me and look over and be like 'you know my driver's license is suspended.' I like girls who you know have bad credit when they're 2
take the length of the audio and multiply it by 23.976 then divide that by 25 use cool edit and then in time streth, use constand, and input the new time length