![]() |
Enforcing vfw decoding through Avisynth - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forumdisplay.php?fid=1) +--- Forum: Step-by-Step (https://forum.selur.net/forumdisplay.php?fid=8) +--- Thread: Enforcing vfw decoding through Avisynth (/showthread.php?tid=21) |
Enforcing vfw decoding through Avisynth - Selur - 27.05.2017 Sometimes there are .avi files which can't be decoded through libav/ffmpeg, but there are vfw decoders. In case those vfw decoders are installed Hybrid can use them through AviSource()-Avisynth filter. To enforce the usage of Avisynth and the AviSource filter in Hybrid to the following (before loading your source file):
Cu Selur Ps.: Not that Hybrid uses 32bit Avisynth so even on 64bit system only 32bit vfw decoders are used. |