FFMPEG commands isn't working in Android Q
问题 Try this command for merge two audio files, but its not working in Android 10.0(Q) while targeting sdk 29 . But, this command is completely working on targeting sdk 24 to 28 . I am using this library of FFMPEG implementation 'nl.bravobit:android-ffmpeg:1.1.7' "-y", "-i", path1, "-i", path2, "-filter_complex", "[0:0][1:0] amix=inputs=2:duration=longest", "-c:a", "libmp3lame", savedPath my Error log: 2019-09-28 13:48:32.037 16041-16166/com.merger.cut E/FFmpeg: Exception while trying to run: [