Advertisement
Guest User

Untitled

a guest
Apr 13th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ../../ffmpeg -i EndCard.mp4 -i segment2.mp4 -i segment2.mp4 -filter_complex \
  2. "[1]scale=iw/2.5:ih/2.5 [pip1]; \
  3. [pip1]fade=t=in:st=5.5:d=0.5 [pip1b]; \
  4. [2]scale=iw/2.5:ih/2.5 [pip2]; \
  5. [0][pip1b]overlay=main_w/2-overlay_w-10:main_h-overlay_h-320:shortest=1[a]; \
  6. [a][pip2]overlay=main_w/2+10:main_h-overlay_h-320:shortest=1" \
  7. -shortest PIP_output1.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement