From ec23de798ec13b46882bf0d1a162e18f46a4f1c1 Mon Sep 17 00:00:00 2001 From: Stratos Gerakakis Date: Fri, 10 Nov 2023 12:32:15 +0100 Subject: [PATCH] Fix some minor typos --- README.md | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0284c08..738f3df 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Options: --low-power [default: auto] [possible values: auto, on, off] --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 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 diff --git a/src/main.rs b/src/main.rs index 25dadd9..d585e17 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,