Giter VIP home page Giter VIP logo

flac_transcode's Introduction

Installation:

  - Make sure the following executables are in your path:
    - flac
    - lame (for MP3)
    - oggenc2 (for ogg vorbis)
    - afconvert (for M4A)

  - Install the flacinfo-rb gem


Usage: 

  flac_transcode [-h|--help] input_file_or_directory
  
  flac_transcode some_folder -mp3-v0        # transcodes to just v0
  flac_transcode some_folder -mp3-v2        # transcodes to just v2
  flac_transcode some_folder -mp3-320       # transcodes to just 320 cbr
  flac_transcode some_folder -m4a           # transcodes to AAC 320
  flac_transcode some_folder -ogg           # transcodes to ogg q8
  flac_transcode some_folder -m4a -ogg      # transcodes to AAC and Ogg vorbis
  flac_transcode some_folder -all           # transcodes to MP3 v0 v2 320 m4a and ogg

flac_transcode takes a directory containing FLAC audio files and transcodes them to a variety of formats. It
preserves the file structure of the source directory including any album art or log files.


Formats:

flac_transcode tries to preserve as much data from the original FLAC files but we're not always able to copy
certain metadata. Here's what is currently suppoted:

       transcodes files       copies tags        copies album art
mp3           X                   X                     X
ogg           X                   X
m4a           X

flac_transcode's People

Contributors

carter avatar

Stargazers

Ernest Lee avatar John Schriner avatar brownman avatar Nathan Griffith avatar Justin Grevich avatar  avatar

Watchers

 avatar James Cloos avatar

Forkers

brownman

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.