ffmpeg.probe does not accept extra arguments for ffprobe
Created by: akolpakov
ffmpeg.probe
has very strict command arguments and it is impossible to pass extra.
For example I have one camera which can not be accessed via UDP, and I need to pass -rtsp_transport tcp
to the ffprobe
command.
Good to have **kwargs
with will be used to build a command to run ffprobe