{"id":15493126,"url":"https://github.com/simison/mp3ify","last_synced_at":"2025-04-11T00:58:17.362Z","repository":{"id":137298450,"uuid":"107370442","full_name":"simison/mp3ify","owner":"simison","description":"Convert directory of audio files to mp3 format.","archived":false,"fork":false,"pushed_at":"2017-10-18T07:05:43.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T00:58:14.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simison.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-10-18T06:59:41.000Z","updated_at":"2021-04-17T23:54:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ba221a6-3e56-4ebc-b5ae-cb0fdf4bd8d6","html_url":"https://github.com/simison/mp3ify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simison%2Fmp3ify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simison%2Fmp3ify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simison%2Fmp3ify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simison%2Fmp3ify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simison","download_url":"https://codeload.github.com/simison/mp3ify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322611,"owners_count":21084336,"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","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":[],"created_at":"2024-10-02T08:04:30.652Z","updated_at":"2025-04-11T00:58:17.338Z","avatar_url":"https://github.com/simison.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mp3ify\nTranscode audio files to mp3 format. Simple as that. Works with a single file or a directory.\n\n## Prerequisites\nYou must have \n\u003ca href=\"https://ffmpeg.org/\"\u003effmpeg\u003c/a\u003e\ninstalled on your machine.\n\n### Mac OS X\nBrew is the simplest way to install ffmpeg\n```shell\nbrew install ffmpeg\n```\n\n### Windows/Ubuntu\nSee the guide \n\u003ca href=\"https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg\"\u003e\nhere\n\u003c/a\u003e\n\n## Installation\n```shell\nnpm install -g mp3ify\n```\n\n## Usage\n\n```shell\nmp3ify \u003cfile | directory\u003e --\u003coptions\u003e\n```\nYou may pass either a file or directory to the program. \nConversion will be attempted on any files detected with an `audio/*` mime type.\n\nFiles will be saved in the calling \ndirectory and will have the same name as the original file with `.mp3` appended.\n\n#### options\n* `--bitrate` - the bitrate of the generated mp3 file in kb/s. default: 320\n* `--quiet` - suppress console output during encoding, exit with code 0 even if there is an exception. default: false\n\nFor example, say there is a directory named `wav-files` on your home path full of .wavs that you need to convert to mp3:\n\n```shell\nmp3ify ~/wav-files --bitrate 320\n```\n\nThat will convert any file that is detected to have a mime type of `audio/*`.\n\n## Build\nThe code is written in ES6 and compiled down to ES5 using webpack. To compile all project files into\n`bin/index.js`, run the following:\n\n```shell\nnpm test\nnpm run build\n```\n\n## Contributing\nI will gladly accept contributions to this project. Fork the repo and issue a pull request if you'd like to see new \nfeatures or fix bugs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimison%2Fmp3ify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimison%2Fmp3ify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimison%2Fmp3ify/lists"}