Android-VideoToImages icon indicating copy to clipboard operation
Android-VideoToImages copied to clipboard

如何是渲染给surface的话,拿不到getOutputImage

Open ail36413 opened this issue 1 year ago • 0 comments

MediaCodec.BufferInfo info = new MediaCodec.BufferInfo(); decoder.configure(mediaFormat, surface, null, 0); 这边如果给了Surface的话,就没办法,拿到图片数据,如果想对画面添加水印,在渲染给surface的要,有没有办法

ail36413 avatar Mar 28 '24 09:03 ail36413