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.

error message that I'm getting

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

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -