Advertisement
Guest User

Untitled

a guest
Jun 6th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ffmpeg -i 1.mp4 -i 2.mp4 -filter_complex \
  2. "concat=n=2:v=1:a=1[v][a],[v]scale=320:200[v2]" \
  3. -map "[v2]" -map "[a]" 3.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement