{"id":30226865,"url":"https://github.com/remotion-dev/template-tiktok","last_synced_at":"2025-08-14T17:08:43.467Z","repository":{"id":223293995,"uuid":"758904292","full_name":"remotion-dev/template-tiktok","owner":"remotion-dev","description":"Generate TikTok-style captions with Whisper.cpp","archived":false,"fork":false,"pushed_at":"2025-07-24T09:52:15.000Z","size":46008,"stargazers_count":171,"open_issues_count":3,"forks_count":46,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-08-10T01:21:34.465Z","etag":null,"topics":["captions","remotion","tiktok","whisper"],"latest_commit_sha":null,"homepage":"https://remotion.dev/templates/tiktok","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}},"created_at":"2024-02-17T12:25:48.000Z","updated_at":"2025-08-09T05:14:03.000Z","dependencies_parsed_at":"2024-04-27T08:32:01.228Z","dependency_job_id":"66906332-537c-4406-be8b-deae88b3d2ca","html_url":"https://github.com/remotion-dev/template-tiktok","commit_stats":null,"previous_names":["jonnyburger/template-whisper-subtitle","remotion-dev/template-tiktok"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remotion-dev/template-tiktok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-tiktok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-tiktok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-tiktok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-tiktok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remotion-dev","download_url":"https://codeload.github.com/remotion-dev/template-tiktok/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remotion-dev%2Ftemplate-tiktok/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":["captions","remotion","tiktok","whisper"],"created_at":"2025-08-14T17:08:40.407Z","updated_at":"2025-08-14T17:08:43.462Z","avatar_url":"https://github.com/remotion-dev.png","language":"TypeScript","funding_links":[],"categories":["By Use Case"],"sub_categories":["Subtitles \u0026 Captioning"],"readme":"# Remotion video\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/remotion-dev/logo\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-dark.gif\"\u003e\n      \u003cimg alt=\"Animated Remotion Logo\" src=\"https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-light.gif\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nWelcome to your Remotion project!\n\n## Commands\n\n**Install Dependencies**\n\n```console\nnpm i\n```\n\n**Start Preview**\n\n```console\nnpm run dev\n```\n\n**Render video**\n\n```console\nnpx remotion render\n```\n\n**Upgrade Remotion**\n\n```console\nnpx remotion upgrade\n```\n\n## Captioning\n\nReplace the `sample-video.mp4` with your video file.\nCaption all the videos in you `public` by running the following command:\n\n```console\nnode sub.mjs\n```\n\nOnly caption a specific video:\n\n```console\nnode sub.mjs \u003cpath-to-video-file\u003e\n```\n\nOnly caption a specific folder:\n\n```console\nnode sub.mjs \u003cpath-to-folder\u003e\n```\n\n## Configure Whisper.cpp\n\nCaptioning will download Whisper.cpp and the 1.5GB big `medium.en` model. To configure which model is being used, you can configure the variables in `whisper-config.mjs`.\n\n### Non-English languages\n\nTo support non-English languages, you need to change the `WHISPER_MODEL` variable in `whisper-config.mjs` to a model that does not have a `.en` sufix.\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://remotion.dev/discord).\n\n## Issues\n\nFound an issue with Remotion? [File an issue here](https://github.com/remotion-dev/remotion/issues/new).\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-tiktok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremotion-dev%2Ftemplate-tiktok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremotion-dev%2Ftemplate-tiktok/lists"}