-
Notifications
You must be signed in to change notification settings - Fork 65
Description
when you set this STREAM_RESPECT_VIDEO_PARAMS: "true"
to have bitrate overide so i can set my own bitrates
it could be % based so you can set you want 200% of base bitrate
or just simply add another true false for override bitrate parameters and then these:
STREAM_BITRATE_KBPS: "4000"
STREAM_MAX_BITRATE_KBPS: "5000"
would work again
why? when i play AV1 it has many times lower bitrate than H264 so the stream looks kinda bad in fast scenes
.
not that important:
some sort of resolution cap and aspect ratio preservation
so for example if you want to play 4k video and you have STREAM_RESPECT_VIDEO_PARAMS: "true"
i guess that will set the resolution to 4k in discord but you might want to have resolution capped to 1080p
and also if you have really wide video and you have hard set 1920x1080 it will squish it so some sort of aspect ratio transfer to the new resolution would be nice