ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
Allow extra arguments to FFprobe
trafficstars
It would be useful to support arbitrary extra arguments to FFprobe. Specifically I'm trying to set the expected input format, or a format/protocol whitelist. Currently this means I must reimplement probe(), since it does not support extraArgs like FFMpeg does.
Sounds like a good addition. Feel free to submit a pull request. Otherwise I'll get to this at some point (in weeks/months)