如何使用FFMPEG在我的iPhone应用程序中加入两个视频文件?

时间:2022-04-10 07:25:22

I would like to join two video files within my iPhone application using the FFMPEG library, but I can't figure out how to do this. Does anyone have any experience with this?

我想使用FFMPEG库在我的iPhone应用程序中加入两个视频文件,但我无法弄清楚如何做到这一点。有人对这个有经验么?

1 个解决方案

#1


0  

Unfortunatley, if you planning to release your app to the App Store, you won't be able to use libavcodec since it is licensed under GPL. However, there is tutorial in the FFmpeg docs on how join two files if that is any help.

Unfortunatley,如果您计划将应用程序发布到App Store,您将无法使用libavcodec,因为它是根据GPL许可的。但是,如果有任何帮助,FFmpeg文档中有关于如何连接两个文件的教程。

#1


0  

Unfortunatley, if you planning to release your app to the App Store, you won't be able to use libavcodec since it is licensed under GPL. However, there is tutorial in the FFmpeg docs on how join two files if that is any help.

Unfortunatley,如果您计划将应用程序发布到App Store,您将无法使用libavcodec,因为它是根据GPL许可的。但是,如果有任何帮助,FFmpeg文档中有关于如何连接两个文件的教程。