Helper for Discord Video Sharing video captured by NVidia Shadowplay
Find a file
2023-07-30 02:29:02 +02:00
css add ffmpeg to context bridge 2023-07-29 19:23:18 +02:00
pages Add confirmation 2023-07-30 02:01:16 +02:00
src Add the merged track to the original 2023-07-30 02:29:02 +02:00
.gitignore cleanup 2023-07-29 15:38:03 +02:00
package-lock.json change packager, following up the starting guide 2023-07-29 14:29:14 +02:00
package.json fixes 2023-07-29 14:39:07 +02:00
README.md add win32 2023-07-30 02:06:25 +02:00
tsconfig.json add ffmpeg to context bridge 2023-07-29 19:23:18 +02:00

Discord Video Sharing

  • Try to keep the video under 25mb
    • If already under the limit, the file won't be compressed
  • Merge all audio files into one track

Package the app for Windows

npm install --platform=win32
npm run package