From 9a56f70266e1c90d80359ee6d86452f24f28cef8 Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Wed, 13 Jan 2021 20:41:27 +0200 Subject: [PATCH] docs lag in frames --- docs/Encoders/aomenc.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Encoders/aomenc.md b/docs/Encoders/aomenc.md index 9b3c53d..75d30f8 100644 --- a/docs/Encoders/aomenc.md +++ b/docs/Encoders/aomenc.md @@ -11,10 +11,11 @@ GIT: [AOM](https://aomedia.googlesource.com/aom/) | -------------| -------------| | --help | Show usage options and exit | | --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 | | --target-bitrate=arg | Bitrate (kbps) | | --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-rows=arg | Number of tile rows to use, log2 (number to power of 2)| | --threads=arg | Allowed number of threads to use| @@ -31,4 +32,4 @@ GIT: [AOM](https://aomedia.googlesource.com/aom/) ##### Tiles: -` ... --tile-columns=2 --tile-rows=1 ...` \ No newline at end of file +` ... --tile-columns=2 --tile-rows=1 ...`