Closed Selur closed 11 months ago
With format="YUV420P8"
the error disappears but the output is wrong. The palettized formats (like PAL8) needs palette data and this is discarded when format=xxx
is used. It needs quite L-SMASH-Works design rework to add support for such formats and I wouldn't do this.
You can ask AkarinVS https://github.com/AkarinVS/L-SMASH-Works/issues
calling:
vspipe "c:\Users\Selur\Desktop\Testing.vpy" -c y4m --progress test
I get:and a zero byte file is created. Opening the script in vsviewer crashes the viewer. Without
format="YUV420P8"
I get:Python exception: lsmas: pal8 is not supported
using "ffms2.Source" the source is decoded fine. Here's the source file: clip.zipI'm using https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases/tag/1156.0.0.0 on Windows 11