cdgriffith / FastFlix

FastFlix is a free GUI for H.264, HEVC and AV1 hardware and software encoding!
https://fastflix.org/
MIT License
1.13k stars 55 forks source link

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

Closed MarcoRavich closed 1 month ago

MarcoRavich commented 3 years ago

I just 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 !

cdgriffith commented 3 years ago

It's a really cool library with smart ideas. I really like the idea of per-scene quality detection, kinda like advanced CRF. That would be a cool thing to try to figure out long term.

Sadly can't directly incorporate their code as it is GPL licensed, so would have to use it as a library like I do FFmpeg. Then it also uses each raw encoder, so would turn into a cascading support issue to include all those / have support sections for each. So I don't think I will be looking to include it as another tool anytime soon, but it's a great tool that people should know about!

master-of-zen commented 3 years ago

Oh, that's me :eyes:

MarcoRavich commented 3 years ago

Dunno if can help, but here's a GUI for it: https://github.com/natis1/qencoder

cdgriffith commented 1 month ago

Fun tool, more stars than FastFlix, use it for speeding up your software AV1 folks!