Hi,
I can't have ffmpeg do what I want, and I'd like to know how to get the command generated by these bindings, so I can tinker with it directly.
Thanks <3
You can use ffmpeg.get_args(stream) to get the arguments that would be passed to the ffmpeg tool.
Most helpful comment
You can use
ffmpeg.get_args(stream)to get the arguments that would be passed to the ffmpeg tool.