{"id":24822184,"url":"https://github.com/d221/convopus","last_synced_at":"2025-10-13T20:31:15.108Z","repository":{"id":41109657,"uuid":"423591628","full_name":"D221/convopus","owner":"D221","description":"a Python CLI program for converting audio files to opus audio format.","archived":false,"fork":false,"pushed_at":"2024-08-21T17:44:25.000Z","size":671,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T13:12:50.713Z","etag":null,"topics":["audio","audio-processing","cli","converter","ffmpeg","ogg","opus","python","termux"],"latest_commit_sha":null,"homepage":"","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/D221.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-01T19:31:24.000Z","updated_at":"2025-01-23T01:47:33.000Z","dependencies_parsed_at":"2024-08-21T19:59:24.291Z","dependency_job_id":null,"html_url":"https://github.com/D221/convopus","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/D221/convopus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D221%2Fconvopus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D221%2Fconvopus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D221%2Fconvopus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D221%2Fconvopus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D221","download_url":"https://codeload.github.com/D221/convopus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D221%2Fconvopus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016921,"owners_count":26085908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["audio","audio-processing","cli","converter","ffmpeg","ogg","opus","python","termux"],"created_at":"2025-01-30T18:26:50.168Z","updated_at":"2025-10-13T20:31:14.829Z","avatar_url":"https://github.com/D221.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# convopus\n\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/D221/convopus?label=Download)](https://github.com/D221/convopus/releases/latest)\n![GitHub](https://img.shields.io/github/license/D221/convopus)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/D221/convopus/pylint.yml?branch=main)\n\nconvopus is a Python CLI program for converting audio files to [opus](https://opus-codec.org/) audio format.\n\n![Demo](https://raw.githubusercontent.com/D221/convopus/main/demo/demo.gif)\n\n## Features\n\n- Windows / Linux / macOS / Android (via Termux) support\n- Customizable bitrate, vbr and more (via config.json)\n- Support of various input audio formats / containers\n- Fast multi threading converting\n- Recursive conversion\n\n## Installation\n\nMust have installed ffmpeg and added to PATH\n\n```bash\npip install convopus\n```\n\n## Build\n\n```bash\ngit clone https://github.com/D221/convopus\ncd convopus\npip install .\n```\n\n## Usage\n\n```bash\nconvopus -h # for info\n# The pogram detects directory or file\nconvopus /path/to/directory\nconvopus /path/to/file.flac\n```\n```\nusage: convopus [-h] [-r] [--mp3] [-c CONTAINER] [--vbr {on,off}] [-b BITRATE]\n                [-k | -dk] [-m | -nm] [--config] [-v]\n                [input]\n\nA Python CLI program for converting audio files to opus\n\npositional arguments:\n  input                 Input file or directory (optional) (default: None)\n\noptions:\n  -h, --help            show this help message and exit\n  -k, --keep-original-files\n                        Keeps original files after conversion (default: False)\n  -dk, --delete-original-files\n                        Delete original files after conversion (default:\n                        False)\n  -m, --multithreading  Use multithreading for faster conversion (default:\n                        False)\n  -nm, --no-multithreading\n                        Do not use multithreading (default: False)\n  --config              Prints config location and it's content (default:\n                        False)\n  -v, --version         show program's version number and exit\n\nConversion Options:\n  -r, --recursive       Also convert files in subdirectories (default: False)\n  --mp3                 Convert to mp3 instead - 320 or V0 depending on VBR\n                        (default: False)\n  -c CONTAINER, --container CONTAINER\n                        Container for audio files (.ogg, .opus, .oga, .mkv,\n                        .webm) (default: .opus)\n  --vbr {on,off}        Variable Bitrate option (default: on)\n  -b BITRATE, --bitrate BITRATE\n                        Preferred bitrate for audio files (default: 128k)\n```\n\nYou can customize settings in **config.json** located in:\n\n|OS|config.json location|\n|-|-|\n|Windows|%LocalAppData%\\D221\\convopus|\n|Linux|~/.config/convopus|\n|macOS|~/Library/Application Support/convopus|\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd221%2Fconvopus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd221%2Fconvopus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd221%2Fconvopus/lists"}