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 156 forks source link

x265 [WARN]: extra unused command arguments given #892

Open joeyabouharb opened 4 days ago

joeyabouharb commented 4 days ago

looks like the latest x265 (version 4) return error:

ERROR [av1an_core::broker] [chunk 95] encoder failed 3 times, shutting down worker
ERROR [av1an_core::broker] [chunk 95] encoder crashed: exit status: 1
stdout:

stderr:
        x265 [warning]: extra unused command arguments given <->

source pipe stderr:

ffmpeg pipe stderr:

as mentioned in staxrip issue looks like the parameter --input is required. https://github.com/staxrip/staxrip/issues/1459

shssoichiro commented 2 days ago

Confirmed, I've started seeing this as well since upgrading to x265 version 4. I will try to create a patch ASAP.