From 4203ac796088aa23363811542eca6f912efa4957 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Thu, 31 Dec 2020 14:58:32 +0100 Subject: [PATCH] Fix typo --- reStream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reStream.sh b/reStream.sh index b9478ab..276a552 100755 --- a/reStream.sh +++ b/reStream.sh @@ -153,7 +153,7 @@ $landscape && transpose="$((transpose + 1))" # Scale and add padding if we are targeting a webcam because a lot of services # expect a size of exactly 1280x720 (tested in Firefox, MS Teams, and Skype for -# for business). Send a PR is you can get a heigher resolution working. +# for business). Send a PR if you can get a higher resolution working. if $webcam; then video_filters="$video_filters,format=pix_fmts=yuv420p" video_filters="$video_filters,scale=-1:720"