cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.33k stars 828 forks source link

Run multiple ffmpeg instance #248

Open hothcudong opened 6 years ago

hothcudong commented 6 years ago

Hi ffmpeg team! I have a application that use ffmpeg to extract mp3 in webm format and i want to use mutiple extracter in a time to improve my app's perfomance, do we have any ways to do that? Thanks ffmpeg team!

yadavkohi commented 5 years ago

I am also facing issue in executing multiple ffmpeg command. I am getting exception that

com.github.hiteshsondhi88.libffmpeg.exceptions.FFmpegCommandAlreadyRunningException: FFmpeg command is already running, you are only allowed to run single command at a time

Is it possible to run ffmpeg command parallel

Please help