13.11.2021, 14:49
(13.11.2021, 14:00)Selur Wrote: Okay, I know where the issue is:
x264 --version reports: "x264 0.164.x" on Linux
on Windows it reports: "x264 0.164.3075 66a5bc1"
Hybrid interpretes the '.x' as 0 and the '.3075' properly as 3075.
-> I'll think about it.
As a temporary workaround you can change the toolsInfos Hybrid has.
If you check under "Config->Paths->Infos->Settings path" should show you the path where Hybrid saves it's settings on you system (usually ~/.hybrid).
In that folder there's a file named toolInfos.xml in which you should find an entry like:
If you close Hybrid and change the version to 3075 and then restart Hybrid, the option should be there.<ToolInfo version="164" name="x264" path="./x264" additions="opencl;lavfFFMS"/>
Cu Selur
Thank you very much.