mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
docs lag in frames
This commit is contained in:
parent
6bd9f0721b
commit
9a56f70266
1 changed files with 3 additions and 2 deletions
|
@ -11,10 +11,11 @@ GIT: [AOM](https://aomedia.googlesource.com/aom/)
|
||||||
| -------------| -------------|
|
| -------------| -------------|
|
||||||
| --help | Show usage options and exit |
|
| --help | Show usage options and exit |
|
||||||
| --end-usage=arg | Rate control mode (vbr, cbr(default), cq, q) |
|
| --end-usage=arg | Rate control mode (vbr, cbr(default), cq, q) |
|
||||||
| --cpu-used=arg | CPU Used (0....6) Good mode, (5..9) realtime mode 1(default)|
|
| --cpu-used=arg | CPU Used (0..6) Good mode, (5..9) realtime mode 1(default)|
|
||||||
| --cq-level=arg | Constant/Constrained Quality level, used in Q/CQ modes |
|
| --cq-level=arg | Constant/Constrained Quality level, used in Q/CQ modes |
|
||||||
| --target-bitrate=arg | Bitrate (kbps) |
|
| --target-bitrate=arg | Bitrate (kbps) |
|
||||||
| --bit-depth=arg | Bit depth (8, 10, 12) |
|
| --bit-depth=arg | Bit depth (8, 10, 12) |
|
||||||
|
| --lag-in-frames=arg | Amount of lag in frames (0..35) 19(default) |
|
||||||
| --tile-columns=arg | Number of tile columns to use, log2 (number to power of 2) |
|
| --tile-columns=arg | Number of tile columns to use, log2 (number to power of 2) |
|
||||||
| --tile-rows=arg | Number of tile rows to use, log2 (number to power of 2)|
|
| --tile-rows=arg | Number of tile rows to use, log2 (number to power of 2)|
|
||||||
| --threads=arg | Allowed number of threads to use|
|
| --threads=arg | Allowed number of threads to use|
|
||||||
|
@ -31,4 +32,4 @@ GIT: [AOM](https://aomedia.googlesource.com/aom/)
|
||||||
|
|
||||||
|
|
||||||
##### Tiles:
|
##### Tiles:
|
||||||
` ... --tile-columns=2 --tile-rows=1 ...`
|
` ... --tile-columns=2 --tile-rows=1 ...`
|
||||||
|
|
Loading…
Reference in a new issue