Trixter
3rd March 2014, 01:33
I need to lower the framerate of a clip, but instead of simple frame dropping like with selectevery or ChangeFPS, I need the target frames blended. I know that ConvertFPS does this if you stay within a threshold, but I'm going from very high to very low rates (ie. 70fps down to 30 or 24) and ConvertFPS complains and wants me to run in "switch" mode which doesn't produce the same results. What I need is something like, if going from 72 -> 24, each frame in the 24fps output would be the result of three source frames blended together.
Is there a flexible way to do this? By "flexible", I mean for any source framerate? I know that for simple conversions where rates are already known, ie. like 60->30, I can overlay() two clips together that are offset by a single frame, but I have a wide variety of sources that range from even multiples (60fps) to some very odd sources (67fps, 70fps, etc.) and I would really like to avoid writing a new script for each one. (These odd sources really do have unique information in every frame, if you're wondering; they're not misconverted or anything). After Effects can do this but I'd really like to avoid doing that since I have almost 100 clips to convert.
I tried searching the forums and FAQs, but most topics with "frame blending" in them are all about trying to remove frame blending from poor telecine conversions. It's very hard to find info on how to intentionally blend frames.
Is there a flexible way to do this? By "flexible", I mean for any source framerate? I know that for simple conversions where rates are already known, ie. like 60->30, I can overlay() two clips together that are offset by a single frame, but I have a wide variety of sources that range from even multiples (60fps) to some very odd sources (67fps, 70fps, etc.) and I would really like to avoid writing a new script for each one. (These odd sources really do have unique information in every frame, if you're wondering; they're not misconverted or anything). After Effects can do this but I'd really like to avoid doing that since I have almost 100 clips to convert.
I tried searching the forums and FAQs, but most topics with "frame blending" in them are all about trying to remove frame blending from poor telecine conversions. It's very hard to find info on how to intentionally blend frames.