J
J
Johnem2020-04-04 14:34:57
fmpeg
Johnem, 2020-04-04 14:34:57

How to run multiple processes in ffmpeg?

Is it possible, and if so, how, to run multiple ffmpeg processes in cmd windows?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Pankov, 2020-04-04
@Johnem

Well I would look towards Linux. in Windows, they say, now you can actually get a Linux console ... I haven’t tried it. Haven't touched Windows for a long time.
but if you succeed, then look at xargs.
There is a key that limits k=maximum number of processes running at the same time.
So you can pass command line parameter sets to xargs by a pipeline and it will launch many ffmpegs in different processes for you.
It's probably possible through powershell, they say everything is also thought out cool, but, kamon, this is for perverts. On Windows, you should not want this =)
In any case, look for asynchronous calls from the shell or xargs under Windows

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question