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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -