以下链接显示了用于优化编码和解码的 H.265 高效视频编码 (HEVC) 的新功能。但是,我找不到任何使用此 api 的示例。
是否有可用的示例或代码示例?
以下链接显示了用于优化编码和解码的 H.265 高效视频编码 (HEVC) 的新功能。但是,我找不到任何使用此 api 的示例。
是否有可用的示例或代码示例?
this is a good sample, vecio/MediaCodecDemo ,for me to learn about MediaCodec, MediaFormat and MediaExtractor. You can try to build it in API level 21, only API level 21 or higher supports HEVC.