Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. private static void RunCommand(String command) throws InterruptedException {
  2. try {
  3. // Execute command
  4. Process proc = Runtime.getRuntime().exec(command);
  5. }
  6. }
  7.  
  8. ffmpeg -i "concat:/home/temp10.avi|/home/p2.avi|/home/temp15.avi" -c copy -y /home/output.avi
  9.  
  10. String c4="ffmpeg -i "concat:"+dir+temp1+"|"+dir+ad+"|"+dir+temp3+"" -c copy -y "+dir+output;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement