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
#10
Sorry, yes, the new dev version behaves the same way regarding the comment.


Unfortunately, it still changes to 709 on the x264 tab when I change overwrite input scan.

Here's the log as requested:

[attachment=1042]


ALSO, this should probably get its own thread, but it's sort of related since we're talking about incorrect color matrices.

The "RGBAdjust" filter also seems to work incorrectly. If I load a DVD input file (same one as above) and then enable RGBAdjust, it incorrectly uses a Rec709 ConvertToRGB matrix:

# color modifications
ConvertToRGB(interlaced=false, matrix="Rec709")
RGBAdjust(1.00,0.95,1.00,1.00,0.00,0.00,0.00,0.00,analyze=false,dither=false)
# adjust color to YV12
ConvertToYV12(matrix="Rec601")


If I simply reload the same file while keeping the RGBAdjust filter enabled, it now writes the script correctly with Rec601 for both conversions:

# color modifications
ConvertToRGB(interlaced=false, matrix="Rec601")
RGBAdjust(1.00,0.95,1.00,1.00,0.00,0.00,0.00,0.00,analyze=false,dither=false)
# adjust color to YV12
ConvertToYV12(matrix="Rec601")

I made a separate log for this, here it is:

[attachment=1043]

Logs include input scan.

Sorry (again) for finding so many issues! Undecided
Reply


Messages In This Thread
RE: x264 colormatrix option changes when "Overwrite input type scan" is enabled - by The_Tinkerer - 25.09.2020, 17:24

Forum Jump:


Users browsing this thread: 1 Guest(s)