10bit Dvdri... __full__ | Babylon 5 - Complete Series - Hevc
# VapourSynth (conceptual) core = vapoursynth.core src = core.ffms2.Source('ripped.vob') # Inverse telecine or QTGMC deint = core.qtgmc.QTGMC(src, Preset='Slow') # Denoise dn = core.rgvs.RemoveGrain(deint, 11) # Convert color space BT.601 -> BT.709 if upscaling conv = core.resize.Bicubic(dn, format=vs.YUV420P10, matrix_in_s='601', matrix_s='709') conv
ffmpeg command (example)