Skip to content

Commit

Permalink
rebroadcast: fixup output args example
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jan 14, 2025
1 parent cebd49f commit 55a76a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/prebuffer-mixin/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ class PrebufferSession {
key: this.ffmpegOutputArgumentsKey,
value: this.storage.getItem(this.ffmpegOutputArgumentsKey),
choices: [
'-c:v libx264 -pix_fmt yuvj420p -preset ultrafast -bf 0'
'-c:v libx264 -pix_fmt yuvj420p -preset ultrafast -bf 0 -g 60 -r 15 -b:v 500000 -bufsize 1000000 -maxrate 500000'
],
combobox: true,
},
Expand Down

0 comments on commit 55a76a8

Please sign in to comment.