Skip to content

Instantly share code, notes, and snippets.

@motebaya
Last active March 13, 2026 21:45
Show Gist options
  • Select an option

  • Save motebaya/163e79013344d939ec867e332e7084cb to your computer and use it in GitHub Desktop.

Select an option

Save motebaya/163e79013344d939ec867e332e7084cb to your computer and use it in GitHub Desktop.
force potrait 9:16 with blured background for youtube shorts
ffmpeg -i input.mp4 -filter_complex "[0:v]scale=1080:1920:force_original_aspect_ratio=increase,crop=1080:1920,boxblur=20:10[bg];[0:v]scale=1080:-1[fg];[bg][fg]overlay=(W-w)/2:(H-h)/2" -c:v libx264 -preset slow -crf 18 -c:a aac -b:a 128k -movflags +faststart output_shorts.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment