dsr/README.md

13 lines
364 B
Markdown
Raw Normal View History

2023-07-28 02:32:18 +02:00
# Discord Video Sharing
- [ ] Try to keep the video under 25mb <!-- Use Handbrake preset? -->
2023-07-28 02:32:18 +02:00
- [ ] 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 -->
## Dev
```bash
2023-07-29 15:30:41 +02:00
npm install
npm run package
```