flactomp3


Nameflactomp3 JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryConvert FLAC audio files into MP3 files.
upload_time2023-03-29 13:48:40
maintainer
docs_urlNone
authorharu
requires_python~=3.11
license
keywords audio converter encoder flac mp3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # flactomp3: FLAC to MP3

[![Test](https://github.com/haru52/flactomp3/actions/workflows/test.yml/badge.svg)](https://github.com/haru52/flactomp3/actions/workflows/test.yml)
[![Release](https://github.com/haru52/flactomp3/actions/workflows/release.yml/badge.svg)](https://github.com/haru52/flactomp3/actions/workflows/release.yml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://haru52.github.io/flactomp3/CODE_OF_CONDUCT.html)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](https://commitizen.github.io/cz-cli/)
[![semantic-release: conventionalcommits](https://img.shields.io/badge/semantic--release-conventionalcommits-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

## Overview

flactomp3 converts FLAC audio files into MP3 files.

## Requirements

| Tool   | Version |
| ------ | ------- |
| FFmpeg | ^5.1.2  |

## Installation

```sh
pip install flactomp3
```

## Usage

```console
Usage: flactomp3 [OPTIONS] INPUT_DIRECTORY_PATH [OUTPUT_DIRECTORY_PATH]

  Convert FLAC audio files into MP3 320kbps CBR files.

Options:
  --version   Show the version and exit.
  -h, --help  Show this message and exit.
```

If you don't input `[OUTPUT_DIRECTORY_PATH]`, flactomp3 makes `mp3` directory in the current directory and sets this `mp3/` as the output directory.

## Update

```sh
pip install -U flactomp3
```

## Uninstall

```sh
pip uninstall flactomp3
```

## Description

- flactomp3 converts FLAC audio files into MP3 320kbps CBR files
- The output preserves the input directory structure
- The output MP3 files preserve the input FLAC files' metadata
- If a MP3 file with the same name already exists at the output directory, flactomp3 doesn't overwrite it

## Versioning policy

[Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html)

## License

[MIT](https://github.com/haru52/flactomp3/blob/main/LICENSE)

## Contributing

[Contributing Guideline](https://haru52.github.io/flactomp3/CONTRIBUTING.html)

## Documentation

[Documentation | flactomp3](https://haru52.github.io/flactomp3/)

<!-- vale Microsoft.Vocab = NO -->
## Author
<!-- vale Microsoft.Vocab = YES -->

[haru](https://haru52.com/)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "flactomp3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.11",
    "maintainer_email": "",
    "keywords": "audio,converter,encoder,flac,mp3",
    "author": "haru",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e3/7b/0ade89b7457c83222df51adeb6cfaf59de9b26e0ba7e1981dc200e18fbfe/flactomp3-1.0.1.tar.gz",
    "platform": null,
    "description": "# flactomp3: FLAC to MP3\n\n[![Test](https://github.com/haru52/flactomp3/actions/workflows/test.yml/badge.svg)](https://github.com/haru52/flactomp3/actions/workflows/test.yml)\n[![Release](https://github.com/haru52/flactomp3/actions/workflows/release.yml/badge.svg)](https://github.com/haru52/flactomp3/actions/workflows/release.yml)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://haru52.github.io/flactomp3/CODE_OF_CONDUCT.html)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](https://commitizen.github.io/cz-cli/)\n[![semantic-release: conventionalcommits](https://img.shields.io/badge/semantic--release-conventionalcommits-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n\n## Overview\n\nflactomp3 converts FLAC audio files into MP3 files.\n\n## Requirements\n\n| Tool   | Version |\n| ------ | ------- |\n| FFmpeg | ^5.1.2  |\n\n## Installation\n\n```sh\npip install flactomp3\n```\n\n## Usage\n\n```console\nUsage: flactomp3 [OPTIONS] INPUT_DIRECTORY_PATH [OUTPUT_DIRECTORY_PATH]\n\n  Convert FLAC audio files into MP3 320kbps CBR files.\n\nOptions:\n  --version   Show the version and exit.\n  -h, --help  Show this message and exit.\n```\n\nIf you don't input `[OUTPUT_DIRECTORY_PATH]`, flactomp3 makes `mp3` directory in the current directory and sets this `mp3/` as the output directory.\n\n## Update\n\n```sh\npip install -U flactomp3\n```\n\n## Uninstall\n\n```sh\npip uninstall flactomp3\n```\n\n## Description\n\n- flactomp3 converts FLAC audio files into MP3 320kbps CBR files\n- The output preserves the input directory structure\n- The output MP3 files preserve the input FLAC files' metadata\n- If a MP3 file with the same name already exists at the output directory, flactomp3 doesn't overwrite it\n\n## Versioning policy\n\n[Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html)\n\n## License\n\n[MIT](https://github.com/haru52/flactomp3/blob/main/LICENSE)\n\n## Contributing\n\n[Contributing Guideline](https://haru52.github.io/flactomp3/CONTRIBUTING.html)\n\n## Documentation\n\n[Documentation | flactomp3](https://haru52.github.io/flactomp3/)\n\n<!-- vale Microsoft.Vocab = NO -->\n## Author\n<!-- vale Microsoft.Vocab = YES -->\n\n[haru](https://haru52.com/)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Convert FLAC audio files into MP3 files.",
    "version": "1.0.1",
    "split_keywords": [
        "audio",
        "converter",
        "encoder",
        "flac",
        "mp3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe5537c256de59e613439c8221540c4dc4cfb8fdf237496e39554055902d8969",
                "md5": "545e8690f514f01b48a1741deb8f9b94",
                "sha256": "3f52ddb1ae92710bd04f4c8bdd13628bb2da345cc25939cee1de63b0b6c2756e"
            },
            "downloads": -1,
            "filename": "flactomp3-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "545e8690f514f01b48a1741deb8f9b94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.11",
            "size": 4549,
            "upload_time": "2023-03-29T13:48:38",
            "upload_time_iso_8601": "2023-03-29T13:48:38.858826Z",
            "url": "https://files.pythonhosted.org/packages/fe/55/37c256de59e613439c8221540c4dc4cfb8fdf237496e39554055902d8969/flactomp3-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e37b0ade89b7457c83222df51adeb6cfaf59de9b26e0ba7e1981dc200e18fbfe",
                "md5": "d8ff7feaaeed09a36463aa5e19303041",
                "sha256": "e2fe392e7752c6393caba190cbc5618b861e89b22fab80d0af3fdd88dfdf1e3e"
            },
            "downloads": -1,
            "filename": "flactomp3-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d8ff7feaaeed09a36463aa5e19303041",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.11",
            "size": 119482,
            "upload_time": "2023-03-29T13:48:40",
            "upload_time_iso_8601": "2023-03-29T13:48:40.424729Z",
            "url": "https://files.pythonhosted.org/packages/e3/7b/0ade89b7457c83222df51adeb6cfaf59de9b26e0ba7e1981dc200e18fbfe/flactomp3-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-29 13:48:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "flactomp3"
}
        
Elapsed time: 0.04996s