Judging by the debug output the decoder crashed..
This can have multiple causes:
a buggy source, since your source if mpeg2 and a transportstream I guess it's a buggy capture of something. (most likely)
-> running the source through ProjectX or other tools meant to fix mpeg2 video inside transportstreams might help
Avisynth script might run out of memory (less likely)
-> try enabling 'Filtering->Avisynth->Misc->Misc->Disable MT'
something is interfering with the decoding (even less likely)
-> try disabling firewall/antivirus suits
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
08.07.2017, 22:21 (This post was last modified: 08.07.2017, 22:23 by Selur.)
Quote:I don't understand what's happening...I have 16GB RAM available and it should not run out of memory.
...
However, everthing solved if I use Vapoursynth
Avisynth is 32bit and limited to 3GB. Vapoursynth is 64bit-only in Hybrid. (unclear why Avisynth would need so much memory for QTGMC(faster) and adding subtitle, especially with MT turned off)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.