Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 ios6 应用程序,在该应用程序中,我必须将一部电影分成两部分,取其中一部分,然后将其与其他影片剪辑连接。我尝试了ffmpeg但无法编译ffmpeg,有没有其他方法可以做到这一点?
如果您对此问题有任何解决方案,任何人都可以帮助我
提前致谢
您使用 AVMutableComposition 类。
看到这个:如何使用 AVFoundation 组合具有不同方向的视频剪辑
以及这里的多个其他答案,显示如何使用该类