Metadata-Version: 2.3
Name: ffcmdr
Version: 0.4.0
Summary: FFmpeg Command line Helper Library
License: CECILL-C
Keywords: ffmpeg,command line,media
Author: Matthieu Totet
Author-email: matthieu.totet@gmail.com
Requires-Python: >=3.10
Classifier: License :: CeCILL-C Free Software License Agreement (CECILL-C)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Documentation, https://github.com/totetmatt/ffcmdr
Project-URL: Homepage, https://github.com/totetmatt/ffcmdr
Project-URL: Issues, https://github.com/totetmatt/ffcmdr/issues
Project-URL: Repository, https://github.com/totetmatt/ffcmdr.git
Description-Content-Type: text/markdown

# FFcmdr

Helper library to build an manipulate FFmpeg command line.

Huge inspiration from Keras model builder and Airflow DAG.

Not exactly a wrapper, but if gives tools to build your own based on your requierments.

## Idea in mind
* Separation between the filter_complex module and the command build module
* Trying to be as close as possible to the generated command line
* Making "Blueprint-able" ready
* Minimal Dependency
