yes
This commit is contained in:
parent
eddb4fdaac
commit
5976fa37a1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue