typed-ffmpeg
typed-ffmpeg copied to clipboard
Modern Python FFmpeg wrappers offer comprehensive support for complex filters, complete with detailed typing and documentation.
``` from setuptools import setup setup( name='your_package', version='1.0.0', install_requires=[ # Your other dependencies ], extras_require={ 'full': ['another_dependency'], }, # Use an incompatibility marker for the conflicting package install_requires=[ 'incompatible_package
update
currently compile can generate not complete ffmpeg command, need to validate