ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

Run multiple ffmpeg instance

Open hothcudong opened this issue 6 years ago • 1 comments

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!

hothcudong avatar Nov 28 '17 02:11 hothcudong

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

yadavkohi avatar May 08 '19 06:05 yadavkohi