https://github.com/haensl/m4a2mp3
Bash tool to convert m4a to mp3.
https://github.com/haensl/m4a2mp3
bash bash-script convert converter m4a m4a-format mp3 mp3-format
Last synced: about 2 months ago
JSON representation
Bash tool to convert m4a to mp3.
- Host: GitHub
- URL: https://github.com/haensl/m4a2mp3
- Owner: haensl
- License: mit
- Created: 2019-05-18T18:10:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T18:19:22.000Z (about 7 years ago)
- Last Synced: 2025-01-08T02:22:35.215Z (over 1 year ago)
- Topics: bash, bash-script, convert, converter, m4a, m4a-format, mp3, mp3-format
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# m4a2mp3
Bash script to convert `.m4a` files in a directory to MP3.
## Installation
### Prerequisites
**m4a2mp3** depends on
* [ffmpeg](https://www.ffmpeg.org/)
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](CHANGELOG.md)
## [License](LICENSE)