ks265codec
ks265codec copied to clipboard
The efficiency of decoding on Android
How can I test the efficiency of decoding on android?
./appdecoder -b test.265 -o rec.yuv
如果我们想跟贵司合作,要如何联系呢?
把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
@staven99 /system/bin这个目录是只读系统目录没操作权限吧,一般测试都在/data/local/tmp/这个目录
还是一样,我已经改到/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
嗯,发现是我的android手机版本问题,是5.0的系统,换一台android6.0的手机,已经可以跑,谢谢!
@staven99 如果5.0有问题,是一个很好的发现,我们查一下。非常感谢。