This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 820
Concurrent Execution Support
Taner Sener edited this page Jan 19, 2020
·
5 revisions
v4.3.1
introduces concurrent execution support for both FFmpeg
and FFprobe
. You can start running multiple commands at the same time without waiting other executions to finish.
Return code
Return code returned by each execute()
call represents the completion status of that command.
Command Output
Unfortunately, it is not possible to differentiate command output of each individual execution when multiple commands are executed. Config.getLastCommandOutput()
method returns output from all commands being executed at that moment.
Copyright (c) 2018-2021 MobileFFmpeg