多个视频叠加 - 需要建议
我正在做一个项目,我需要一些建议。 只是一些背景知识,但我不是程序员 有时我会摆弄一些事情,通常我会 熟悉更具体的术语。
现在对于实际问题,我有一个包含 10 个小视频的文件夹(每个小视频最多 4/7 秒),我想全屏循环显示它们并重叠。
我不太确定我应该看什么,我想也许正在处理,但我最严重的问题是,如果我什至不能寻求帮助,因为我不知道我需要什么。
感谢您抽出时间。
I'm working on a project and I need some advice.
Just some background, Im not a programmer though
at times I do some fiddling and I am generally
comfortable with more specific terms.
Now for the actual issue, I have a folder with 10 small videos (4/7 secs max each) and I would like to display them full screen looping and overlaid.
I'm not too sure on at what should I be looking at, I thought maybe processing but my most serious issue if that I cant even ask for help since I don't know what I need.
Thank you for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
写 AVFoundation 书籍的人告诉我,你应该使用 AVFoundation。我还在 SOF 中找到了一个代码示例,其中有一个使用时钟的示例。查看链接。
iOS AVFoundation - 在视频上显示时间并导出
此外,当试图解释您要查找的内容时,请查看 WeatherHD。我不隶属,这只是一个很棒的应用程序。
在接下来的几周内,我将为客户做一些非常类似的事情,这对我来说也是全新的,所以,我将发布我学到的东西。
道格
www.smittenapp.com
www.martialapps.com
What I've been told by the guy writing the book on AVFoundation is that you should use AVFoundation. I also found a sample of code here in SOF that has an example of it working with a clock. Check out the link.
iOS AVFoundation - Show a time display over a video and export
Also, when trying to explain what your looking for, check out WeatherHD. I'm not affiliated, it's just a great app.
I'll be doing something very similar for a client in the next couple of weeks and it's all new to me as well, so, I'll post what I learn.
Doug
www.smittenapp.com
www.martialapps.com