Fixed where setting resolution for LFBW broke zoom

master
Steven Saus 2 years ago
parent bab7e0ada3
commit 0638fbeb3c
  1. 5
      video-fzf-config

@ -33,8 +33,9 @@ get_fake_cameras(){
fake_background (){
#youtube resolution
"${LFBW}" -b "${file_in}" --no-foreground -w "${real_cam}" -v "${fake_cam}" -W 854 -H 480
# youtube resolution - setting this in this way breaks Zoom
#"${LFBW}" -b "${file_in}" --no-foreground -w "${real_cam}" -v "${fake_cam}" -W 854 -H 480
"${LFBW}" -b "${file_in}" --no-foreground -w "${real_cam}" -v "${fake_cam}"
}

Loading…
Cancel
Save