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
PILlibrary. - 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)
hdpitkinterlibrary (For HiDPI display support)Pillowmodule (Friendly PIL fork by Alex Clark and Contributors)OpenCVlibrary
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.