Skip to content

Instantly share code, notes, and snippets.

@51114u9
Created October 27, 2013 06:20
Show Gist options
  • Select an option

  • Save 51114u9/7178497 to your computer and use it in GitHub Desktop.

Select an option

Save 51114u9/7178497 to your computer and use it in GitHub Desktop.
Create a video file using images and audio
ffmpeg -i audio.wav -f image2 -r 1 -i stellarium_%02d.png -c:v libx264 -b:v 2000k -c:a aac -strict experimental -b:a 320k -r 30 video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment