This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] x264 colormatrix option changes when "Overwrite input type scan" is enabled
#3
On Vapoursynth macOS it is not related to "Overwrite input type scan to" checkbox in deinterlacer.
It just always autodetects color matrix for SD files as BT.709 in x264/x265 VUI/Signalling if "to input" checkbox is selected.

If turn on color matrix filter and set to tb470bg, it autodetects tb470bg

In script it detects video input as bt470bg.  So seems it is just something with codec VUI autodetection. I personally always set VUI manually and attempt to avoid autodetection.

# loading source: /Users/shph/Desktop/TEST.vob
# color sampling YUV420P8@8, matrix:470bg, scantyp: top field first
# luminance scale TV
# resolution: 720x576
# frame rate: -1 fps
# input color space: YUV420P8, bit depth: 8, resolution: 720x576, fps: 25
# Loading /Users/shph/Desktop/TEST.vob using D2VSource
clip = core.d2v.Source(input="/Volumes/temp/Hybrid Temp/vob_d712946e7aa8c750188cbf767761112d_853323747.d2v", rff=False)
# making sure input color matrix is set as 470bg
clip = core.resize.Point(clip, matrix_in_s="470bg",range_s="limited")
Reply


Messages In This Thread
RE: x264 colormatrix option changes when "Overwrite input type scan" is enabled - by shijan - 25.09.2020, 09:34

Forum Jump:


Users browsing this thread: 1 Guest(s)