Skip to content

Instantly share code, notes, and snippets.

@on-three
Created April 28, 2014 00:23
Show Gist options
  • Save on-three/11358874 to your computer and use it in GitHub Desktop.
Save on-three/11358874 to your computer and use it in GitHub Desktop.
convert an image to an N second webm
avconv -loop 1 -i stannis_behead.jpg -t 00:00:07 -c:v libvpx test.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment