Skip to content

Commit

Permalink
Merge pull request #35 from stratosgear/patch-1
Browse files Browse the repository at this point in the history
Fix some minor typos
  • Loading branch information
russelltg authored Nov 11, 2023
2 parents f5d0841 + ec23de7 commit 2614398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Options:
--low-power <LOW_POWER>
[default: auto] [possible values: auto, on, off]
--codec <CODEC>
which codec to use. Used in conjunction with --no-hw to determinte which enocder to use. Ignored if `encoder` is supplied [default: auto] [possible values: auto, avc, hevc, vp8, vp9]
which codec to use. Used in conjunction with --no-hw to determine which encoder to use. Ignored if `encoder` is supplied [default: auto] [possible values: auto, avc, hevc, vp8, vp9]
--ffmpeg-encoder <FFMPEG_ENCODER>
Use this to force a particular ffmpeg encoder. Generally, this is not necessary and the combo of --codec and --hw can get you to where you need to be
--encode-pixfmt <ENCODE_PIXFMT>
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pub struct Args {
long,
value_enum,
default_value_t,
help = "which codec to use. Used in conjunction with --no-hw to determinte which enocder to use. Ignored if `encoder` is supplied"
help = "which codec to use. Used in conjunction with --no-hw to determine which encoder to use. Ignored if `encoder` is supplied"
)]
codec: Codec,

Expand Down

0 comments on commit 2614398

Please sign in to comment.