{"id":11439893,"url":"https://github.com/remotion-dev/template-audiogram","last_synced_at":"2025-08-14T17:09:51.584Z","repository":{"id":37747391,"uuid":"428705157","full_name":"remotion-dev/template-audiogram","owner":"remotion-dev","description":"A template for making podcast video clips with Remotion.","archived":false,"fork":false,"pushed_at":"2025-07-24T09:51:50.000Z","size":88779,"stargazers_count":225,"open_issues_count":1,"forks_count":43,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-10T01:21:34.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://template-audiogram.vercel.app","language":"TypeScript","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/remotion-dev.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,"zenodo":null}},"created_at":"2021-11-16T15:14:48.000Z","updated_at":"2025-08-08T13:19:36.000Z","dependencies_parsed_at":"2024-01-13T20:58:41.166Z","dependency_job_id":"3e2bc758-5429-4ac1-818f-8732318b6c8d","html_url":"https://github.com/remotion-dev/template-audiogram","commit_stats":null,"previous_names":["remotion-dev/template-audiogram","marcusstenbeck/remotion-template-audiogram"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remotion-dev/template-audiogram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-audiogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-audiogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-audiogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-audiogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remotion-dev","download_url":"https://codeload.github.com/remotion-dev/template-audiogram/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-audiogram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270452355,"owners_count":24586165,"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-08-14T02:00:10.309Z","response_time":75,"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":[],"created_at":"2024-06-20T16:08:24.571Z","updated_at":"2025-08-14T17:09:51.577Z","avatar_url":"https://github.com/remotion-dev.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Remotion Audiogram Template\n\nThis template is for creating \"audiograms\". In other words, video clips from podcast episodes, or any other audio. It's a popular way of sharing audio snippets on social media.\n\n[Example video](https://twitter.com/marcusstenbeck/status/1460641903326732300)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/marcusstenbeck/remotion-template-audiogram/raw/main/Promo.png\"\u003e\n\u003c/p\u003e\n\n## Getting started\n\n```\nnpm i\n```\n\n```\nnpx remotion studio\n```\n\nStart changing things like this:\n\n- Adjust parameters in `src/Root.tsx` or in the Studio sidebar\n- Replacing audio, cover and subtitles in the `public` folder\n\n## How do I render my video?\n\nRun this:\n\n```console\nnpx remotion render\n```\n\nOr check out the [Remotion docs](/docs/render/). There are lots of ways to render.\n\n## Where to get a transcript?\n\nYou can generate the captions or supply a .srt file or a .json file that follows the [`@remotion/captions`](https://remotion.dev/docs/captions/caption) format.\n\n### Generate captions\n\n- With the built-in transcription script using [`@remotion/install-whisper-cpp`](https://www.remotion.dev/docs/install-whisper-cpp/):\n\n  ```console\n  bun transcribe.ts\n  # With Node.js: `npx tsx transcribe.ts`\n  ```\n\n  This will:\n\n  - Ask for your audio file path (supports any ffmpeg format)\n  - Ask for the speech start time (to avoid false triggers from background music, intro jingles or noise)\n  - Generate captions.json in the public folder\n\n- Alternatively, use [`@remotion/openai-whisper`](https://www.remotion.dev/docs/openai-whisper/openai-whisper-api-to-captions) to get captions from OpenAI Whisper into the right shape.\n\n**Get it from a provider:**\n\n- Your podcasting host might provide them for you.\n- Descript makes transcription really easy.\n- There are tons of other, paid solutions, like [Otter.ai](https://otter.ai), [Scriptme.io](https://scriptme.io) and [ListenRobo.com](https://listenrobo.com).\n\nIf you supply a .srt, make sure to export subtitles that are segmented by word rather than by sentence.\n\n## Optimizing for long audio files\n\nIf your audio is long, make sure to pass a `.wav` file as audio.  \nThe template will use [`useWindowedAudioData()`](/docs/use-windowed-audio-data) to only fetch the data around the current time.\n\nOtherwise, the waveform of the whole audio needs to be fetched, which may be slow.\n\n## Docs\n\nGet started with Remotion by reading the [fundamentals page](https://www.remotion.dev/docs/the-fundamentals).\n\n## Help\n\nWe provide help [on our Discord server](https://discord.gg/6VzzNDwUwV).\n\n## Issues\n\nFound an issue with Remotion? Upgrade Remotion to receive fixes:\n\n```\nnpx remotion upgrade\n```\n\nDidn't help? [File an issue here](https://github.com/remotion-dev/remotion/issues/new).\n\n## Contributing\n\nThe source of this template is in the [Remotion Monorepo](https://github.com/remotion-dev/remotion/tree/main/packages/template-audiogram).  \nDon't send pull requests here, this is only a mirror.\n\n## License\n\nNote that for some entities a company license is needed. Read [the terms here](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremotion-dev%2Ftemplate-audiogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremotion-dev%2Ftemplate-audiogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremotion-dev%2Ftemplate-audiogram/lists"}