AfterDawn.com

Framerate Conversion

Since only our main feature is already at the correct framerate for a PAL DVD, we need to get all the other video corrected. When using a simple speed increase to change framerate, the difficult part is usually the audio, which we already took care of when we were preparing audio assets. All we need to do here is tell AviSynth what the framerate is.

AviSynth Commands

AssumeFPS(25)


Placement In Your Script

Framerate can be changed just about anywhere in the script. I generally prefer to do it near the beginning (in our case this could be right after IVTC), but you can put it just about anywhere in your script after IVTC has been performed.

previous  | next
Written by: Rich Fiscus