-
Unrelated, but my C++ solution: https://github.com/richardpl/lavfi-preview
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
If you're going to do script-based video processing in Python, I would highly recommend just going straight for Vapoursynth[1] instead. It's built for the purpose from the ground up, is actively maintained with a decent commmunity and tooling, and isn't tied to ffmpeg's CLI.
[1] https://www.vapoursynth.com/
-
typed-ffmpeg
Modern Python FFmpeg wrappers offer comprehensive support for complex filters, complete with detailed typing and documentation. (by matt-hensley)
https://github.com/matt-hensley/typed-ffmpeg/tree/feature/mu...
-
```
(from https://github.com/livingbio/typed-ffmpeg?tab=readme-ov-file... )