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
frame duplicating FPS conversion,
-
- Posts: 54
- Joined: Thu Sep 22, 2016 7:12 am
Re: frame duplicating FPS conversion,
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?
Thanks
Mark
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
Mark
Re: frame duplicating FPS conversion,
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
-steinar