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

Can it retrieve frames of a video at 24fps rate? #271

Closed wengjiyao closed 1 year ago

wengjiyao commented 1 year ago

When continuously retrieve frames, getFrameAtTime() takes seconds to retrieve a frame. Is the library for retrieving single frame or I am not using it properly?

wseemann commented 1 year ago

This library is not intended for that purpose, it's not a video player. What you are describing is a video player.