remotion-captions
Create captions for Remotion videos
Timed captions can be difficult to create and synchronize in video compositions. This skill provides practical guidance for transcribing, importing, formatting, and rendering captions in Remotion.
التثبيت باستخدام Agent لدي
انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.
Review the Skillstore skill "remotion-captions" from https://skillstore.io/skills/remotion-dev-remotion-captions.md and its manifest at https://skillstore.io/api/skills/remotion-dev-remotion-captions/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.
موارد مهيّأة لـ Agents
استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.
اختبرها
جارٍ استخدام "remotion-captions". I have a local SRT file and need captions in my composition.
النتيجة المتوقعة:
- Place the SRT file in the public folder.
- Load it with staticFile and fetch it during rendering.
- Parse the text with parseSrt, then pass the captions to Remotion caption utilities.
جارٍ استخدام "remotion-captions". I want a TikTok-style caption display.
النتيجة المتوقعة:
- Group captions into pages with createTikTokStyleCaptions.
- Render each page in a timed Sequence.
- Use token timestamps to color the word currently being spoken.
التدقيق الأمني
آمنAll 11 static detections are false positives or benign documentation examples. The fetch calls load local Remotion assets, the command references are Markdown or comments, and the file write saves generated captions to a fixed local filename. No prompt injection, credential access, or data-exfiltration intent was found.
عوامل الخطر
🌐 الوصول إلى الشبكة (3)
⚙️ الأوامر الخارجية (6)
📁 الوصول إلى نظام الملفات (2)
شارك واستشهد بهذا التقرير
شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.
نسخ رابط التقرير
https://skillstore.io/skills/remotion-dev-remotion-captions/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportشارة Markdown
[](https://skillstore.io/skills/remotion-dev-remotion-captions?utm_source=security_passport_badge)شارة HTML
<a href="https://skillstore.io/skills/remotion-dev-remotion-captions?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/remotion-dev-remotion-captions/security.svg" alt="Skillstore security assessment" loading="lazy"></a>بطاقة قابلة للتضمين
<iframe src="https://skillstore.io/embed/skills/remotion-dev-remotion-captions.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>الاستشهادات الأكاديمية (APA · BibTeX · CFF)
اقتباس APA
remotion-dev. (2026). remotion-captions security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/remotion-dev-remotion-captions/audits/1اقتباس BibTeX
@techreport{remotion-dev-remotion-dev-remotion-captions-2026,
author = {remotion-dev},
title = {remotion-captions security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/remotion-dev-remotion-captions/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "remotion-captions security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "remotion-dev"
date-released: "2026-07-19"
url: "https://skillstore.io/skills/remotion-dev-remotion-captions/audits/1"
identifiers:
- type: other
value: "skillstore:remotion-dev-remotion-captions:audit:1"
description: "Skillstore immutable audit report identifier"
تقييم Skillstore
سبب هذا التقييم موثوقية الأدلة: متوسطما الذي يمكنك بناؤه
Add captions to a social video
Create timed caption pages and highlight the active word in a Remotion composition.
Reuse an existing subtitle file
Load a local SRT file, parse it, and use the captions with Remotion utilities.
Transcribe recorded narration
Generate caption JSON from an audio file with the Remotion Whisper.cpp integration.
جرّب هذه الموجّهات
Show me how to represent these timed subtitles as Remotion Caption JSON: Hello from 0 to 900 milliseconds, then world from 900 to 1500 milliseconds.
Help me load a local subtitles.srt file from the Remotion public folder and parse it with @remotion/captions.
Create a Remotion component that groups Caption data into pages and renders each page at the correct time.
Plan a local Remotion workflow that transcribes one audio clip at a time, saves Caption JSON files, and renders synchronized captions.
أفضل الممارسات
- Store each clip's captions in a separate local JSON file.
- Keep spaces in caption token text and use whiteSpace: pre when rendering.
- Test page timing at the composition frame rate before exporting a video.
تجنب
- Do not use caption text without timing data for synchronized rendering.
- Do not remove leading spaces from tokenized captions when word spacing matters.
- Do not assume one transcription model produces accurate captions for every audio source.
الأسئلة المتكررة
What caption format does this skill use?
Can I use an existing SRT file?
Can the skill transcribe audio?
Where should I save caption files?
Does it support word highlighting?
Does it install dependencies automatically?
تفاصيل المطور
المؤلف
remotion-devالترخيص
MIT
مراجعة Skillstore
r1
تنبيه الإصدار
لم يعلن المؤلف عن إصدار.
مرجع
5979680a0672bd90dd36f677fe2d3d5c5b14be78
حداثة الصيانة
١٩/٧/٢٠٢٦
الاستخدام
0 تنزيلات · 0 مشاهدات
بنية الملفات