Selur's Little Message Board
[HELP] 23.976 (variable) to 23.976 (constant) - 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: [HELP] 23.976 (variable) to 23.976 (constant) (/thread-4368.html)



23.976 (variable) to 23.976 (constant) - Miranda - 13.04.2026

Is there a way to do this without creating duplicate frames? It's an mp4 file, badly ripped from a 29.97 VHS tape of originally shot on film footage.

Media Info reports:

Frame rate mode : Variable
Frame rate : 23.976 (24000/1001) FPS
Minimum frame rate : 23.974 FPS
Maximum frame rate : 23.981 FPS

Thanks,


RE: 23.976 (variable) to 23.976 (constant) - Selur - 13.04.2026

If the mp4 is simply wrong flagged:
  • enabled "Config->Internals->Handling->Ignore all timecodes", and
  • enable "Filtering->Misc->Owerwrite Input->Overwrite input frame rate" to 23.976
Side note: since the difference between min&max frame rate isn't high, you propably are fine with just using this.

If the source is indeed vfr with:
Minimum frame rate : 23.974 FPS
Maximum frame rate : 23.981 FPS
(and the min frame rate could be lower in reality, keep in mind, MediaInfo only looks at the first 100 or so time codes.)

you could:
  • enable "Config->Input->Decoding->CRF output"
  • enable "Filtering->Misc->Overwrite Input->Overwrite input frame rate" to 23.976
  • enable "Filtering->Vapoursynth->Frame->Misc->FillDuplicateFrames" (SVP or RIFE are recommended)
This would tell Hybrid to tell the SourceFilter to decode the source to 23.976.
Since the sources 'Minimum frame rate' is below your target frame rate you fill get duplicate frames.
So to remove these you tell Hybrid to replace duplicate frames with interpolations.



Cu Selur