Posts: 1
Threads: 1
Joined: Aug 2017
Can you tell me does the hybrid convert in 120fps?
Posts: 10.551
Threads: 57
Joined: May 2017
27.08.2017, 16:19
(This post was last modified: 27.08.2017, 16:20 by Selur.)
There are multiple ways Hybrid can convert lower frame rate content to 120fps:
- 'Filtering->Speed Change->Speed Settings->Scale output frame rate->120 fps' target frame rate will be archived by duplicating frames (cpu only)
- 'Filtering->Speed Change->Speed Settings->Interpolate frame rate->120 fps' target frame rate will be archived by interpolating frames (rough method by ffmpeg, but works on all operation systems) (cpu only)
- 'Filtering->Avisynth->Frame->FPS adjust->SalFps3->Fps->120' target frame rate will be interpolated (cpu only)
- 'Filtering->Avisynth->Frame->FPS adjust->Interframe->Target frame rate->120' target frame rate will be interpolated (cpu&gpu when 'GPU' is enabled)
- 'Filtering->Avisynth->Frame->FPS adjust->FrameRateConverter->Frame rate (num/den)->120/1' (experimental; cpu only) (not available in current release; will be in the future)
- 'Filtering->Vapoursynth->Other->Frame interpolation->Interframe/SVP->FPS->120' target frame rate will be interpolated (cpu&gpu when 'GPU' is enabled)
- 'Filtering->Vapoursynth->Other->Frame interpolation->MVToolsFPS->Target fps->120' target frame rate will be interpolated (cpu only)
There are also some videos on how to convert to 60fps on youtube (seach for: hybrid 60fps), if you want to go for 120fps simply set 120 instead of 60 when you enter the target frame rate.
Cu Selur
Ps.: Most people prefer 'Avisynth->Frame->FPS adjust->Interframe' and 'Vapoursynth->Other->Frame interpolation->Interframe/SVP'.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.