I need to get video audio stream information in separate form.
I have tried ffprobe and mediainfo, but they give full information which needs to be parsed.
I think there could be option like, where I do not need to parse the full information and get required data.
$ffprobe -XXX audio channels 8
$ffprobe -YYY video_resolution 512x288
Can anybody help with this.