A video compressor made in Python that significantly reduces file size.
- Select a video file from your computer
- Choose a preset resolution from a dropdown
- Enter a custom resolution manually
- Choose a preset framerate from a dropdown
- Enter a custom framerate manually
- Compress videos using FFmpeg
- Simple and easy-to-use Tkinter interface
- Python 3.x
- FFmpeg installed and added to your system
PATH
No extra packages are required if you are using the built-in Tkinter module.
-
Download Video Compressor.exe or enter the source code into a Python 3.x enviroment.
-
Download ffmpeg from https://ffmpeg.org/download.html
-
Install ffmpeg by extracting the archive and adding "ffmpeg\bin" to you PATH in Eviromental Variables.
The compressor significantly reduce file size, while hardly affecting quality (because GIFs are to big, you'll have to download the .mp4 files to see the before and after). In the examples below, it reduced the file size by ~88% (exactly 87.985611510791367%).