FFMPEG commands isn't working in Android Q

前端 未结 3 1147
陌清茗
陌清茗 2021-01-05 03:19

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

3条回答
  •  灰色年华
    2021-01-05 03:33

    Now If You Guys Looking For FFMPEG for ANDROID Q Here is link use below FFMPEG Build. Include this to your app/build.gradle

    Min SDK 24

      dependencies {
            implementation 'com.arthenica:mobile-ffmpeg-full:4.3'
        }
    

    Min SDK 16

    dependencies {
        implementation 'com.arthenica:mobile-ffmpeg-full:4.2.2.LTS'
    }
    

    tested in OnePlus 7T
    Android Q

提交回复
热议问题