- Use Quicktime to capture the app running on an iOS device
- Use ffmpeg to adjust the frame rate to the required 30 fps.
- Don't have ffmpeg? Install using homebrew >
brew install ffmpeg - ffmeg command >
ffmpeg -i input.mov -r 30 output.mov
Last active
October 14, 2018 10:45
-
-
Save alexpaul/4ee65f73c12838947604437899c914c3 to your computer and use it in GitHub Desktop.
Capture video for App Store Preview
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment