The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
Wondering what others think VapourSynth is missing,.. - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: A/V Talk (https://forum.selur.net/forum-6.html) +--- Thread: Wondering what others think VapourSynth is missing,.. (/thread-2879.html) Pages:
1
2
|
RE: Wondering what others think VapourSynth is missing,.. - Miranda - 18.09.2023 A pity, thank you for the update. RE: Wondering what others think VapourSynth is missing,.. - idbirch - 16.07.2024 Just in case anyone in the future hits this thread, like I did, looking for how exactly you get InpaintDelogo working in Hybrid, here's how I managed it:
LoadCPlugin("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\AVSInpaint.dll")
DirectShowSource("C:\VideoFiles\TestVideo.vob", audio=false)
LoadCPlugin("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\AVSInpaint.dll") Hints and tips on how to optimize/improve this workflow gratefully received! RE: Wondering what others think VapourSynth is missing,.. - Selur - 16.07.2024 Instead of DirectShowSource better use other source filters, DirectShowSource is the worst, when it comes to frame accuracy, since those DirectShow is now meant to be strictly frame accurate. Also, ProPainter in Vapoursynth works fine for me. |