29.09.2020, 19:51
Problem is:
a. I can't reproduce the issue.
b. Since avsViewer64 starts, it's no dependency issue with avsViewer64
That avsViewer does use slightly different script than the script for the encoding.
Difference it for the preview RGB is used as output color space instead of the color space the encoder needs, but the script from the debug output:
does work fine here. 
-> I have no clue where the issue is,....
a. I can't reproduce the issue.
b. Since avsViewer64 starts, it's no dependency issue with avsViewer64
That avsViewer does use slightly different script than the script for the encoding.
Difference it for the preview RGB is used as output color space instead of the color space the encoder needs, but the script from the debug output:
ClearAutoloadDirs()
LoadCPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\ffms2.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: E:\USER\fin\test1.mp4
# color sampling YV12@8, matrix: bt709, scantyp: progressive, luminance scale: limited
FFVideoSource("E:\USER\fin\test1.mp4",cachefile="C:\Users\Administrator\AppData\Local\Temp\mp4_5f00fadbd6e2f3550fa75fc2bdc4890f_853323747_1_0.ffindex",colorspace="YV12")
# current resolution: 1440x1080
# filtering
# adjust color to RGB24
ConvertToRGB24(matrix="Rec709")
PreFetch(4)
return last

-> I have no clue where the issue is,....
----
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.