Page 1 of 1

frame duplicating FPS conversion,

Posted: Mon Sep 26, 2016 6:58 am
by silicontrip
Hi there Steinar,

Last question,

I have some source clips with very low FPS (around 5fps) which do not look good with frame blending FPS converter. Is it possible to include a frame duplicating FPS converter?

Sorry for all the questions.
thank you again for your help

Mark

Re: frame duplicating FPS conversion,

Posted: Mon Sep 26, 2016 7:23 am
by silicontrip
I probably should investigate custom Avisynth filters before posting these. I'm not familiar with avisynth, so wasn't sure of it's functionality;

would this custom script be correct?

Code: Select all

# change to 25 fps using frame duplication
m_clip=ChangeFPS(m_clip,25,1)
Return m_clip
Thanks
Mark

Re: frame duplicating FPS conversion,

Posted: Mon Sep 26, 2016 9:17 am
by admin
You will just have to try. I'm not sure how the "ChangeFPS"-function will behave on frame rates that low. 5 fps sources will probably never look good but you can also try the "FPS conversion"-node and check the "Use motion compensation"-option.

-steinar