Skip to content

Instantly share code, notes, and snippets.

@keijiro
Created February 8, 2019 05:13
Show Gist options
  • Save keijiro/fbc95f359296fcaf12004cf659cf5145 to your computer and use it in GitHub Desktop.
Save keijiro/fbc95f359296fcaf12004cf659cf5145 to your computer and use it in GitHub Desktop.
Generate a test HAP video from a still image.
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