Skip to content

Instantly share code, notes, and snippets.

@alexpaul
Last active October 14, 2018 10:45
Show Gist options
  • Save alexpaul/4ee65f73c12838947604437899c914c3 to your computer and use it in GitHub Desktop.
Save alexpaul/4ee65f73c12838947604437899c914c3 to your computer and use it in GitHub Desktop.
Capture video for App Store Preview

Steps to capture video for App Store preview

  1. Use Quicktime to capture the app running on an iOS device
  2. Use ffmpeg to adjust the frame rate to the required 30 fps.
  3. Don't have ffmpeg? Install using homebrew > brew install ffmpeg
  4. ffmeg command > ffmpeg -i input.mov -r 30 output.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment