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.
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"
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.