diff --git a/android/src/main/java/com/shabinder/spotiflyer/MainActivity.kt b/android/src/main/java/com/shabinder/spotiflyer/MainActivity.kt index c7dbbbcf..d94970ca 100644 --- a/android/src/main/java/com/shabinder/spotiflyer/MainActivity.kt +++ b/android/src/main/java/com/shabinder/spotiflyer/MainActivity.kt @@ -119,7 +119,7 @@ class MainActivity : ComponentActivity() { val inputFilePath = "/storage/emulated/0/Music/SpotiFlyer/Playlists/Sing-along_Punjabi/Kya_Baat_Ay.mp3" val outputFilePath = "/storage/emulated/0/Music/SpotiFlyer/Playlists/Sing-along_Punjabi/Kya_Baat_Ay.temp.mp3" val kbpsArg = "-b:a 192k" - ffmpeg.execute(arrayOf("-i", inputFilePath, /*"-acodec", "libmp3lame",*/ "-vn", outputFilePath),object : ExecuteBinaryResponseHandler() { + ffmpeg.execute(arrayOf("-i", inputFilePath, "-y", /*"-acodec", "libmp3lame",*/ "-vn", outputFilePath),object : ExecuteBinaryResponseHandler() { override fun onSuccess(message: String?) { Log.d("FFmpeg Command", "Success $message") } diff --git a/ffmpeg/android-ffmpeg/src/main/resources/lib/arm64-v8a/ffmpeg b/ffmpeg/android-ffmpeg/src/main/resources/lib/arm64-v8a/ffmpeg index b4e36bfc..a0479b19 100644 Binary files a/ffmpeg/android-ffmpeg/src/main/resources/lib/arm64-v8a/ffmpeg and b/ffmpeg/android-ffmpeg/src/main/resources/lib/arm64-v8a/ffmpeg differ diff --git a/ffmpeg/android-ffmpeg/src/main/resources/lib/arm64-v8a/ffprobe b/ffmpeg/android-ffmpeg/src/main/resources/lib/arm64-v8a/ffprobe deleted file mode 100644 index 657d836c..00000000 Binary files a/ffmpeg/android-ffmpeg/src/main/resources/lib/arm64-v8a/ffprobe and /dev/null differ diff --git a/ffmpeg/android-ffmpeg/src/main/resources/lib/armeabi-v7a/ffmpeg b/ffmpeg/android-ffmpeg/src/main/resources/lib/armeabi-v7a/ffmpeg index fba04b22..23d833b4 100644 Binary files a/ffmpeg/android-ffmpeg/src/main/resources/lib/armeabi-v7a/ffmpeg and b/ffmpeg/android-ffmpeg/src/main/resources/lib/armeabi-v7a/ffmpeg differ diff --git a/ffmpeg/android-ffmpeg/src/main/resources/lib/armeabi-v7a/ffprobe b/ffmpeg/android-ffmpeg/src/main/resources/lib/armeabi-v7a/ffprobe deleted file mode 100644 index ad3c55b9..00000000 Binary files a/ffmpeg/android-ffmpeg/src/main/resources/lib/armeabi-v7a/ffprobe and /dev/null differ diff --git a/ffmpeg/android-ffmpeg/src/main/resources/lib/x86/ffmpeg b/ffmpeg/android-ffmpeg/src/main/resources/lib/x86/ffmpeg index b8440982..0327d825 100644 Binary files a/ffmpeg/android-ffmpeg/src/main/resources/lib/x86/ffmpeg and b/ffmpeg/android-ffmpeg/src/main/resources/lib/x86/ffmpeg differ diff --git a/ffmpeg/android-ffmpeg/src/main/resources/lib/x86/ffprobe b/ffmpeg/android-ffmpeg/src/main/resources/lib/x86/ffprobe deleted file mode 100644 index 91ad2d1f..00000000 Binary files a/ffmpeg/android-ffmpeg/src/main/resources/lib/x86/ffprobe and /dev/null differ diff --git a/ffmpeg/android-ffmpeg/src/main/resources/lib/x86_64/ffmpeg b/ffmpeg/android-ffmpeg/src/main/resources/lib/x86_64/ffmpeg index 4003818f..d9ac7ba5 100644 Binary files a/ffmpeg/android-ffmpeg/src/main/resources/lib/x86_64/ffmpeg and b/ffmpeg/android-ffmpeg/src/main/resources/lib/x86_64/ffmpeg differ diff --git a/ffmpeg/android-ffmpeg/src/main/resources/lib/x86_64/ffprobe b/ffmpeg/android-ffmpeg/src/main/resources/lib/x86_64/ffprobe deleted file mode 100644 index a1f2c1d0..00000000 Binary files a/ffmpeg/android-ffmpeg/src/main/resources/lib/x86_64/ffprobe and /dev/null differ