Advertisement
Guest User

Untitled

a guest
Nov 19th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /var/www/bin/ffmpeg -i "videologo/999999_second_stage.mp4" -i "output.mp4" -i "outros/final-outro.mp4" -filter_complex "[0:v] [0:a] [1:v] [1:a] [2:v] [2:a] concat=n=3:v=1:a=1: "[v]" "[a]"" -map '[v]' -map '[a]' -vcodec libx264 output3.mp4
  2.  
  3.  
  4. Stream specifier ':a' in filtergraph description [0:v] [0:a] [1:v] [1:a] [2:v] [2:a] concat=n=3:v=1:a=1 [v] [a] matches no streams.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement