Changes between Version 15 and Version 16 of Encode/AV1
- Timestamp:
- Dec 10, 2018, 10:50:42 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/AV1
v15 v16 87 87 `-cpu-used` sets how efficient the compression will be. Default is 1. Lower values mean slower encoding with better quality, and vice-versa. 88 88 89 `-row-mt ` enables row-based multi-threading which maximizes CPU usage. To enable fast decoding performance, also add tiles (i.e. `-tile-columns 2` or `-tiles 2x2` for 4 tiles).89 `-row-mt 1` enables row-based multi-threading which maximizes CPU usage. To enable fast decoding performance, also add tiles (i.e. `-tiles 4x1` or `-tiles 2x2` for 4 tiles). Enabling `row-mt` is only faster when the CPU has more threads than the number of encoded tiles. 90 90 91 91 = Chroma subsampling / HDR =
