{"id":20822536,"url":"https://github.com/agarwalkaushal/audio-converter","last_synced_at":"2026-05-20T23:03:02.461Z","repository":{"id":123149973,"uuid":"155769136","full_name":"agarwalkaushal/Audio-Converter","owner":"agarwalkaushal","description":"Audio converter using Python to any supported FFMPEG codec.","archived":false,"fork":false,"pushed_at":"2018-11-04T07:34:16.000Z","size":3156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T16:52:31.027Z","etag":null,"topics":["audio-converter","ffmpeg-command","pydub","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"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/agarwalkaushal.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":"2018-11-01T20:02:39.000Z","updated_at":"2018-11-04T07:34:18.000Z","dependencies_parsed_at":"2023-03-13T12:08:08.059Z","dependency_job_id":null,"html_url":"https://github.com/agarwalkaushal/Audio-Converter","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/agarwalkaushal%2FAudio-Converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agarwalkaushal%2FAudio-Converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agarwalkaushal%2FAudio-Converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agarwalkaushal%2FAudio-Converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agarwalkaushal","download_url":"https://codeload.github.com/agarwalkaushal/Audio-Converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243172107,"owners_count":20247883,"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":["audio-converter","ffmpeg-command","pydub","python"],"created_at":"2024-11-17T22:15:15.375Z","updated_at":"2025-12-26T00:20:28.587Z","avatar_url":"https://github.com/agarwalkaushal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Audio-Converter\nConvert your Audio files to any FFmpeg codec using python's \u003ca href=\"https://github.com/jiaaro/pydub\"\u003e\u003cb\u003epydub\u003c/b\u003e\u003c/a\u003e. For handling conversions, \u003ca href=\"https://ffmpeg.zeranoe.com/\"\u003eFFmpeg\u003c/a\u003e needs to be installed.\n\u003cbr /\u003e\u003cbr /\u003e\nSet path to environmental variables or set path of FFmpeg's binary explicitly.\u003cbr /\u003e\n````\npydub.AudioSegment.converter = r\"C:\\\\path\\\\to\\\\ffmpeg.exe\"\n````\n\u003cbr /\u003e\nIn \u003cb\u003e\u003ci\u003efile-flac.py\u003c/b\u003e\u003c/i\u003e, replace format=\"mp3\" with any other FFmpeg supported format. Also, get chunks of .raw files for audio processing using \u003cb\u003e\u003ci\u003efile-raw.py\u003c/b\u003e\u003c/i\u003e.\n\u003cbr /\u003e\u003cbr /\u003e\nDon't wish to use python, work directly from command line.\n\u003cbr /\u003e\n\n\n````\ncmd\u003e ffmpeg -i input.mp3 output.flac\n```` \n\n\u003cbr /\u003e\nFor transcribing large audio files, Google's speech-to-text requires audio with FLAC extention \u0026 mono channel,\n\u003cbr /\u003e\n\n\n````\ncmd\u003e ffmpeg -i output.flac -ac 1 mono.flac\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagarwalkaushal%2Faudio-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagarwalkaushal%2Faudio-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagarwalkaushal%2Faudio-converter/lists"}