Cannot upload video to iTunesConnect: The frame rate of your app video preview is too high

前端 未结 11 1490
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-24 12:13

I made an App Store preview video using QuickTime player on OS X Yosemite.
When I try to upload the video to iTunesConnect, I get an error message:

<
11条回答
  •  北海茫月
    2020-12-24 13:13

    Videos can be easily converted using ffmpeg, a handy tool that can be installed using homebrew.

    ffmpeg -r 30 -i 60fpsvideo.m4v -vcodec copy -acodec copy 30fpsvideo.avi
    

提交回复
热议问题