/media-converter

A simple gui to media conversion

Primary LanguagePythonMIT LicenseMIT

Media Converter

A simple video and audio file converter gui

Description

This application uses the ffmpeg binary to convert audio and video files

You can convert various video and audio files

Fully compatible with Windows and Linux systems (MacOS not tested).

Quickstart

Installing dependencies and running the application

Installing requirements

$ pip3 install -r requirements.txt

Running the application

$ python3 main.py

Prerequisites