dan64
dan64
The problem is not the source video, but the fact that is unable to find "ffmpeg.exe" in your path. Put for example a copy of ffmpeg.exe in "sd.webui\system\python".
The simplest way is to install Hybrid: https://www.selur.de/downloads Since to get Hybrid working is necessary to install a lot of packages. It is available an archive with all the necessary...
As additional note, after the installation, if Hybrid was installed under "c:\Program Files" it is better to follow the following steps: 1. copy the content of the Hybrid folder somewhere...
I added this note, due to this post: https://forum.selur.net/thread-3841-post-23914.html#pid23914 P.S. As described in https://github.com/dan64/vs-deoldify#models-download, additional torch files (mainly network weights) are downloaded in filter's directory **.\Lib\site-packages\vsdeoldify\models** because this directory is...
Added [HAVC User Guide](https://github.com/dan64/vs-deoldify/blob/main/documentation/HAVC%20User%20Guide.pdf) with detailed instructions for installation and filter usage. Dan
the parameter "--vpy-mt" is available only in QSVenc/VCEEnc. EDIT: actually the parameter "--vpy-mt" is available also for NVEnc but is not included in the documentation. With this parameter the speed...
@rigaya - which is the difference between "--vpy" and "--vpy-mt" ? - could happen that will be scripts that will work only with "--vpy" ? Dan P.S. the parameter "--vpy-mt"...
The project has now reached a good level of maturity and changed its name in: Hybrid Automatic Video Colorizer (aka DDeoldify). This project do not address the problem of coloring...
At page 6 I wrote: It is suggested to install Hybrid in a writeable path, like “C:\Hybrid” or “D:\Programs\Hybrid”. In the User Guide I don't explained the reason, but the...
I updated the User Guide to explain better Hybrid installation. Thanks for having reported this issue.