{"id":20110333,"url":"https://github.com/lukeocodes/supported-formats","last_synced_at":"2026-04-09T18:05:21.001Z","repository":{"id":38172983,"uuid":"463420654","full_name":"lukeocodes/supported-formats","owner":"lukeocodes","description":"A package to test if your media file is supported for transcription.","archived":false,"fork":false,"pushed_at":"2023-07-19T10:30:59.000Z","size":253,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T23:46:33.520Z","etag":null,"topics":["ai","audio","deepgram","javascript","node","srt","subtitles","transcribe","transcript","typescript","video","webvtt"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukeocodes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["lukeocodes"]}},"created_at":"2022-02-25T06:19:35.000Z","updated_at":"2023-11-06T21:03:07.000Z","dependencies_parsed_at":"2025-01-13T05:41:51.064Z","dependency_job_id":"991964c1-0798-4d2b-ac4f-5efaa9bdf27d","html_url":"https://github.com/lukeocodes/supported-formats","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":"0.14814814814814814","last_synced_commit":"7dd1f9c4766a9c69f95a6619a459b9f685f26574"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeocodes%2Fsupported-formats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeocodes%2Fsupported-formats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeocodes%2Fsupported-formats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeocodes%2Fsupported-formats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukeocodes","download_url":"https://codeload.github.com/lukeocodes/supported-formats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241550453,"owners_count":19980732,"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":["ai","audio","deepgram","javascript","node","srt","subtitles","transcribe","transcript","typescript","video","webvtt"],"created_at":"2024-11-13T18:11:28.620Z","updated_at":"2025-12-31T01:05:52.566Z","avatar_url":"https://github.com/lukeocodes.png","language":"TypeScript","funding_links":["https://github.com/sponsors/lukeocodes"],"categories":[],"sub_categories":[],"readme":"# Supported Formats\n\n[![Circle CI Status](https://img.shields.io/circleci/build/github/lukeocodes/supported-formats)](https://app.circleci.com/pipelines/github/lukeocodes/supported-formats?filter=all)\n[![ISC](https://img.shields.io/github/license/lukeocodes/supported-formats)](https://choosealicense.com/licenses/isc/)\n\nThis package is simply a small test to check if your filetype is supported for transcription by Deepgram. Deepgram supports over 100 different audio formats and encodings. For example, some of the most common audio formats and encodings we support include MP3, MP4, MP2, AAC, WAV, FLAC, PCM, M4A, Ogg, Opus, and WebM.\n\n\u003e Because audio format is largely unconstrained, we always recommend to ensure compatibility by testing small sets of audio when first operating with new audio sources.\n\nThis is not an exhaustive or official list. If it isn't on the list, try it anyway. You might find the audio source can be transcribed.\n\n# Issues\n\nFor problems directly related to this package, [add an issue on GitHub](https://github.com/lukeocodes/supported-formats/issues/new).\n\n# Usage\n\n```sh-session\n$ npm install supported-formats\n# $ yarn add supported-formats\n```\n\nCatch an error when a file isn't supported.\n\n```js\nimport { supported } from \"supported-formats\";\n\ntry {\n  supported(filePath);\n  // is supported\n} catch (err: any) {\n  this.error(err);\n  // is not supported\n}\n```\n\n# Developing\n\nThis project can be cloned and ran locally.\n\n```sh-session\n$ npm install\n# $ yarn\n```\n\n# Tests\n\n```sh-session\n$ npm run test\n# $ yarn test\n```\n\n# Contributors\n\nWould you like to contribute to this project? Check out our [contributing guide](./.github/CONTRIBUTING.md).\n\n\u003ca href=\"https://github.com/lukeocodes/supported-formats/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=lukeocodes/supported-formats\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeocodes%2Fsupported-formats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukeocodes%2Fsupported-formats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeocodes%2Fsupported-formats/lists"}