Skip to content

Instantly share code, notes, and snippets.

@mallendeo
Created December 16, 2014 17:32
Show Gist options
  • Save mallendeo/36d7d1b16a60061f8442 to your computer and use it in GitHub Desktop.
Save mallendeo/36d7d1b16a60061f8442 to your computer and use it in GitHub Desktop.
Image sequence to webm with audio
ffmpeg -i sequence_1%04d.png -i audio.wav -map 0:0 -map 1:0 output.webm
// sequence_100001.png ...
@jpphanethkb
Copy link

0001_0
0002_10
0003_10
0004_10
0005_10
0006_10
0007_10
0008_10
0009_10
0010_10
0011_10
0012_10
0013_10
0014_10
0015_10
0016_10
0017_10
0018_10
0019_10
0020_10
0021_10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment