Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 743 Bytes

File metadata and controls

27 lines (17 loc) · 743 Bytes

TranscoderPy

A python script will help you to transcode FLACs in your seedbox or linux machine.

Features

  • Transcodes 24bit FLAC to 16bit FLAC
  • Transcodes 24bit FLAC to MP3 320, MP3 V0 (VBR)
  • Creates a proper ouput directory

Dependencies

  • sox
  • flac
  • python3.7 or higher

Installation

Install python dependencies packages using pip.

pip install -r requirements.txt

Acknowledgements

All credit and thanks to iw00t'sREDBetter

Also thanks to kpdean for updating iw00t's script.

Notes: This script was originally made for RED, I modified it a little bit for just only for transcoding with few extra options.