X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

audioconverter

Convert audio files with pydub.

Installation

Use the package manager pip to install pydub.

pip install pydub

Usage

python audioconverter.py <path to audio file> <format>

Run ffmpeg -formats to view supported formats, since Pydub uses ffmpeg.

X Tutup