标签: android video-processing
我需要在Android中逐帧处理视频。我需要的是输出Bitmap(或将所有内容复制到内存缓冲区)的内容。首先,我尝试使用方法MediaMetadataRetriever使用getFrameAtTime,但我注意到即使我非常小心的时间,它跳过帧。有更可靠的吗?
Bitmap
MediaMetadataRetriever
getFrameAtTime