💻 Software
How many threads does ffmpeg use by default?
Fresh7 days ago
Mar 15, 2026248746 viewsConfidence Score1%
1%
Problem
I see that there's a command line option in ffmpeg. What is the default value of this option?
Error Output
-threads <count>
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How many threads does ffmpeg use by default?
Low Risk
As of 2014, it uses an optimal number. You can verify this on a multi-core computer by examining CPU load (Linux: , Windows: task manager) with different options to ffmpeg: (optimal); (single-threaded); (2 threads for e.g. an Intel Core 2 Duo); none (the default, also optimal). 2015 edit: on a 12-core CPU, some ffmpeg commands have Linux showing at most 200% cpu (only 2 cores), no matter what number is given to . So the default may still be optimal in the sense of "as good as this ffmpeg binary…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix