swl-x / MystiQ

Qt5/C++ FFmpeg Media Converter
https://mystiqapp.com
GNU General Public License v3.0
570 stars 83 forks source link

[SUGGESTION] Cross-platform command-line AV1 / VP9 / HEVC / H264 / VVC encoding framework with per scene quality encoding #143

Open MarcoRavich opened 3 years ago

MarcoRavich commented 3 years ago

I found this interesting framework that aims to:

Spliting video by scenes for parallel encoding because AV1 encoders are currently not good at multithreading, encoding is limited to single or couple of threads at the same time.

Github: https://github.com/master-of-zen/Av1an

Hope that helps/inspires !