![]() |
[HELP] No Preview / Hybrid not responding - 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: [HELP] No Preview / Hybrid not responding (/thread-2510.html) |
RE: No Preview / Hybrid not responding - Selur - 22.04.2022 Send you a new dev versio which hopefully fixes the issues around filtering and outputting interlaced. -> please test it and let me know. As a general side note: I normally would recommend to not use 'separate fields' but instead let Hybrid deinterlace and reinterlace for output since often filters work more optimal on progressive input. That said now hopefully the 'separate fields' should work again. Cu Selur RE: No Preview / Hybrid not responding - Miranda - 26.04.2022 I'm now trying to use your modified version (Hybrid_dev_2022.04.22-154554) to process some files I need to de-interlace, debug file attached. I'll also try a PC re-boot. Thanks, RE: No Preview / Hybrid not responding - Selur - 26.04.2022 Seems like d2vsource.dll doesn't work due to some missing dependencies. To check I installed Hybrid on a Windows without any runtimes installed, opened a vob in Hybrid and opened the Vapoursynth Preview and I can reproduce the issue. I found the issue, I accidentally delteted the d2vsource.dll in the installer dir. -> Using d2vsource from https://github.com/dwbuiten/d2vsource/releases/tag/v1.2 works fine. Cu Selur RE: No Preview / Hybrid not responding - Miranda - 28.04.2022 I downloaded d2vsource.dll but I have no idea where it goes or how to install it? Can you help? RE: No Preview / Hybrid not responding - Selur - 28.04.2022 You need to put the 64bit dll into the Hybrid/64bit/vsfilters/SourceFilter/d2vSource-folder. Cu Selur RE: No Preview / Hybrid not responding - Miranda - 28.04.2022 Thank you, all working now. |