Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. ffmpeg -i 1.mp4 -loop 1 -i background.jpg -filter_complex '[1:v]scale=trunc(iw/2)*2:-2[tmp];[tmp][0:v]overlay=shortest=1:x=(W-w)/2:y=(H-h)/2[v]' -strict -2 -map 0:a -map '[v]' out.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement