I am using FFmpeg for the Video compress & audio video merge & to making the duet with the help of FFmpeg.it's working well on all lower version of Android. but not working on ANDROID 10(Q). it directly goes to on Faiure with empty error meesage.Anysolution relevant to this.Thanx in Advacnce.
Asked
Active
Viewed 2,497 times
1
-
There are many different FFmpeg bindings for Android. It would be helpful if you specified the one with the issue. – Tenfour04 Mar 13 '20 at 12:44
-
i have mentioned all because i got the issues inall cases. i"l specify with single of merging video with the Audio file. outputFilePathAudio = OptiUtils.makeDirectoryAudio() outputFileMergeVideo = OptiUtils.makeDirectoryVideo() optiVideoEditor = OptiVideoEditor.with(context) FFmpeg.getInstance(context).loadBinary(object : FFmpegLoadBinaryResponseHandler { override fun onFailure() { } – Kritika Monga Mar 13 '20 at 13:18
-
Does this answer your question? [FFMPEG commands isn't working in Android Q](https://stackoverflow.com/questions/58143381/ffmpeg-commands-isnt-working-in-android-q) – Vinesh Chauhan Mar 16 '20 at 05:02
-
Thanx Vinesh Chauhan its working at my end. Thanx for your reply on my question – Kritika Monga Mar 16 '20 at 10:11
1 Answers
2
I have used belowed version of ffmpeg that increase the conversion speed and works in all android version Displayed in documentation...
https://github.com/tanersener/mobile-ffmpeg
hope this will work for you..!!!

Kashyap Rathod
- 275
- 1
- 9
-
Thanx for your Reply.i"l check with this code once is it working well or not. Thankyou soo much. – Kritika Monga Mar 13 '20 at 13:24