Helper for Discord Video Sharing video captured by NVidia Shadowplay
Find a file
2024-09-06 10:02:22 +02:00
.forgejo/workflows make the release a draft 2024-09-02 13:24:00 +02:00
css theming 2023-08-01 11:07:29 +02:00
image Add icon 2023-08-01 10:18:08 +02:00
pages resolve security issue raised in the console 2023-08-01 15:21:24 +02:00
src reduce free plan 2024-09-06 10:02:22 +02:00
.gitignore ignore log files 2023-07-30 14:05:17 +02:00
install.ps1 Silently continue when DSR is already closed 2024-08-20 21:00:37 +02:00
LICENSE Add LICENSE file 2023-08-01 10:20:02 +02:00
package-lock.json bump version to 1.9.3 2024-09-02 14:27:55 +02:00
package.json bump version to 1.9.3 2024-09-02 14:27:55 +02:00
README.md typos 2024-09-06 10:02:01 +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.

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 Discord Nitro Basic: add /nitrobasic 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 into the icon
  • Keep the video under discord limitation
    • Basic NVenc support
    • If already under the limit, the file won't be compressed
    • Nitro suppport via flags
  • Merge audio files into one track when recorded with system audio and microphone split up, while keeping the original ones (with conveninant metadata)
    • Works also with file with only one audio track
  • Support multiples files at once
  • 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.