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

VVC encoder #387

Closed georgysaumen closed 2 years ago

georgysaumen commented 2 years ago

Hello,

As I see, a newest version of this project I see you support for VCC Encoder but how can i get a VCC encoder for encode ? When I use encoder vcc on command they said VVC encoder not found ?

Thanks!

lastrosade commented 2 years ago

VVC encoding is not supported by Av1an.

The valid encoder are aomenc, rav1e, vpxenc, SvtAv1EncApp, x264 and x265.

What you may see as the "newest version" of av1an dates back to july of 2020, the project has been completely rewritten in rust in the meantime. #388