tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

Get executionId #714

Closed VivekThummar52 closed 3 years ago

VivekThummar52 commented 3 years ago

Hey there, i'm using this lib from around one and a half year and all was working fine until today because now i want to execute multiple command simultaneously and also wants to cancel/stop some of them on button click but i can't find the way to do that because as of my research we need executionId to do that and i can't find method FFmpeg.executeAsync(.....)(according to README file).

I'm using ffmpeg version ffmpeg-full-gpl:4.2.2.LTS' for my requirenment and i want to cancel specific ongoing ffmpeg execution and it's my requirement. Please try to help me as soon as possible..Thank you!!!

tanersener commented 3 years ago

Asynchronous API methods and executionId was introduced in v4.4. You can't use them in the earlier versions.

VivekThummar52 commented 3 years ago

Ok, Thanks for reply and i just changed my old version to new v4.4.LTS and if i got any problem in my old ffmpeg operations i will ask for your help, Thank you very much!!!