Selur's Little Message Board

Full Version: 120fps
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can you tell me does the hybrid convert in 120fps?
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'.