mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-15 12:41:26 +08:00
174e31b3fc
Translated 85 skill sub-reference files to achieve full parity with the English source: - skills/angular-developer/references/ — 35 files (all references) - skills/remotion-video-creation/rules/ — 28 files (all rules) - skills/tinystruct-patterns/references/ — 5 files - skills/openclaw-persona-forge/references/ — 6 files - skills/skill-comply/prompts/ — 3 files - skills/lead-intelligence/agents/ — 4 files - skills/brand-voice/references/ — 1 file - skills/frontend-slides/ — 2 files - hooks/memory-persistence/README.md — 1 file English source parity: 0 missing files (excluding rules/zh/, internal docs, and experimental examples absent from zh-CN)
1.0 KiB
1.0 KiB
name, description, metadata
| name | description | metadata | ||
|---|---|---|---|---|
| transcribe-captions | Remotionでキャプション生成のために音声をテキスト変換する |
|
音声のテキスト変換
Remotionはキャプション生成のための音声テキスト変換に、いくつかの組み込みオプションを提供しています:
-
@remotion/install-whisper-cpp- Whisper.cppを使用してサーバー上でローカル変換。高速で無料ですが、サーバーインフラが必要です。 https://remotion.dev/docs/install-whisper-cpp -
@remotion/whisper-web- WebAssemblyを使用してブラウザ内で変換。サーバー不要で無料ですが、WASMのオーバーヘッドにより遅くなります。 https://remotion.dev/docs/whisper-web -
@remotion/openai-whisper- クラウドベースの変換にOpenAI Whisper APIを使用。高速でサーバー不要ですが、有料です。 https://remotion.dev/docs/openai-whisper/openai-whisper-api-to-captions