Helper for Discord Video Sharing video captured by NVidia Shadowplay
Find a file
Mylloon 31af13381f
All checks were successful
Upload release / build (push) Successful in 4m43s
update to 1.16.0
2025-11-17 01:48:22 +01:00
.forgejo/workflows correctly attach assets 2025-04-24 21:33:10 +02:00
css theming 2023-08-01 11:07:29 +02:00
image Add icon as PNG for Linux builds 2025-04-30 19:05:34 +02:00
pages chore: format 2025-08-13 14:47:07 +02:00
src fix track mapping 2025-11-17 01:41:37 +01:00
.gitignore ignore log files 2023-07-30 14:05:17 +02:00
install.ps1 fix installer 2025-10-10 22:05:10 +02:00
LICENSE Add LICENSE file 2023-08-01 10:20:02 +02:00
package-lock.json update to 1.16.0 2025-11-17 01:48:22 +01:00
package.json update to 1.16.0 2025-11-17 01:48:22 +01:00
README.md Add customizable bitrate ratio option for video compression 2025-10-10 21:17:59 +02:00
tsconfig.json support multiple files at once (#3) 2023-08-24 15:59:46 +02:00

Discord Video Sharing status-badge

Tool for sharing video to Discord.

Download/Install/Update

2 choices :

  • Manually head to the release page.

  • Download it via PowerShell:

    irm https://git.mylloon.fr/Anri/dsr/raw/branch/main/install.ps1 | iex
    

Linux

Install from AUR: dsr

Available flags

You can add thoses flags in the Target field of your Windows shortcut.

/nitro Increase the file limit to 500Mo
/nitrobasic Increase the file limit to 50Mo
/nvenc_h264 Enable NVenc with H.264 encoder (for NVidia GPU)
/nvenc_h265 Enable NVenc with H.265 encoder (for NVidia GPU)
/amd_h264 Enable AMF using DX11 with H.264 encoder (for AMD GPU)
/amd_h265 Enable AMF using DX11 with H.265 encoder (for AMD GPU)
/h265 Enable the H.265 CPU encoder
/bitrateratio=1 Change the ratio for the bitrate, default to 1

NVidia and AMD hardware accelerators are faster than CPU counterparts.

H.265 means slower compression but usually smaller files

bitrateratio option allows you to change the bitrate, if the file you want to compress is either too small or too big.

More info

  • KISS interface
    • Support drag&drop into the icon
  • Keep the video under discord limitation
    • Defaults to H.264 CPU encoder
    • If already under the limit, the file won't be compressed
    • NVenc support
    • AMD cards acceleration support
    • Nitro suppport
  • Merge 2 audio files into one track when recorded with system audio and microphone split up, while keeping the original ones (with conveniant metadata)
    • Works also with file with only one or more than 2 audio track, by doing nothing
  • Support multiples files at once
  • Always optimize for video streaming
  • Customizable bitrate