A simple desktop application to compress MP4 video files to approximately 10 MB using a graphical interface built with CustomTkinter and MoviePy.
- Select and compress MP4 files
- Output video is scaled to 720p and saved as
output.mp4 - Estimated target size: ~10 MB
- Audio bitrate set to 128 kbps
- Run
main.py. - Click Open a File and select an MP4 video.
- The app will compress the video and save it as
output.mp4in the current directory. - A message will confirm when compression is complete.
- Python 3.x
- CustomTkinter
- MoviePy
- TempFile
Install dependencies with:
pip install customtkinter moviepy