Skip to content

Instantly share code, notes, and snippets.

@billautomata
Created April 19, 2015 01:37
Show Gist options
  • Save billautomata/6a137a2d5a700c0f7883 to your computer and use it in GitHub Desktop.
Save billautomata/6a137a2d5a700c0f7883 to your computer and use it in GitHub Desktop.
ffmpeg image sequence to HQ mp4
ffmpeg -f image2 -r 24 -i %04d.png -vcodec libx264 -profile:v high444 -refs 16 -crf 0 -preset ultrafast a.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment