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.51k stars 155 forks source link

encoding error: invalid literal for int() #38

Closed keturn closed 4 years ago

keturn commented 4 years ago

I ran av1an -i /path/to/myvideo.mp4. It ran through its first progress bar, and then crashed with this message:

Encoding error: invalid literal for int() with base 10: '/…/Av1an/.temp/encode/0.ivf: No such file or directory'

Looking in the log shows some

/bin/sh: 1: aomenc: not found
av_interleaved_write_frame(): Broken pipe
Error writing trailer of pipe:: Broken pipe

Could break this down as several issues:

master-of-zen commented 4 years ago

/bin/sh: 1: aomenc: not found Aom encoder is simply not installed

master-of-zen commented 4 years ago

Okay, will think what could be done about that

master-of-zen commented 4 years ago

Fixed in https://github.com/master-of-zen/Av1an/commit/a6e46541b1479411a56d0c73341946246fe7cbb9