Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WheheoHu committed Oct 10, 2024
1 parent 84e9fcf commit 0cdc122
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/resolve_settings/RenderSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The parameter setting is a dictionary containing the following keys:

"`VideoQuality`" possible values for current codec (if applicable):

`0`(int) - will set quality to automatic
- `0`(int) - will set quality to automatic

`[1 -> MAX]` (int) - will set input bit rate
- `[1 -> MAX]` (int) - will set input bit rate

`["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level
- `["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level


"`AudioCodec`": string (example: "aac")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The parameter setting is a dictionary containing the following keys:

"`VideoQuality`" possible values for current codec (if applicable):

`0`(int) - will set quality to automatic
- `0`(int) - will set quality to automatic

`[1 -> MAX]` (int) - will set input bit rate
- `[1 -> MAX]` (int) - will set input bit rate

`["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level
- `["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level


"`AudioCodec`": string (example: "aac")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The parameter setting is a dictionary containing the following keys:

"`VideoQuality`" possible values for current codec (if applicable):

`0`(int) - will set quality to automatic
- `0`(int) - will set quality to automatic

`[1 -> MAX]` (int) - will set input bit rate
- `[1 -> MAX]` (int) - will set input bit rate

`["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level
- `["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level


"`AudioCodec`": string (example: "aac")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The parameter setting is a dictionary containing the following keys:

"`VideoQuality`" possible values for current codec (if applicable):

`0`(int) - will set quality to automatic
- `0`(int) - will set quality to automatic

`[1 -> MAX]` (int) - will set input bit rate
- `[1 -> MAX]` (int) - will set input bit rate

`["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level
- `["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level


"`AudioCodec`": string (example: "aac")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The parameter setting is a dictionary containing the following keys:

"`VideoQuality`" possible values for current codec (if applicable):

`0`(int) - will set quality to automatic
- `0`(int) - will set quality to automatic

`[1 -> MAX]` (int) - will set input bit rate
- `[1 -> MAX]` (int) - will set input bit rate

`["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level
- `["Least", "Low", "Medium", "High", "Best"]` (String) - will set input quality level


"`AudioCodec`": string (example: "aac")
Expand Down

0 comments on commit 0cdc122

Please sign in to comment.