Can I run TWO ffmpeg encoding or verification processes in parallel on the same computer?
Or do they interfere each other because they e.g use the same temporary files or caches or internal config files or .....?
+ Reply to Thread
Results 1 to 5 of 5
-
-
You can but it will be better just to run one at a time since it will task your cpu.
I think,therefore i am a hamster. -
As above - it is perfectly legal and even sometimes advised to use multiple ffmpeg at the same time (advised when not all cores/threads are used) of course there is concurrency between such instances and some shared resources may (RAM, HDD etc) can be saturated. Frequently piping is used to allow higher CPU utilization.
Everything depends from usage case.Last edited by pandy; 15th Nov 2015 at 10:44.
-
As a side note: if you use a encoder which uses two pass, you just need to make sure that they use different files to save their statistic data they collect during the first pass.
users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Minimum processor needed to run tough to run videos?
By MarcMiller in forum Newbie / General discussionsReplies: 7Last Post: 25th Jul 2014, 08:02 -
Can I run multiple instances of ffmpeg?
By pxstein in forum Newbie / General discussionsReplies: 5Last Post: 16th Sep 2013, 02:37 -
How to let ffmpeg run with lower (not lowest) CPU priority?
By pxstein in forum Newbie / General discussionsReplies: 1Last Post: 12th Sep 2013, 02:16 -
mencoder/mplayer audio parallel extract possible?
By Selur in forum Newbie / General discussionsReplies: 0Last Post: 19th Aug 2013, 09:59 -
ffmpeg audio parallel extract possible?
By Selur in forum Newbie / General discussionsReplies: 3Last Post: 19th Aug 2013, 09:41