17.03.2021, 23:05
(17.03.2021, 22:54)Selur Wrote: Since the previews failed it's to be expected that the reencoding fails too.
Vapoursynth:
ReadMpls: failed to open D:/THE_RISE_OF_SKYWALKER/BDMV/PLAYLIST/00800.mpls
Seems like there's a problem opening the source, my guess is that the preview doesn't even work when no filtering is used.
Avisynth:
KNLMeansCL: INT32 are not supported!
unsure why this is happening since the call:
seems to be alright. (see: http://avisynth.nl/index.php/KNLMeansCL)KNLMeansCL(device_type="auto",stacked=true)
-> seems like the 'stacked' parameter isn't needed anymore.
I probably can fix that.
Sadly I can't reallsydo anything about the Vapoursynth issue, no clue whats causing the problem there.
Will look at it some more tomorrow after work.
Going to bed now.
Cu Selur
Thanks Selur.
You're right that the preview doesn't work even when no filters are enabled. The encode does work though.
From the error below, I wonder if this source uses a newer playlist format that vapoursynth doesn't yet support:
Vapoursynth preview error: mpls_parse.c:168: failed signature match, expected (MPLS0200) got (MPLS0300)
Ripbot264 seems to be able to start the encode with KNLMeansCL enabled (which I think is via avisynth?). I'm not sure what that uses to parse the playlist.