Skip to content

Python script to convert media from one format to another

Notifications You must be signed in to change notification settings

DPEIW/pythonmediaconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

pythonmediaconvert

Python script to convert media from one format to another

WIP

Prerequisites

Installation on windows

  • tkinter

  • ffmpeg

    pip install tkinter ffmpeg

Installation on linux Debian - sudo apt-get install python3-tk

Fedora - sudo dnf install python3-tkinter

Make sure you change the following:

input_directory = r" Specify the directory containing the songs "

output_format = "mp4" Replace this with the desired format eg "ogg" "mp3" "wav"

About

Python script to convert media from one format to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages