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

FFmpegMediaMetadataRetriever.METADATA_KEY_VIDEO_WIDTH crash #232

Closed jllarraz closed 2 years ago

jllarraz commented 4 years ago

When I try to recover the resolution of a video the app crash.

FFmpegMediaMetadataRetriever.METADATA_KEY_VIDEO_WIDTH

ArtanBerisha1 commented 3 years ago

Show more info, e.g: What error is showing when your app crashes ? When and how are you calling this (this constant that you typed should be added as parameter to extractMetaData() method)?

wseemann commented 2 years ago

Closed due to lack of information. I cannot reproduce an issue without relevant code samples.