ffprobe error output format
Created by: lucasdavila86
Is there a way to get the error output in "json" (dictionary) format? Something like the output of this command
ffprobe -v quiet -print_format json -show_format -show_streams -show_error http://example.com/live/stream.m3u8
{
"error": {
"code": -1094995529,
"string": "Invalid data found when processing input"
}
}