Skip to content
/ vidcord Public

Python GUI app to compress videos under Discord’s size limits (10MB, 25MB, 50MB, 100MB, 500MB)

Notifications You must be signed in to change notification settings

cyroz1/vidcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vidcord

This is a simple Python GUI application for compressing video files under Discord's size limits using FFmpeg and PyQt5. The application allows users to either right click videos in the File Explorer, drag and drop video files, or import them via a file dialog. Users can then adjust starting and ending times, and compress the imported video with five quality presets for different Nitro and server boost levels.

Download

See latest release to download and install.

Features

  • Two methods to import videos:
    • Drag and drop or browse for video files to import.
    • Right click .mp4 files in File Explorer and choose "Compress with vidcord".
  • Select between five quality presets:
    • 10MB, 480p (Free users)
    • 25MB, 480p (Free users)
    • 50MB, 720p (Nitro Basic or Level 2 Boost)
    • 100MB, 1080p (Level 3 Boost)
    • 500MB, native res (Nitro)
  • Chose between common hardware and software encoders.
  • Adjust the start and end points of the video with sliders and a live preview.
  • Preview the selected portion of the video.
  • Progress bar and ETA are displayed during encoding.
  • Highlights compressed file in its output path in File Explorer.

Screenshots

Program window

Program window

Output file example

Output file example

Context menu integration

Context menu integration

Building

  1. Install Python

  2. Install Python dependencies:

    pip install PyQt5
    pip install ffmpeg-python
    pip install opencv-python
  3. Run the application:

    python vidcord.py

Acknowledgements

About

Python GUI app to compress videos under Discord’s size limits (10MB, 25MB, 50MB, 100MB, 500MB)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published