Skip to content

Instantly share code, notes, and snippets.

@sgnm
Created April 3, 2020 08:05
Show Gist options
  • Save sgnm/1ae6a343c9d20045a67fd89189bad550 to your computer and use it in GitHub Desktop.
Save sgnm/1ae6a343c9d20045a67fd89189bad550 to your computer and use it in GitHub Desktop.
Convert one image frame to video with loop for SparkAR
ffmpeg -loop 1 -i image-file.png -t 3 video-file-name.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment