Created
December 16, 2014 17:32
-
-
Save mallendeo/36d7d1b16a60061f8442 to your computer and use it in GitHub Desktop.
Image sequence to webm with audio
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 -i sequence_1%04d.png -i audio.wav -map 0:0 -map 1:0 output.webm | |
// sequence_100001.png ... |
jpphanethkb
commented
May 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment