Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Created June 12, 2022 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YHaruoka/374f3487bd470b0b7dd7fbdfd9a039d2 to your computer and use it in GitHub Desktop.
Save YHaruoka/374f3487bd470b0b7dd7fbdfd9a039d2 to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -vf pad=w=iw+40:h=ih+40:x=20:y=20:color=white output_pad_white.mp4
ffmpeg -i input.mp4 -vf pad=w=iw+40:h=ih+40:x=20:y=20:color=black output_pad_black.mp4
ffmpeg -i output_pad_black.mp4 -s 1920x1080 output_pad_black_resized.mp4
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment