Skip to content

Commit

Permalink
Merge pull request #2 from stephenmcconnachie/patch-4
Browse files Browse the repository at this point in the history
Update Case_study.md
  • Loading branch information
digitensions authored Mar 7, 2024
2 parents 1c1e232 + f33ed87 commit bcd89e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Case_study.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Our current server configuration:
- 32-core with 64 CPU threads
- Ubuntu 20.04 LTS
- 40Gbps Network card
- NAS storage on 40GB network
- NAS storage with 40Gbps network card

The more CPU threads you have the better your FFmpeg encode to FFV1 will perform. To calculate the CPU threads for your server you can multiply the Threads x Cores x Sockets. So for our configuration this would be 2 (threads) x 16 (sockets) x 2 (cores) = 64. To retrieve these figures we would use Linux's ```lscpu```.

Expand Down

0 comments on commit bcd89e4

Please sign in to comment.