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:
The frame rate of your app video preview is too high.
I can't see any options in the QuickTime Player to change frame rate.
Does anybody knows what to do with it?
ffmpeg -i "InputMovie.mov" -r 30 "OutputMovie.mov"
– Radu