Java文件转换
我在 Android 中有一个视频录制,生成的文件是 3gp。我想将 mp4 文件发送到服务器,如何将 3gp 文件转换为 mp4,是否有用于此目的的 jar?
I have a video recording in Android and the file generated is 3gp. I want to send mp4 file to server, how can I convert 3gp file to mp4, is there any jar for this purpose?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些类型的转换通常是 CPU 密集型的,因此电池消耗得相当快。将转换留给服务器。您可以为此使用 Youtube
These kind of conversions are usually CPU intensive, therefore the battery can be consumed pretty fast. Leave the conversion to the server. You may use Youtube for this