master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.46k stars 151 forks source link

core dumped error #778

Open mattipunkt opened 1 year ago

mattipunkt commented 1 year ago

I have just installed av1an and I always (independent from options I enter) get a "core dumped"-error.

Is there a way to fix?

Here is my error:

> av1an
[1]    17824 segmentation fault (core dumped)  av1an
scottkosty commented 1 year ago

I get the same. I'm guessing it's because I did not set up the required dependencies correctly (zimg and vapoursynth). I'm on Ubuntu 23.04 and sort of followed these guides:

https://www.reddit.com/r/AV1/comments/109jts0/guide_installing_av1an_on_ubuntu_2204/ https://www.reddit.com/r/AV1/comments/rd5loo/guide_how_to_compile_av1an_on_ubuntu_2104/

Here is my backtrace: bt-scott.txt

However, I'm sure the problem is because I made a mistake in the build process.