1.1 KiB
1.1 KiB
Discord Video Sharing
Tool for sharing video to Discord.
This tool was primarily made for video captured by NVidia Shadowplay.
Download/Install
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
- If you have Discord Nitro: add
/nitro
flag when running DSR.- If you have an NVidia GPU with NVenc: add
/nvenc
flag when running DSR.
More info
- KISS interface
- Support drag&drop
- Keep the video under 25mb (discord limitation)
- NVenc support
- If already under the limit, the file won't be compressed
- Nitro suppport via
/nitro
flag
- Merge all audio files into one track, while keeping the original ones (keeping track's title too)
- Works with one-audio file too
- Support multiples files
- Optimize for video streaming
Package the app for Windows
npm i --platform=win32
npm run make -- --platform=win32
It will create a ZIP folder in ./out/make
.