Tio
15th September 2005, 23:40
I am attempting to apply slow-motion to a short portion of a clip but can't seem to figure the correct filter implementation. Having used other JDL functions I figured I'd give the "JDL_Applyrange" function merged with the "AssumeFPS" & "AssumeSampleRate" filters a try. I have verified the function to work by testing hue, sat, etc. filters with it but can not seem to get "AssumeFPS" integrated.
Clip properties are 23.976 fps with a 48000 sample rate audio. AVISynth->V'Dub->XviD/AVI
My basic attemps looked like:
JDL_ApplyRange(16544, 16656, "AssumeFPS(12)") &
JDL_ApplyRange(16544, 16656, "AssumeFPS(12).AssumeSampleRate(22000)"). I've used differing framerates along with matching % of audio sample reduction but continue to get the following AVISynth error: Splice: Video framerate doesn't match. I'll admit I'm not real swift when it comes to scripting so I am probably making a very basic (and/or stupid) assumption or mistake. Additional options also welcomed.
Any insight would be appreciated.
Tio
Clip properties are 23.976 fps with a 48000 sample rate audio. AVISynth->V'Dub->XviD/AVI
My basic attemps looked like:
JDL_ApplyRange(16544, 16656, "AssumeFPS(12)") &
JDL_ApplyRange(16544, 16656, "AssumeFPS(12).AssumeSampleRate(22000)"). I've used differing framerates along with matching % of audio sample reduction but continue to get the following AVISynth error: Splice: Video framerate doesn't match. I'll admit I'm not real swift when it comes to scripting so I am probably making a very basic (and/or stupid) assumption or mistake. Additional options also welcomed.
Any insight would be appreciated.
Tio