简体   繁体   English

iPhone上最优化的视频格式是什么:.3gp或.mp4?

[英]what is the most optimised video format for iPhone: .3gp or .mp4?

I'm building an iPhone app for a mobile film festival. 我正在为移动电影节开发一个iPhone应用程序。 The app will make it possible for the users to watch the submitted short films over wi-fi, 3g, and edge (really?) The movies will have a duration between 30sec to 2minutes max. 该应用程序将使用户可以通过wi-fi,3g和Edge(真的吗?)观看提交的短片。电影的时长最长为30秒至2分钟。 (ste (STE

Would you recommend using .3gp format above .mp4 ? 您是否建议在.mp4以上使用.3gp格式? Any reason/advantage to prefer one format? 有什么理由/优势喜欢一种格式? I will manually re-encode all the videos for the iphone app. 我将手动为iPhone应用程序重新编码所有视频。

thanks Louis 谢谢路易斯

带有H.264编解码器的mp4在硬件级别上得到很好的支持

Sounds like a cool app. 听起来像一个很棒的应用程序。 iOS devices prefer h.264 video. iOS设备更喜欢h.264视频。 For video to play in an iOS app on 3g, you need to encode them for Apple's HTTP Live Streaming. 要使视频在3g的iOS应用中播放,您需要对它们进行编码,以用于Apple的HTTP Live Streaming。 That's their version of adaptive bit rate encoding. 那是他们自适应比特率编码的版本。 Every Mac shipped with Leopard or Snow Leopard includes a segmenter with their other utilities, but it can only handle one file at a time. Leopard或Snow Leopard随附的每台Mac都包括一个带有其他实用程序的分段器,但一次只能处理一个文件。 There's a help article on Apple's video utilities here: 此处有关于苹果视频实用程序的帮助文章:

http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html

Encoding.com can also do the video encoding and segmenting for you. Encoding.com还可以为您进行视频编码和分段。 (Disclaimer: I work there. :) You can check out how to get this up and running using Amazon and Encoding.com on the site and if you'd like to talk to someone about it you can just schedule a free consultation with us. (免责声明:我在那儿工作。:)您可以在网站上查看如何使用Amazon和Encoding.com来启动和运行它,如果您想与某人交谈,您可以安排与我们免费咨询。 We're here to help. 我们在这里为您提供帮助。

mp4 (i think the extension has to be *.m4v if you want it to use with itunes) with h.264 as codec mp4(我认为扩展名必须为* .m4v,如果您希望它与iTunes一起使用),并将h.264作为编解码器

reasons: standard iphone format, better quality, better compression 原因:标准的iPhone格式,更好的质量,更好的压缩

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

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