Selur's Little Message Board

Full Version: 60 fps conversion with best settings?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Try Avisynth with FrameRateConverter, result looks fine to me.
Best result would require writing some manual script writing in which one would:
a. create a mask of the static areas
b. do the interpolation on the whole clip
c. do some interpolation on the more static areas
d. combine both
Stuff which a relative static hub something like that could work.
Did a quick reencode using FrameRateConverter without any tweaking aside from using preset 'slowest':
Code:
FrameRateConverter(FrameDouble=true,Preset="slowest",Output="auto",SkipOver=210)
-> see result: https://ufile.io/wvuti (download will be valid for a week)
(sadly there is no Vapoursynth version of FrameRateConverter afaik.)

Cu Selur
(11.12.2017, 19:03)Selur Wrote: [ -> ]Try Avisynth with FrameRateConverter, result looks fine to me.
Best result would require writing some manual script writing in which one would:
a. create a mask of the static areas
b. do the interpolation on the whole clip
c. do some interpolation on the more static areas
d. combine both
Stuff which a relative static hub something like that could work.
Did a quick reencode using FrameRateConverter without any tweaking aside from using preset 'slowest':
Code:
FrameRateConverter(FrameDouble=true,Preset="slowest",Output="auto",SkipOver=210)
-> see result: https://ufile.io/wvuti (download will be valid for a week)
(sadly there is no Vapoursynth version of FrameRateConverter afaik.)

Cu Selur
Ok thank you, I will try it.. I had tried the frame rate converter before but I didn’t know what settings to use so it came out the same.
Pages: 1 2