This project has been moved from BetterDiscord to Vencord. Please visit the new repository:
With this plugin you can customize your resolution, framerate, bitrate and more for your screenshare on discord! This plugin requires an installation of the BetterDiscord client.
To get the plugin, you can either build it yourself by cloning this repository or download the latest version from the Releases tab.
- Capture - Set a custom capture resolution and framerate.
- Encode - Set a custom encode resolution and framerate.
- Bitrate - Set a custom min, target and max bitrate.
- Keyframe Interval - Set a custom keyframe interval.
- Audio Source - Set a custom audio source even when sharing a screen.
- Codec - Set a custom video and audio codec [OPUS, H264, VP8, VP9, AV1].
{
bitrate: {
minimum: 1000,
target: 2500,
maximum: 5000,
},
encode: {
framerate: 60,
height: 1080,
width: 1920,
},
capture: {
framerate: 60,
height: 1080,
width: 1920,
},
audioCodec: 'OPUS',
videoCodec: 'H264',
}
When sharing a window directly it can sometimes happen that no changes are applied, the reason for this is unknown at this time, but to avoid this you can simply share your screen and set the audio source if needed.
build
Build the plugin.watch
Build the plugin when a change was made.