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.
我想知道当您在移动设备(Android 和 Iphone)上上传视频时应该转换哪些格式的视频。
这是针对 Titanium Appcelerator 应用程序的。
用户应该能够从移动设备(Android 或 Iphone)上传视频,并且这两个设备都应该可见。
在 html5 中,视频格式应为 .webm、.ogg 和 .mp4(旧浏览器为 flv)。
对于移动应用程序?
谢谢
这已经被问过了。
哪些视频格式与资产库兼容?
本质上它取决于你的设备,但我会坚持使用 H.264 AAC,你很可能会没事,无论哪种方式,这都取决于你的服务器端将视频转换为通用格式并交付,这不是那么多移动/钛问题。