{"id":16158794,"url":"https://github.com/haru52/convertflac","last_synced_at":"2026-02-19T06:02:18.774Z","repository":{"id":149466553,"uuid":"621773647","full_name":"haru52/convertflac","owner":"haru52","description":"Convert FLAC audio files into ALAC or MP3 files.","archived":false,"fork":false,"pushed_at":"2024-05-27T19:30:58.000Z","size":941,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-13T17:13:05.879Z","etag":null,"topics":["alac","audio","cli","converter","encoder","flac","mp3","pip","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/convertflac/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haru52.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-31T11:03:18.000Z","updated_at":"2023-07-26T15:52:24.000Z","dependencies_parsed_at":"2024-10-27T19:14:28.268Z","dependency_job_id":"fd72cbb3-48c4-4851-ad10-4e6f5234799f","html_url":"https://github.com/haru52/convertflac","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/haru52/convertflac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haru52%2Fconvertflac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haru52%2Fconvertflac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haru52%2Fconvertflac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haru52%2Fconvertflac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haru52","download_url":"https://codeload.github.com/haru52/convertflac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haru52%2Fconvertflac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29604552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T05:11:50.834Z","status":"ssl_error","status_checked_at":"2026-02-19T05:11:38.921Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alac","audio","cli","converter","encoder","flac","mp3","pip","python"],"created_at":"2024-10-10T01:55:06.277Z","updated_at":"2026-02-19T06:02:18.748Z","avatar_url":"https://github.com/haru52.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- vale Microsoft.HeadingAcronyms = NO --\u003e\n# convertflac: Convert FLAC CLI\n\u003c!-- vale Microsoft.HeadingAcronyms = YES --\u003e\n\n[![Test](https://github.com/haru52/convertflac/actions/workflows/test.yml/badge.svg)](https://github.com/haru52/convertflac/actions/workflows/test.yml)\n[![Release](https://github.com/haru52/convertflac/actions/workflows/release.yml/badge.svg)](https://github.com/haru52/convertflac/actions/workflows/release.yml)\n[![CodeQL](https://github.com/haru52/convertflac/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/haru52/convertflac/actions/workflows/github-code-scanning/codeql)\n[![Copy/Paste](https://github.com/haru52/convertflac/blob/main/report/jscpd-badge.svg)](https://github.com/haru52/convertflac/blob/main/report/jscpd-report.md)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://haru52.github.io/convertflac/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\nconvertflac converts FLAC audio files into ALAC or MP3 files.\n\n## Requirements\n\n| Tool   | Version |\n| ------ | ------- |\n| FFmpeg | ^5.1.2  |\n\n## Installation\n\n```sh\npip install convertflac\n```\n\n## Usage\n\n```console\nUsage: convertflac [OPTIONS] INPUT_DIRECTORY_PATH\n                   [OUTPUT_DIRECTORY_PATH]\n\n  Convert FLAC audio files into Apple Lossless Audio Codec (ALAC) or\n  MP3 320kbps CBR files.\n\nOptions:\n  -c, --codec TEXT  Set the output codec (alac or mp3. Default: alac).\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]`, convertflac makes `alac` or `mp3` directory in the current directory and sets this `alac/` or `mp3/` as the output directory.\n\n## Update\n\n```sh\npip install -U convertflac\n```\n\n## Uninstall\n\n```sh\npip uninstall convertflac\n```\n\n## Description\n\n- convertflac converts FLAC audio files into Apple Lossless Audio Codec (ALAC) or MP3 320kbps CBR files\n- The output preserves the input directory structure\n- The output ALAC/MP3 files preserve the input FLAC files' metadata\n- If an ALAC/MP3 file with the same name already exists at the output directory, convertflac 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/convertflac/blob/main/LICENSE)\n\n## Contributing\n\n[Contributing Guideline](https://haru52.github.io/convertflac/CONTRIBUTING.html)\n\n## Documentation\n\n[Documentation | convertflac](https://haru52.github.io/convertflac/)\n\n\u003c!-- vale Microsoft.Vocab = NO --\u003e\n## Author\n\u003c!-- vale Microsoft.Vocab = YES --\u003e\n\n[haru](https://haru52.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharu52%2Fconvertflac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharu52%2Fconvertflac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharu52%2Fconvertflac/lists"}