dsr/README.md
2023-07-28 02:32:18 +02:00

5 lines
315 B
Markdown

# Discord Video Sharing
- [ ] Try to keep the video under 25mn <!-- Use Handbrake preset? -->
- [ ] 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 -->