Guest User

Untitled

a guest
Aug 18th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. command = new String[]{
  2. "-ss", getConvertedValue(getSyncCalibration()),
  3. "-i", mVoiceFileTemp.getAbsolutePath(),
  4. "-i", mBeatFileTemp.getAbsolutePath(),
  5. "-filter_complex",
  6. "[0:a]volume=1[a1];[1:a]volume=1[a2];[a1][a2]amerge=inputs=2,pan=stereo|c0<c0+c2|c1<c1+c3[aout]",
  7. "-map",
  8. "[aout]",
  9. mRapFileTemp.getAbsolutePath()};
Add Comment
Please, Sign In to add comment