Created
April 3, 2020 08:05
-
-
Save sgnm/1ae6a343c9d20045a67fd89189bad550 to your computer and use it in GitHub Desktop.
Convert one image frame to video with loop for SparkAR
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 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