Selur's Little Message Board
120fps - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: 120fps (/thread-81.html)



120fps - gogy3d - 27.08.2017

Can you tell me does the hybrid convert in 120fps?


RE: 120fps - Selur - 27.08.2017

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'.