This python app allows you to convert images, audios and videos from one format to another.
GUI made in python using Tkinter
module.
- Drag-n-Drop functionality for files.
- HiDPI display support.
- Image conversion using
PIL
library. - Audio and Video conversion using
ffmpeg
.
Image
- JPEG, PNG, TIFF, ICO, WEBPAudio
- MP3, WAV, FLAC, OGGVideo
- MP4, AVI, FLV, MOV, MKV, WEBM
ffmpeg
(Make sure the PATH variable for ffmpeg is set correctly)
hdpitkinter
library (For HiDPI display support)Pillow
module (Friendly PIL fork by Alex Clark and Contributors)OpenCV
library
Install the above python dependencies using the following command
pip install -r requirements.txt
- Drag-n-Drop functionality not working when script is run through cmd (as admin) on Windows.