Extract Mime Type codecs for MediaSource using FFprobe

0

I have to extract the codecs e.g. 'video/mp4; codecs="avc1.42E01E, mp4a.40.2"' for the MediaSource API. How can I do this strictly with FFprobe/FFmpeg tools? Do not suggest other tools please.

Fr3ddyDev

Posted 2019-10-22T16:00:33.060

Reputation: 25

1Not implemented in ffmpeg or ffprobe. – llogan – 2019-10-22T18:11:07.433

No answers