27.08.2017, 15:56
27.08.2017, 16:19
There are multiple ways Hybrid can convert lower frame rate content to 120fps:
Cu Selur
Ps.: Most people prefer 'Avisynth->Frame->FPS adjust->Interframe' and 'Vapoursynth->Other->Frame interpolation->Interframe/SVP'.
- '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)
Cu Selur
Ps.: Most people prefer 'Avisynth->Frame->FPS adjust->Interframe' and 'Vapoursynth->Other->Frame interpolation->Interframe/SVP'.