Helper for Discord Video Sharing video captured by NVidia Shadowplay
css | ||
image | ||
pages | ||
src | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Discord Video Sharing
Helper for sharing video captured by NVidia Shadowplay in Discord.
Download
Head to the release page.
More info
- KISS interface
- Support drag&drop
- Keep the video under 25mb (discord limitation)
- If already under the limit, the file won't be compressed
- Merge all audio files into one track, while keeping the original ones (keeping track's title too)
- Support multiples files
Package the app for Windows
npm i --platform=win32
npm run make -- --platform=win32
It will create a ZIP folder in ./out/make
.