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

前端 未结 11 1532
佛祖请我去吃肉
佛祖请我去吃肉 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:08

    I have followed the following steps :

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    

    then

    brew install ffmpeg
    

    then used the following command :

    /usr/local/Cellar/ffmpeg/3.1.3/bin/ffmpeg -i SpeechToText_usage.mov  -qscale 0 -r 24 -y speechtotext_framerate_changed.mov
    

    It worked well!

提交回复
热议问题