Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickenfuego committed Dec 18, 2021
1 parent bdd8ee7 commit 09016bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ FFEncoder can accept the following parameters from the command line:
| Parameter Name | Default | Mandatory | Alias | Description |
| ------------------------ | ---------- | --------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Preset** | Slow | False | **P** | The x265 preset to be used. Ranges from placebo (slowest) to ultrafast (fastest). See x265 documentation for more info on preset options |
| **Pass** | 2 | False | **P** | The number of passes the encoder will perform on ABR encodes. Used with the `-VideoBitrate` parameter. Default is 2-Pass |
| **Pass** | 2 | False | None | The number of passes the encoder will perform on ABR encodes. Used with the `-VideoBitrate` parameter. Default is 2-Pass |
| **Deblock** | -2, -2 | False | **DBF** | Deblock filter. The first value controls strength, and the second value controls the frequency of use |
| **AqMode** | 2 | False | **AQM** | x265 Adaptive Quantization setting. Ranges from 0 - 4. See the [x265 Docs](https://x265.readthedocs.io/en/master/cli.html) for more info on AQ Modes and how they work |
| **AqStrength** | 1.00 | False | **AQS** | Adjusts the adaptive quantization offsets for AQ. Raising AqStrength higher than 2 will drastically affect the QP offsets, and can lead to high bitrates |
Expand Down

0 comments on commit 09016bc

Please sign in to comment.