wseemann / FFmpegMediaMetadataRetriever

FFmpegMediaMetadataRetriever provides a unified interface for retrieving frame and meta data from an input media file.
1.72k stars 387 forks source link

Adding function about multi stream file #215

Closed whitecloudy closed 1 year ago

whitecloudy commented 4 years ago

The current code only handles the first stream of video and audio. But, some media files(like a video created from car black box) which have more than two streams need some options which stream will be used.

I just briefly read some source code of "ffmpeg_mediametadataretriever.c" and it seems that this option can be added pretty easily(not sure though).

wseemann commented 2 years ago

Good suggestion. Can you provide a sample video for me to test with?

wseemann commented 1 year ago

Closed due to inactivity.