-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
determine_workers: update resource estimation
Made rough estimates of per-worker memory and cpu usage for each encoder. Memory scales with resolution (megapixels) approximately linearly, so memory usage for each encoder is expressed as a value of GB/MegaPixel. Consider chunk_method and pix_format in addition to resolution and tiles. chunk_method memory usage scales with resolution, and differs depending on the method. Encoders use significantly more memory when encoding in full chroma 444 vs 420 subsample.
- Loading branch information
1 parent
cabe43b
commit 4eb5806
Showing
2 changed files
with
45 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters