FFmpegMediaMetadataRetriever icon indicating copy to clipboard operation
FFmpegMediaMetadataRetriever copied to clipboard

What is the reason of memory increasing.

Open tamanna-seg opened this issue 2 years ago • 1 comments
trafficstars

When used FFmpegMediaMetadataRetriever.OPTION_CLOSEST_SYNC option for getting scaled frame native memory goes to 40-45 MB but when FFmpegMediaMetadataRetriever.OPTION_CLOSEST used this , memory goes to 160-180 MB.

tamanna-seg avatar Dec 04 '22 16:12 tamanna-seg

This is most likely because OPTION_CLOSEST has to do additional frame processing, which will use more resources.

wseemann avatar Feb 14 '23 04:02 wseemann