简体   繁体   English

制作视频合并移动应用程序的最佳方法

[英]Best way to make a video merging mobile app

I am looking to make a mobile app that will allow the users to take X number of videos and it will combine them together to make a single video. 我正在寻找一个移动应用程序,该应用程序将允许用户拍摄X个视频,并将它们组合在一起以制作单个视频。 Users will also be able to choose what to put in between each video recording and background music. 用户还可以选择在每个视频记录和背景音乐之间插入什么。

I have more experience with Xamarin/C# than with native Java/Obj-C but the only method I have found online that might accomplish this would be with using native with FFMPEG. 与本地Java / Obj-C相比,我对Xamarin / C#有更多的经验,但是我在网上找到的唯一可以做到这一点的方法是对FFMPEG使用本地。 Is this the case? 是这样吗 Is FFMPEG even going to work for this? FFMPEG甚至可以为此工作吗? Is there a way to use Xamarin to accomplish what I need to do? 有没有办法使用Xamarin完成我需要做的事情?

Thanks 谢谢

Have a look at the AVMutableComposition and its related classes. 看一下AVMutableComposition及其相关的类。

There's an example here, about halfway down the page: http://www.raywenderlich.com/13418/how-to-play-record-edit-videos-in-ios 这里有一个示例,大约在页面的一半以下: http : //www.raywenderlich.com/13418/how-to-play-record-edit-edit-videos-in-ios

It looks like it's covered by Xamarin: http://iosapi.xamarin.com/index.aspx?link=T%3AMonoTouch.AVFoundation.AVMutableComposition Xamarin似乎涵盖了它: http ://iosapi.xamarin.com/index.aspx?link=T%3 AMonoTouch.AVFoundation.AVMutableComposition

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM