From fc2c317e583950896af7f77f7368b13d23cb8d3c Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:17:53 +0300 Subject: [PATCH] some docs --- docs/Encoders/aomenc.md | 2 +- docs/Encoders/rav1e.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/Encoders/aomenc.md b/docs/Encoders/aomenc.md index 64a1bad..d0023a5 100644 --- a/docs/Encoders/aomenc.md +++ b/docs/Encoders/aomenc.md @@ -1,4 +1,4 @@ - # Aomenc +# Aomenc GIT: [AOM](https://aomedia.googlesource.com/aom/) diff --git a/docs/Encoders/rav1e.md b/docs/Encoders/rav1e.md index 8d1c8b6..86273c0 100644 --- a/docs/Encoders/rav1e.md +++ b/docs/Encoders/rav1e.md @@ -1 +1,14 @@ - + # rav1e + +GIT: [rav1e](https://github.com/xiph/rav1e) + +## Table of Contents +- [Important command line options](#important-command-line-options) +- [Example settings and explanation](#example-settings-and-explanation) + + +### Important command line options +| Command Line | Description | +| -------------| -------------| +| --quantizer | Quantizer (0-255), smaller values are higher quality (default: 100)| +| -s, --speed | Speed level 0-10 (0 is best quality, 10 is fastest) (default: 6)| \ No newline at end of file