haensl / m4a2mp3

Bash tool to convert m4a to mp3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m4a2mp3

Bash script to convert .m4a files in a directory to MP3.

Installation

Prerequisites

m4a2mp3 depends on

Please make sure it is installed on your system.

Linux

  1. Clone this repository
  2. cd into repository
  3. make install

OSX

  1. brew tap haensl/haensl
  2. brew install m4a2mp3

Usage

For additional usage information please consider consulting the man page.

Synopsis

m4a2mp3 [-hv]
        [directory]

Options

-h, --help

Display usage information.

-v, --version

Display version information.

Arguments

directory

The folder in which to search for .m4a files. Defaults to the current directory.

Changelog

License

About

Bash tool to convert m4a to mp3.

License:MIT License


Languages

Language:Shell 84.2%Language:Makefile 15.8%