Skip to content

Instantly share code, notes, and snippets.

@aferriss
Last active March 7, 2016 23:24
Show Gist options
  • Save aferriss/d3a6d83e2866960ae278 to your computer and use it in GitHub Desktop.
Save aferriss/d3a6d83e2866960ae278 to your computer and use it in GitHub Desktop.
ffmpeg add black bars
ffmpeg -i 128Mov2Cat.mp4 -vf pad=1280:800:576:336 128Mov2CatBars.mp4
#default pad is black
#pad=width:height:x:y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment