Quote:The problem, is that matrix="Rec709" is specified for the ConvertToYV24 filter, but not for the ConvertToYV12 filter.That can't be your problem since matrices are only needed during RGB<>YUV conversions.
The problem you see is probably in the preview script.
-> If you open the Avisynth Preview, check your temp folder, there should be a temp file that should contain the preview script.
(alternatively the debug output also should contain the script)
The preview script should end with:
ConvertToRGB32(interlaced=false, matrix="Rec709")
-> would need a debug output to know what is happening.
Cu Selur
Ps.: It'll also send you a link to my current dev version via PM, to be sure this isn't a bug I already fixed somehwere.
----
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.