← back
JOURNAL · 2015.03.29

App Preview For AppStore

iPhone6のみでiPhone5/6/6+のすべてのAppStore用動画プレビューを作成したときのメモ

使ったもの

  • iPhone6 (iOS8)
  • Mac (Yosemite)
  • QuickTime Player
  • iMovie
  • ffmpeg

1. QuickTime Playerの「新規ムービー収録」でiPhone6から動画クルップを作成

例:AppPreview.mov作成

2. iMovieの「新規アプリケーションプレビュー」で上で作成した動画クルップを編集し共有で保存

例:AppPreview.mp4で保存

3. iPhone5/6+用にffmpegで動画サイズを変換(750x1334)->(1080x1920)

1
$ ffmpeg -i AppPreview.mp4 -vf "scale=-1:1920, pad=1080:1920:0:0" AppPreviewBig.mp4

brewでffmpegのインストール

1
2
$ brew doctor
$ brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools

4. iTunes Connectにアップロード

デバイス ファイル
iPhone5 AppPreviewBig.mp4
iPhone6 AppPreview.mp4
iPhone6+ AppPreviewBig.mp4

参考:App Preview

← newer
iOSデバッグ時に有用なメソッド
older →
Free design services for iOS developers
← back to home