How to upload App Preview on iTunes Connect?

和自甴很熟 提交于 2019-12-25 03:28:32

问题


I have made a video for my app and upload this App Preview onto iTunes Connect. However, it cannot be saved. I already used the latest Safari on OS X 10.10 and tried many times.

Anyone succeed with upload an App Preview?


回答1:


Try restarting Safari. Worked for me after 5 failed attempts with different files.




回答2:


Had the same problem that iTunes Connect would not save the video.

Turns out the screen recordings I made with QuickTime off of an iPad/iPhone via Lightning cable had a frame rate that was too high (~58fps). The Apple docs say that max 30fps are allowed.

I changed the framerate with ffmpeg (installed via Homebrew):

ffmpeg -i input.mov -r 30 output.mov

Bonus: If you want to strip the audio from the recording, add -an as a parameter.

ffmpeg -i input.mov -an -r 30 output.mov



回答3:


convert vidoe online using this site and upload again http://video.online-convert.com/convert-to-mp4

and set the following

vid bitrate : 10240 frame rate: 30 audio quality: 256



来源:https://stackoverflow.com/questions/25910127/how-to-upload-app-preview-on-itunes-connect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!