我如何将视频文件转换为 .mov 文件扩展名

How i can convert video file to .mov file extension

我正在开发 android 应用程序。因为我必须将所有视频文件转换为“.mov”文件扩展名。可以在 android 应用程序中执行吗?请指导我。

我发现没有本地方法可以执行此操作,但有很多转换网站,例如 this

您可以使用 FFMPEG

这里有一些有用的参考资料:

  1. http://writingminds.github.io/ffmpeg-android-java/
  2. https://www.labnol.org/internet/useful-ffmpeg-commands/28490/
  3. http://www.hongkiat.com/blog/ffmpeg-guide/
  4. https://github.com/WritingMinds/ffmpeg-android-java