ios - Cannot upload video to iTunesConnect: The frame rate of your app video preview is too high -
I have created an App Store preview video using the quicktime player on OS X Yosemite.
When i try to upload the video iTunes Connect, I get an error message:
The frame rate of your app video preview is very high.
I can not find any options QuickTime Player to change the frame rate.
![]()
Does anyone Do you know what to do with it?
The video can be easily converted using ffmpeg usable tools.
ffmpeg -r 30 -i 60fpsvideo.m4v -vodec copy -acodec copy 30fpsvideo.avi
Comments
Post a Comment