Guest User

concaterror

a guest
Feb 6th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. //partOnePath -> movie1.mp4
  2. //partTwoPath -> movie2.mp4
  3. //outputFileName -> "output.mp4"
  4.  
  5. String[] complexCommand = {"ffmpeg","-i", partOnePath, "-i", partTwoPath, "-filter_complex", "[0:0] [0:1] [1:0] [1:1] concat=n=2:v=1:a=1 [v] [a]","-map", "'[v]'", "-map", "'[a]'", outputFileName};
Advertisement
Add Comment
Please, Sign In to add comment