我如何从命令行使用Stagefright?
作者:互联网
如何从命令行使用Stagefright?可能吗?
解决方法:
是的,如果您已经将设备植根并且可以访问命令行,那么可以从命令行使用stagefright.这是我的Android板的输出:
root@android:/ # stagefright -h
usage: stagefright
-h(elp)
-a(udio)
-n repetitions
-l(ist) components
-m max-number-of-frames-to-decode in each pass
-b bug to reproduce
-p(rofiles) dump decoder profiles supported
-t(humbnail) extract video thumbnail or album art
-s(oftware) prefer software codec
-r(hardware) force to use hardware codec
-o playback audio
-w(rite) filename (write to .mp4 file)
-k seek test
-x display a histogram of decoding times/fps (video only)
-S allocate buffers from a surface
-T allocate buffers from a surface texture
-d(ump) filename (raw stream data to a file)
-D(ump) filename (decoded PCM data to a file)
标签:stagefright,android 来源: https://codeday.me/bug/20191102/1990802.html