16.05.2018, 17:58
Ah it's a problem when loading an avisynth script as source.
-> will try to look into it over the weekend
# loading source: /tmp/convert/Treasure-avi.avs
# input color sampling YV12
# input luminance scale tv
Import("/tmp/convert/Treasure-avi.avs")
# current resolution: 640x480
SourceFiltered = Source
# deinterlacing
# filtering
# adjust color to(2): RGB32
SourceFiltered = SourceFiltered.ConvertToRGB32(matrix="Rec601")
Source = Source.ConvertToRGB32(matrix="Rec601")
StackHorizontal(Source, SourceFiltered)
return last
----
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.