本文介绍了如何获得录像的视频codec的属性?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要提取,如视频比特率帧分辨率文件格式从摄像机捕捉到codeC的属性。

I need to extract the codec properties like bit rate frames resolution file format of video captures from camcorder.

推荐答案

您会得到它在这个类:的

You will get it in this class : MediaMetadataRetriever

这篇关于如何获得录像的视频codec的属性?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 22:37