Log in

View Full Version : Changing Frame Rate


toiday
2nd March 2004, 02:24
I have an avi file and want to convert to DVD using AVI2DVD. After converted the file, it turned out to be PAL format. I look in to the avi file and it has frame rate of 25. So I decided to use VirtualDub to convert frame rate to 29.97 for NTSC and use AVI2DVD to convert again. Well, the frame rate is converted on the new avi file but the sound is out of sync. Is there a way to convert the frame rate without making the sound out of sync?

Toiday.

Manngo
3rd March 2004, 14:32
HI!

on the frameserver tab, select 'edit as part of video encoding'. Than a window will open just before the video conversation, where you can edit your avisynth script. Add this line just before the resize command:

ChangeFPS(29.97)

After this you have to stop D2S, add pulldown, replace the encoded video file with the pulldowned one, than resume D2S.
In theory everything will be OK. Problems can appear in scenarist, but just post it here.