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

getScaledFrameAtTime more and more slow #242

Closed codeingLiu closed 1 year ago

codeingLiu commented 3 years ago

I use getScaledFrameAtTime more and more slow ,How to solve? thanks! I can get 12 frames per second at the beginning, and only one stitch per second at the end

wseemann commented 2 years ago

I'd need to see exactly how you are using the library to debug your issue. Are you doing this in a loop, do you create a new FFmpegMediaMetadataRetriever instance on each pass, do you release the old instance, etc.

wseemann commented 1 year ago

Closed due to inactivity.