frame duplicating FPS conversion,

Questions and answers on how to get the most out of FFAStrans
Post Reply
silicontrip
Posts: 54
Joined: Thu Sep 22, 2016 7:12 am

frame duplicating FPS conversion,

Post 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
silicontrip
Posts: 54
Joined: Thu Sep 22, 2016 7:12 am

Re: frame duplicating FPS conversion,

Post 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
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: frame duplicating FPS conversion,

Post 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
Post Reply