I just checked some code and fir DVDs BT709 is hardcoded,... I wonder why I did that and fi this is right.
Okay that is because of:
and with the latest version I send you I get:
-> Rec.709 is used consistently
Since you stated:
Okay that is because of:
Quote: Rec.709 should be used when your source is DVD or HDTV:source: http://avisynth.nl/index.php/Convert
ConvertToRGB(clip, matrix="Rec709")
and with the latest version I send you I get:
# color sampling YV12@8, matrix: bt709, scantyp: top field first, luminance scale: limited
DGSource(dgi="E:\Temp\33a4134ec610d7c97632e7af70d7ca2a_853323747.dgi",fieldop=2)
# current resolution: 720x576
# deinterlacing
AssumeTFF()
QTGMC(Preset="Fast", ediThreads=2)
SelectEven()
# filtering
# color modifications
ConvertToRGB(interlaced=false, matrix="Rec709")
RGBAdjust(1.00,1.00,1.00,1.00,0.00,0.00,0.00,0.00,analyze=false,dither=false)
# adjust color to YV12
ConvertToYV12(matrix="Rec709")
PreFetch(8)
return last
Since you stated:
Quote: it incorrectly uses a Rec709 ConvertToRGB matrix:-> where do you get that Rec.709 is wrong?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.