Selur's Little Message Board
MPEG2 files not working preview - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: MPEG2 files not working preview (/thread-1628.html)



MPEG2 files not working preview - kingcrimsonster - 07.12.2020

When loaded MPEG2 files not working preview Avisynth x64 - the preview window is filled with a green background.


RE: MPEG2 files not working preview - Selur - 07.12.2020

Seems to be an issue with DGDecode. (DGDecNV and D2VSource seems to work fine here).
-> Enabling "Filtering->Aivsynth->Misc->Sourcefilter Settings->D2VSource" should help.
I'll add some code to automatically use D2VSource instead of DGDecode on 64bit Avisynth in the future since atm. it seems there is no working 64bit DGDecode.dll anywhere.

Cu Selur


RE: MPEG2 files not working preview - kingcrimsonster - 07.12.2020

(07.12.2020, 22:19)Selur Wrote: Seems to be an issue with DGDecode. (DGDecNV and D2VSource seems to work fine here).
-> Enabling "Filtering->Aivsynth->Misc->Sourcefilter Settings->D2VSource" should help.
I'll add some code to automatically use D2VSource instead of DGDecode on 64bit Avisynth in the future since atm. it seems there is no working 64bit DGDecode.dll anywhere.

Cu Selur

Thank you, now working.