Advertisement
Guest User

Untitled

a guest
Mar 31st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. String cmd[] = {"-i", src.getAbsolutePath().trim(), "-an", "-c:v", "copy", "/storage/emulated/0/Movies/tmp.264"};
  2. execFFmpegBinary(cmd);
  3.  
  4. String cmd1[] = {"-r", "60", "-i", "/storage/emulated/0/Movies/tmp.264", "-i", src.getAbsolutePath().trim(),
  5. "-c", "copy", "-map", "0:v", "-map", "1:a", dest.getAbsolutePath()};
  6. execFFmpegBinary(cmd1);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement