Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ffmpeg -i 1.mp4 -i 2.mp4 -i 3.mp4 -i bg.mp3
  2. -filter_complex
  3. "[0]trim=0:20,scale=1920:-1,crop=1920:1080:0:0[a];
  4. [1]trim=0:20,scale=1920:-1,crop=1920:1080:0:0[b];
  5. [2]trim=0:20,scale=1920:-1,crop=1920:1080:0:0[c];
  6. [a][b][c]concat=3[v]"
  7. -map "[v]" -map 3:a
  8. -shortest out.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement