Open hothcudong opened 6 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
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!