We use ffprobe
, I want to know if mpegdash
is supported by ffprobe
. I wnt to extract technical metadata of the .mpd file for example bitrate. I do not want to stream or encode. I just want to read the data
When I run the command ffprobe -formats
.I don't see .mpd
extension being supported by ffprobe
. Is there any library or extension that I need to add.
Or ffmpeg/ffprobe would not be enough to extract the data. Is thee any other tool or library available for this.