MyloBishop / discompress

Automatically compress video and audio files to under 25MB using FFmpeg to allow for free upload to discord.
MIT License
9 stars 2 forks source link

Option to limit file size to 10mb #2

Open uniformization opened 2 months ago

uniformization commented 2 months ago

For some users, Discord has limited the free upload size to 10mb. It would be great if there was a command line parameter to compress to be 10mb or below.

ogpudim commented 1 month ago

Open the program in Notepad or a code editor and change the line that contains set /a "bitrate=23 8 1000 / duration" to set /a "bitrate=9 8 1000 / duration"