Skip to content

Commit

Permalink
Update origin config for vrchat
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueni-husky authored Sep 15, 2024
1 parent aa07e16 commit 78552e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/views/origin-conf.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,17 @@
@if(isset($vrchatUrl))
engine vrchat_live {
enabled on;
vcodec copy;
vbitrate 6000;
vcodec libx264;
vbitrate 3500;
vfps 30;
vwidth 1920;
vheight 1080;
vthreads 14;
vprofile high;
vpreset slow;
vparams {
t 100;
g 1; #Keyframe
bf 2; # B-Frames
g 30; #Keyframe
}
acodec libfdk_aac;
abitrate 160;
Expand Down

0 comments on commit 78552e6

Please sign in to comment.