Czechball / discord-video

Simple bash and batch scripts that use ffmpeg to compress videos to fit under 25 MB (Discord free upload limit)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-video

A simple bash and batch script that uses ffmpeg to compress videos to fit under 25 MB (Discord free upload limit)

Dependencies

  • ffmpeg

Usage

Linux

./discord-video.sh <video-file>

Windows

discord-video.bat <video-file>

Output will then be a file ending with -compressed.webm

About

Simple bash and batch scripts that use ffmpeg to compress videos to fit under 25 MB (Discord free upload limit)

License:MIT License


Languages

Language:Shell 58.5%Language:Batchfile 41.5%