ffmpy
Pythonic interface for FFmpeg/FFprobe command line
...It abstracts command generation into structured Python objects, making it easier to define inputs, outputs, and parameters programmatically. The library uses Python’s subprocess module to run compiled commands, ensuring compatibility with standard FFmpeg installations. It is designed for developers who want to automate media processing tasks without manually writing complex command strings. ffmpy supports flexible argument configuration, enabling a wide range of transcoding and analysis workflows. Its lightweight design makes it suitable for scripting, automation, and integration into larger Python applications.