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

Fix compatibility with x265 4.0 #893

Open shssoichiro opened 2 days ago

shssoichiro commented 2 days ago

x265 version 4.0 introduced an undocumented breaking change to the CLI where passing the input without the --input flag is no longer supported. Therefore, we need to update av1an accordingly. The --input syntax is also supported by x265 3.x, so this change is backwards compatible.

Fixes #892