Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The efficiency of decoding on Android #15

Open
kelvenlaw opened this issue Feb 6, 2017 · 9 comments
Open

The efficiency of decoding on Android #15

kelvenlaw opened this issue Feb 6, 2017 · 9 comments

Comments

@kelvenlaw
Copy link

How can I test the efficiency of decoding on android?

@zhangxianguo
Copy link
Contributor

zhangxianguo commented Feb 6, 2017

./appdecoder -b test.265 -o rec.yuv

@kelvenlaw
Copy link
Author

如果我们想跟贵司合作,要如何联系呢?

@zhangxianguo
Copy link
Contributor

请联系 [email protected]

@staven99
Copy link

把appdecoder push 到 android system/bin 后,运行./appdecoder -b test.265 -o test.yuv
提示/system/bin/sh: ./appdecoder: No such file or directory
ls -l appdecoder
-rwxr-xr-x root shell 1246536 2017-03-29 22:48 appdecoder

@zhangxianguo
Copy link
Contributor

@staven99 /system/bin这个目录是只读系统目录没操作权限吧,一般测试都在/data/local/tmp/这个目录

@zhangxianguo
Copy link
Contributor

image

@staven99
Copy link

staven99 commented Apr 1, 2017

还是一样,我已经改到/data/local/tmp目录下,并chmod了,是不是贵司没有上传一些so库?
root@AD900B:/data/local/tmp # chmod 777 appdecoder
root@AD900B:/data/local/tmp # ls -l appdecoder
-rwxrwxrwx root root 1246536 2017-03-29 22:48 appdecoder
./appdecoder -b test.265
/system/bin/sh: ./appdecoder: No such file or directory

@staven99
Copy link

staven99 commented Apr 1, 2017

嗯,发现是我的android手机版本问题,是5.0的系统,换一台android6.0的手机,已经可以跑,谢谢!

@zhangxianguo
Copy link
Contributor

zhangxianguo commented Apr 1, 2017

@staven99 如果5.0有问题,是一个很好的发现,我们查一下。非常感谢。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants