Guest User

Untitled

a guest
Feb 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ffmpeg \
  2. -i over.mp4 \
  3. -itsoffset 5 -i base.mp4 \
  4. -filter_complex '
  5. [0:v]colorkey=0x1DFF13:0.5[ckout];
  6. [1:v][ckout]overlay=[outv];
  7. [1:a]adelay=5000|5000[adel];
  8. [0:a][adel]amix[outa]
  9. ' \
  10. -map '[outv]' -map '[outa]' out.mp4
Advertisement
Add Comment
Please, Sign In to add comment