Open apiszcz opened 2 years ago
The argument list is incorrect specified
Currently ffmpeg.crop(stream, x, y, width, height, **kwargs)
Actual ffmpeg.crop(stream, width, height, x, y, **kwargs)
fixed my problem, using" filter('crop', width, height, x, y)" doesn't report error.
The argument list is incorrect specified
Currently ffmpeg.crop(stream, x, y, width, height, **kwargs)
Actual ffmpeg.crop(stream, width, height, x, y, **kwargs)