ffmpeg-python
ffmpeg-python copied to clipboard
Passing parameters?
Is it possible to pass in parameters in the same form as ffmpeg command line?
For example CROP crop=w=10:h=36:x=110:y=192
The .crop API call changes the tuples ordering also, is there a reason for that? (appears to be a documentation error, the parameters are the same as the command line, but documentation has x,y first tuple and it should be second)
Thank you.