我想要的就是把一些视频放到我的服务器上,然后在我的应用程序中播放。我尝试了许多第三方应用程序来更改视频编码。它们都不起作用。好了,有什么想法吗?
发布于 2011-09-21 23:48:55
我找到的唯一解决方案是使用两个软件:
通过选择Mobile Phone Encoding.
-hint.
使用Sothink控制台应用程序,Mobile Phone Encoding.
Sothink发布于 2011-09-15 16:47:42
你有没有尝试过FFMPEG库?您可以将此库与android ndk一起用于您的应用程序。试试FFMPEG on Android,ffmpeg for a android (using tutorial: “ffmpeg and Android.mk”)和How to Build Android Applications Based on FFmpeg by An Example
用于构建ffmpeg How to Build FFmpeg for Android。
https://stackoverflow.com/questions/7427690
复制相似问题