ffmpeg-generator
ffmpeg-generator copied to clipboard
Python bindings for FFmpeg - with almost all filters support, even `gltransition` filter.
解决setup打包安装时,transitions目录下的glsl文件没有被打进安装包中
Hi, I'm interested in packaging the latest ffmpeg-generator for upstream [guix](guix.gnu.org) and they prefer packages with tagged releases. Are there any plans to make a release?
is there args or parameter to overwrite output (ffmpeg -y) in ffmpeg-generator ? best regards
Support fractional and floating-point rate values. I did this change on my copy and it does Just Works, Fraction's ``__str__()`` method returns the right thing. I realize this might have...