From 0347eab7273233702e56dd3bb7b6e80779480d3e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 24 Aug 2023 16:07:55 +0200 Subject: [PATCH] add info to the readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2929301..1965978 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ # Discord Video Sharing -- [x] Try to keep the video under 25mb +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) - [x] If already under the limit, the file won't be compressed -- [x] Merge all audio files into one track, while keeping the original ones +- [x] Merge all audio files into one track, while keeping the original ones (keeping track's title too) +- [x] Support multiples files ## Package the app for Windows