VideoHelp Forum




+ Reply to Thread
Page 3 of 3
FirstFirst 1 2 3
Results 61 to 71 of 71
  1. I found the fix!!!!

    So simple:

    # IVTC: Inverse Telecine (VFM field matching + VDecimate)
    #clip = core.std.AssumeFPS(clip, fpsnum=30000, fpsden=1001)
    clip = core.std.AssumeFPS(clip, fpsnum=24000, fpsden=1001)
    #clip = core.vivtc.VFM(clip, order=1, cthresh=10)
    #clip = core.vivtc.VDecimate(clip)

    The template:

    {{#DEINT_IVTC}}
    # IVTC: Inverse Telecine (VFM field matching + VDecimate)
    clip = core.std.AssumeFPS(clip, fpsnum=24000, fpsden=1001)
    {{/DEINT_IVTC}}

    Vern
    Last edited by tvd051955; 27th Feb 2026 at 14:12.
    Quote Quote  
  2. Just processed 8 episodes from a series using the above IVTC settings. I used the first episode to compare NVenc and SW encoding. The NVEnc encode actually created a larger output MKV file and looked great.

    For the first time I viewed some of them in my HT (where the audio delay settings on the receiver were calibrated using an oscilloscope and a light sensing probe and an audio sync calibration disc).

    I don't know if anyone else is seeing audio sync issues, so here are my observations:

    While audio delay for the deinterlace processing looks to be correct (at least within 20 ms) the IVTC process delay processing looks pretty far off.

    To correct for proper audio delay on the IVTC episodes I had to reduce the delay from 240ms (the calibrated value in my HT for 24 FPS sources) by 220 ms (20ms on the receiver) when using nvenc, and using the software encoder, by -160ms (80ms on the receiver) to get acceptable audio sync.
    Quote Quote  
  3. Member
    Join Date
    Jan 2026
    Location
    Melbourne, Australia
    Search Comp PM
    Oh wow, you've been down a rabbit hole, I hadn't been getting any notifications you'd been posting, not that I'd have been able to do much about it as I've had a busy week. I'll have a look into all this probably a bit later today. If you've got a short non-copyrighted mkv you could upload that I can use as a test case that'd be a huge help, I'm in Australia and I don't have many NTSC DVDs lying around or unadulterated rips.
    Quote Quote  
  4. I uploaded a test test clip from a NTSC DVD.
    Image Attached Files
    Quote Quote  
  5. Member
    Join Date
    Jan 2026
    Location
    Melbourne, Australia
    Search Comp PM
    Thanks! I'm working on a new "soft telecine" input filter as a third "deinterlacing" option on top of QTGMC & IVTC that uses the source frame rate correction you flagged. I'm still not sure about the source of the audio desync, but having a tinker and now I've got a good source to test against, thanks again! The trickiest bit is going to be making all this make sense to end users not completely familiar with everything.
    Quote Quote  
  6. I've got a suggestion on the handling of the presets:

    When a preset currently exists, could you please add an option to update it?

    Since the description shown on the list comes from an internal field in the preset file, rather than the actual physical file name, when I update the settings and then try to update the current preset by reentering the existing name, I wind up with multiple presets being saved with the same name, but containing different settings.

    BTW, can you please concentrate of the existing stuff first?
    Thanks
    Last edited by tvd051955; 28th Feb 2026 at 21:54.
    Quote Quote  
  7. BTW, your % and ETA calculations are incorrect when processing IVTC data - 100% and -- with the frame #'s still incrementing during the last few minutes of the run.
    Quote Quote  
  8. Member
    Join Date
    Jan 2026
    Location
    Melbourne, Australia
    Search Comp PM
    There's a new 0.7.0 release out, HOPEFULLY it addresses everyone's issues. It now supports soft telecine, hard telecine, improved auto-detection of input video format with an auto-switch to the best guess "deinterlacing" solution. There's improved preset support, and a bunch of smaller quality of life fixes.

    https://github.com/StuartCameronCode/VapourBox
    Quote Quote  
  9. Member
    Join Date
    Jan 2026
    Location
    Melbourne, Australia
    Search Comp PM
    Whilst I'm on a roll, version 0.8.0 is now out! This fixes some aspect ratio issues, improves scan type auto-detection and automatic selection of (hopefully) an appropriate deinterlacing method for the source video.

    Oh, and one more thing - automatic subtitle generation! You can now tick the "subtitles" option to auto-generate subtitles for your video, either in .srt format or embedding them directly into the source video. Use can use this as a standalone tool by unticking all video filters and it'll generate subtitles for any existing video without any additional processing. You'll be prompted for permission to download the Whisper speech to text engine, but otherwise it'll "just work". And don't worry, it all runs on-device, NOTHING is sent to the cloud.

    https://github.com/StuartCameronCode/VapourBox

    Enjoy, and tell out if you encounter any issues.
    Quote Quote  
  10. 0.8 didn't fix the semi-opaque "no preview" on the left of the slider and no thumbnails on MacOS 26 Tahoe. Could possibly be some conflict from having tried to install this via terminal or other installs of *synth stuff maybe. I suppose only way to really know would be to take a fresh install of MacOS or on a completely different machine and see if that has the same problems or not.

    Anyone else tried this on their MacOS 26 machine and seen the same issue, or is it just me?
    Quote Quote  
  11. Member
    Join Date
    Jan 2026
    Location
    Melbourne, Australia
    Search Comp PM
    Originally Posted by aramkolt View Post
    0.8 didn't fix the semi-opaque "no preview" on the left of the slider and no thumbnails on MacOS 26 Tahoe. Could possibly be some conflict from having tried to install this via terminal or other installs of *synth stuff maybe. I suppose only way to really know would be to take a fresh install of MacOS or on a completely different machine and see if that has the same problems or not.

    Anyone else tried this on their MacOS 26 machine and seen the same issue, or is it just me?
    As far as I can tell the problem is specific to your machine, but I'd love to know why, it's doing my head in. I tried a complete new install of MacOS 26 into a VM specifically to test this and did nothing but install VapourBox on top of the clean install and it worked just fine. The tool explicitly tries to use the versions of all the bundled tools rather than looking in your path, all I can think of is that some dependent library used by one of those tools might be causing breakage or something.
    Last edited by StuartCameronCode; 9th Mar 2026 at 19:32.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!