Skip to content

Instantly share code, notes, and snippets.

@hpcorona
Created May 6, 2013 05:54
Show Gist options
  • Save hpcorona/5523560 to your computer and use it in GitHub Desktop.
Save hpcorona/5523560 to your computer and use it in GitHub Desktop.
Convert .tga files into a video
ffmpeg -f image2 -i $1%04d.tga -r 30 -vcodec mpeg4 -i $1.WAV -b 10000k $2.mpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment