This commit is contained in:
Rien Maertens 2020-12-31 14:58:32 +01:00
parent a0248760bd
commit 4203ac7960
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -153,7 +153,7 @@ $landscape && transpose="$((transpose + 1))"
# Scale and add padding if we are targeting a webcam because a lot of services # 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 # 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 if $webcam; then
video_filters="$video_filters,format=pix_fmts=yuv420p" video_filters="$video_filters,format=pix_fmts=yuv420p"
video_filters="$video_filters,scale=-1:720" video_filters="$video_filters,scale=-1:720"