Advertisement
Guest User

Untitled

a guest
Jul 21st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1.  
  2. String [] command = new String []{
  3. "-i", mVoiceFile.getAbsolutePath(),
  4. "-i", mBeatFile.getAbsolutePath(),
  5. "-filter_complex",
  6. "[0:a]volume=3.0[a1];[1:a]volume=1.0[a2];[a1][a2]amerge=inputs=2,pan=stereo|c0<c0+c2|c1<c1+c3[aout]",
  7. "-map",
  8. "[aout]",
  9. "-ac",
  10. "-2",
  11. mRapFile.getAbsolutePath()};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement