swaaye
9th February 2008, 05:19
Hi folks.
I'd like to set up a test in the script to run IVTC only if the framerate is 29.97 fps. This is to detect if Staxrip has forced film or not and run IVTC if not.
if (framerate (clip) == 29.97) {
tfm (source)
tdecimate (hybrid=1)
}
Can I do that with avisynth? I can't really come to grips with the block statements guide for avisynth. lol... :)
I'd like to set up a test in the script to run IVTC only if the framerate is 29.97 fps. This is to detect if Staxrip has forced film or not and run IVTC if not.
if (framerate (clip) == 29.97) {
tfm (source)
tdecimate (hybrid=1)
}
Can I do that with avisynth? I can't really come to grips with the block statements guide for avisynth. lol... :)