Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 719 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 719 Bytes

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