ios - 为 App Store 准备不同分辨率的 App Preview 视频

我想根据 App Store 的要求上传不同的 App Preview 视频。 目前,我可以使用 iMovie 为我的游戏产品导出适用于 iPhone 5.5 英寸显示屏的 App Preview 视频。

如何为 iPhone 6.5 英寸 - 1080p、iPad Pro 12.9 英寸(第 2 代)和 iPad Pro 12.9 英寸(第 3 代)尺寸导出 App Preview 视频? 这些尺寸需要什么样的分辨率?

目前,我有 iMovie 和 QuickTime Player 用于导出或编辑视频。

最佳答案

要求的尺寸如下:

╔════════════════════════════════════════╦══════════════════════════════════════════╗
║        Device size and platform        ║           Accepted resolutions           ║
╠════════════════════════════════════════╬══════════════════════════════════════════╣
║ 6.5" (iPhone XS Max), 6.1" (iPhone XR) ║ 886x1920, 1920x886                       ║
║ 12.9" (iPad Pro (2nd generation))      ║ 1200x1600, 1600x1200, 900x1200, 1200x900 ║
║ 12.9" (iPad Pro (3rd generation))      ║ 1200x1600, 1600x1200                     ║
╚════════════════════════════════════════╩══════════════════════════════════════════╝

来源:App Store Connect Help

https://stackoverflow.com/questions/54252839/

相关文章:

angular - 如何使 angular cli 允许我使用名称的内容哈希加载图标

d3.js - 如何将 csv 文件加载到 nuxt vue 组件中

nlp - 如何使用 torchtext 添加功能?

python-3.x - odoo 从代码向用户发送消息(通知)

swift - 如何修复此 'required condition is false: format

bash - 如何以编程方式从 docker-compose.yml 中删除服务?

hibernate - 关于 EntityManagerFactory 和 SessionFacto

c# - 偷看后从并发队列中删除元素的模式

r - 如何从 Shiny 中的 plotly 事件中获取方面数据

c++ - 如何在嵌入式 V8 中重置全局对象?