Skip to content

Instantly share code, notes, and snippets.

@Uko
Last active December 26, 2015 09:59
Show Gist options
  • Save Uko/7133967 to your computer and use it in GitHub Desktop.
Save Uko/7133967 to your computer and use it in GitHub Desktop.
Generate movie from slides with ffmpeg
width=1920
height=1080
ffmpeg -i visualization/%d.png -c:v libx264 -filter:v "scale=iw*min($width/iw\,$height/ih):ih*min($width/iw\,$height/ih), pad=$width:$height:($width-iw*min($width/iw\,$height/ih))/2:($height-ih*min($width/iw\,$height/ih))/2:0xFFFFFF" -pix_fmt yuv420p z.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment