MentalBlood / audio_converter

Fast, directory structure saving, parallel converter for audio files using ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Converter

forthebadge forthebadge

Fast, directory structure saving, parallel converter for audio files using ffmpeg

Requirements

OS

Windows, because using some windows-specific command-line notation:

  • Prefixing paths with \\?\ to disable path length limit (see disableLengthLimit function)
  • Adding > NUL 2>&1 at the end of commands to disable output (see functions isAudioFileOk and convertAudioFile)

Packages

  • argparse
  • tqdm

To install them, run

pip install -r requirements.txt

Usage

To get info about usage, run

python main.py --help

Example config file

Here

About

Fast, directory structure saving, parallel converter for audio files using ffmpeg


Languages

Language:Python 100.0%