Created
February 8, 2019 05:13
-
-
Save keijiro/fbc95f359296fcaf12004cf659cf5145 to your computer and use it in GitHub Desktop.
Generate a test HAP video from a still image.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -loop 1 -i input.jpg -c:v hap -t 12 -vf scale=6144x3072 -r 60 out.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment