Skip to content

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

License

Notifications You must be signed in to change notification settings

RealOfficialTurf/discord-video

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

discord-video

A simple bash and batch script that uses ffmpeg to compress videos to fit under 8 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 8 MB (Discord free upload limit)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 55.0%
  • Shell 45.0%