Skip to content

Commit

Permalink
Update AppStorePreview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchin authored Jul 4, 2023
1 parent f613ef7 commit 8ad9e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions publishing/AppStorePreview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ App Store Preview

- use ios simulator to record screen
- use iMoive to speed up video (App Preview project)
- use Adobe online service to resize the video
- make sure the h246 level not too high `ffmpeg -i input.00.mp4 -s 1200x1600 -filter:v fps=30,scale=1200:1600,setsar=1 -c:v libx264 -profile:v main -level:v 3.1 -c:a copy output.mp4`
- `ffprobe -loglevel error -show_streams GPlates-App-preview-age-grid.mp4`
- insert a silent audio channel `ffmpeg -i input.mp4 -f lavfi -i anullsrc -c:v copy -c:a aac -shortest silent.mp4`
- resize, make sure the h246 level and fps not too high `ffmpeg -i silent.mp4 -filter:v fps=30,scale=1200:1600,setsar=1 -c:v libx264 -profile:v main -level:v 3.1 -c:a copy output.mp4`
- Check the final video `ffprobe -loglevel error -show_streams GPlates-App-preview-age-grid.mp4`

0 comments on commit 8ad9e35

Please sign in to comment.