This commit is contained in:
Mylloon 2023-07-30 01:40:23 +02:00
parent eddb4fdaac
commit 5976fa37a1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,8 +1,8 @@
# Discord Video Sharing
- [ ] Try to keep the video under 25mb <!-- Use Handbrake preset? -->
- [ ] 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 <!-- ffmpeg -i in.mp4 -filter_complex "[0:a]amerge=inputs=2[a]" -ac 1 -map 0:v -map "[a]" -c:v copy out.mp4 -->
- [x] Merge all audio files into one track
## Package the app for Windows