archead / smol

Discord video compression tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smol

Smol is a powershell script that quickly* converts large video files down to 25mb, which happens to be discord's upload limit ;)

*depends on file size and length

Requirements

  • ffmpeg added to PATH
    • to install you can use either:
  • In case the install script fails for some reason, you must ensure Get-ExecutionPolicy is not Restricted

Installation:

run irm https://t.ly/O0P6f | iex in Admin Powershell

ezgif com-video-to-gif

Usage:

  1. Right-click on any video
  2. Select Compress with smol
  3. Wait for the process to finish
  4. A new video file postfixed with _smol will appear

ezgif com-video-to-gif

Size Comparisson

image

image

Removal

  1. run delete_smol.reg
  2. Delete the smol() function out of your $PROFILE file (more info here)

About

Discord video compression tool


Languages

Language:PowerShell 100.0%