25.09.2020, 17:24
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:
If I simply reload the same file while keeping the RGBAdjust filter enabled, it now writes the script correctly with Rec601 for both conversions:
I made a separate log for this, here it is:
[attachment=1043]
Logs include input scan.
Sorry (again) for finding so many issues!
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!
