Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.75 KB | None | 0 0
  1. @set BLK=color=c=black:r=60:size=1280x800:d=7.0[black]
  2. @set V0=[0:v]format=pix_fmts=yuva420p,zoompan=d=25*10:s=1280x800,fade=t=out:st=3.0:d=1.0:alpha=1,setpts=PTS-STARTPTS[v0]
  3. @set V1=[1:v]format=pix_fmts=yuva420p,zoompan=z='zoom+0.002':d=25*10:s=1280x800,fade=t=in:st=0:d=1.0:alpha=1,setpts=PTS-STARTPTS+3.0/TB[v1]
  4. @rem set V1=[1:v]format=pix_fmts=yuva420p,zoompan=d=25*4:s=1280x800,fade=t=in:st=0:d=1.0:alpha=1,setpts=PTS-STARTPTS+3.0/TB[v1]
  5. @set V2=[2:v]format=pix_fmts=yuva420p,zoompan=d=25*10:s=1280x800,fade=t=in:st=0:d=1.0:alpha=1,setpts=PTS-STARTPTS+6.0/TB[v2]
  6.  
  7. ffmpeg -y -i img001.jpg -i img002.jpg -i img003.jpg -filter_complex "%BLK%;%V0%;%V1%;%V2%;[black][v0]overlay[ov0];[ov0][v1]overlay[ov1];[ov1][v2]overlay=format=yuv420" -c:v libx264 -y out.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement