Kagami / boram

:film_strip: Cross-platform graphical WebM converter
https://github.com/Kagami/boram/releases
439 stars 30 forks source link

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

Closed MarcoRavich closed 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

Dunno if can help/inspire, but I also found a GUI for it -> https://github.com/natis1/qencoder

Hope that helps/inspires !