sourhub226 / converter-utility-python

Convert images, audio and videos from one format to another.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Convert images, audio and videos from one format to another.


Languages

Language:Tcl 84.2%Language:Python 15.8%