diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-01-25 03:16:56 +0100 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-01-25 03:16:56 +0100 |
| commit | 2dce92d82ff76ecec5221ed970d4d004d7a65e14 (patch) | |
| tree | 030c6abb3876b27c2525c3cf7578486c15dcee24 /scripts/twitch-stream.sh | |
| parent | 933911bddeb072527041d8dca7af8086d56b5b86 (diff) | |
Use constant bitrate mode in example scripts
Diffstat (limited to 'scripts/twitch-stream.sh')
| -rwxr-xr-x | scripts/twitch-stream.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/twitch-stream.sh b/scripts/twitch-stream.sh index 99dade8..451b980 100755 --- a/scripts/twitch-stream.sh +++ b/scripts/twitch-stream.sh @@ -2,4 +2,4 @@ [ "$#" -ne 3 ] && echo "usage: twitch-stream.sh <window_id> <fps> <livestream_key>" && exit 1 active_sink=default_output -gpu-screen-recorder -w "$1" -c flv -f "$2" -q high -a "$active_sink" -o "rtmp://live.twitch.tv/app/$3" +gpu-screen-recorder -w "$1" -c flv -f "$2" -bm cbr -q 8000 -a "$active_sink" -o "rtmp://live.twitch.tv/app/$3" |
