0

我在 iOS 上编写应用程序,我需要使用视频转换功能。我需要的功能是:

  • 降低视频分辨率
  • 剪切视频(例如squere)
  • 降低视频的比特率
  • 旋转视频
  • 将视频保存为 mp4 格式

我的问题是我在 iOS 方面只有一点经验,我不知道该怎么做。我知道我不能使用 FFMpeg 因为它的许可证。我听说有一个内置的 AV Foundation 框架。我可以使用这个框架执行这样的事情吗?如果没有,还有其他方法可以做到这一点。

4

1 回答 1

1

MPMoviePlayerController will help:

1.yes - u can do this, but u should consider to do this offline

2.yes - adjust the MPMoviePlayerController view size

3.yes - u can do this, but u should consider to do this offline

4.yes

5.Don't understand - u have a video, and u want to change his format?

于 2014-02-16T15:34:54.387 回答