FFmpegMediaMetadataRetriever
FFmpegMediaMetadataRetriever copied to clipboard
What is the reason of memory increasing.
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.
This is most likely because OPTION_CLOSEST has to do additional frame processing, which will use more resources.