Advertisement
Guest User

Untitled

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