To build av1an on fedora you need to install the vapoursynth-libs and -devel packages (one of them may suffice, not sure).
To be able to run av1an, you also need to install python3-vapoursynth, so the python3 wrapper lib, as that seems to be a runtime requirement to vapoursynth. If its not installed, vapoursynths vsscript_createScript segfauls when calling into vpy_createScript.
This is with vapoursynth R51, which is quite old thats what you get from dnf.
Not sure if this could/should be added to the README. I think there is nothing av1an or vapoursynth-rs can do to fix this. IMHO this segfaulting is a bug either in vapoursynth itself, or in the fedora packaging.
To build av1an on fedora you need to install the
vapoursynth-libs
and-devel
packages (one of them may suffice, not sure).To be able to run av1an, you also need to install
python3-vapoursynth
, so the python3 wrapper lib, as that seems to be a runtime requirement to vapoursynth. If its not installed, vapoursynthsvsscript_createScript
segfauls when calling intovpy_createScript
. This is with vapoursynth R51, which is quite old thats what you get from dnf.Not sure if this could/should be added to the README. I think there is nothing av1an or vapoursynth-rs can do to fix this. IMHO this segfaulting is a bug either in vapoursynth itself, or in the fedora packaging.