本文介绍了如何使用Stagefright在命令行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我如何使用Stagefright在命令行?这可能吗?
How do I use Stagefright from the command line? Is it possible?
推荐答案
是的,stagefright可以在命令行中使用,如果你已经植根您的设备,并可以访问的命令行。下面是从我的android板输出:
Yes, stagefright can be used from a command line if you have rooted your device and can access a command line. Here's output from my android board:
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在命令行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!