Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.72 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.72 KB

made-with-python CodeFactor contributions welcome ViewCount

Convertor Utility

This python app allows you to convert images, audios and videos from one format to another.

GUI made in python using Tkinter module.

Features:

  • Drag-n-Drop functionality for files.
  • HiDPI display support.
  • Image conversion using PIL library.
  • Audio and Video conversion using ffmpeg.

GUI

Supported file formats:

  • Image - JPEG, PNG, TIFF, ICO, WEBP
  • Audio - MP3, WAV, FLAC, OGG
  • Video - MP4, AVI, FLV, MOV, MKV, WEBM

Prerequisites:

  • ffmpeg (Make sure the PATH variable for ffmpeg is set correctly)

Python Dependencies:

Install the above python dependencies using the following command

pip install -r requirements.txt

Known issues:

  • Drag-n-Drop functionality not working when script is run through cmd (as admin) on Windows.