dsr/README.md

27 lines
685 B
Markdown
Raw Normal View History

2023-07-28 02:32:18 +02:00
# Discord Video Sharing
2023-08-24 16:07:55 +02:00
Helper for sharing video captured by NVidia Shadowplay in Discord.
## Download
Head to [the release page](https://git.mylloon.fr/Anri/dsr/releases/latest).
## More info
- [x] KISS interface
- [x] Support drag&drop
- [x] Keep the video under 25mb (discord limitation)
2023-07-30 13:45:01 +02:00
- [x] If already under the limit, the file won't be compressed
2023-11-11 14:03:53 +01:00
- [x] Nitro suppport via `/nitro` flag
2023-08-24 16:07:55 +02:00
- [x] Merge all audio files into one track, while keeping the original ones (keeping track's title too)
- [x] Support multiples files
2023-07-29 15:38:03 +02:00
## Package the app for Windows
```bash
2023-07-31 13:27:57 +02:00
npm i --platform=win32
npm run make -- --platform=win32
```
2023-07-31 13:27:57 +02:00
It will create a ZIP folder in `./out/make`.