James Boyden
James Boyden
Hi @boydgreenfield , sure, no worries. I understand where you're coming from. In fact, it's been distantly on my list of Things To Do to make Numpy optional. Obviously integration...
If anyone's looking for a longer-term solution, I've implemented the above `ffprobe -print_format json -show_streams -show_format` command-line, plus a bunch of other bug-fixes, features, and improvements, in a fork: https://github.com/jboy/ffprobe3-python3...
If anyone's looking for a longer-term solution, I've: - implemented the above`ffprobe -print_format json` command-line - enabled support for remote media streams (as the `ffprobe` program already does) - made...
If anyone's looking for a longer-term solution, I've fixed this issue, plus a bunch of other bug-fixes, features, and improvements, in a fork: https://github.com/jboy/ffprobe3-python3 (Python3 only, sorry.)
If anyone's looking for a longer-term solution, I've switched to a `ffprobe -print_format json` command-line that should handle multi-line data without any problems (because it's all JSON, so it doesn't...