ffmpeg-python icon indicating copy to clipboard operation
ffmpeg-python copied to clipboard

Passing parameters?

Open apiszcz opened this issue 3 years ago • 0 comments

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.

apiszcz avatar Apr 26 '22 11:04 apiszcz