render-call

Convert cleaned call transcripts into MP4 videos with YouTube handoff blocks.

12|14|Updated Feb 25, 2021
One-click install
npx skills add https://github.com/ethereumclassic/community-calls --skill render-call
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-call
Source: https://github.com/ethereumclassic/community-calls/tree/main/.claude/skills/render-call
Command: npx skills add https://github.com/ethereumclassic/community-calls --skill render-call

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of turning call transcripts into video content and preparing them for publishing on YouTube.

Core Features & Use Cases

  • Transcript to Video: Converts cleaned call transcripts into MP4 video content.
  • YouTube Handoff: Generates a paste-ready block with all necessary information for YouTube video publishing.
  • Use Case: After a call, simply run this skill with the markdown file as input to generate the video and the required YouTube handoff information.

Quick Start

Run the 'render-call' skill with the markdown file from your call 'calls/call-123.md'.

Frequently Asked Questions about render-call

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert call transcripts into video content automatically?

Converting call transcripts into video content requires a cleaned markdown file and a distributable MP3 audio file. This skill processes the inputs using ffmpeg scripts to generate an MP4 video and a complete YouTube handoff block.

What is included in the YouTube handoff block for transcript videos?

The YouTube handoff block provides a paste-ready video download URL, title, description, and chapters. It is generated automatically alongside the MP4 video output from the call transcript.

How do I prepare call transcripts for automated video generation?

To prepare call transcripts for video generation, you must provide a completed markdown file of the call and a distributable MP3 audio file. The script uses these specific inputs to render the final video content.

Can I use ffmpeg scripts to render community call videos for YouTube?

Rendering community call videos for YouTube is fully supported using ffmpeg scripts. The process is suitable for automating video production pipelines for ECIP discussions, community calls, and developer workshops.

Does automated video generation from call recordings require separate audio files?

Automated video generation from call recordings requires a distributable MP3 audio file in addition to the markdown transcript. The audio file is necessary for the script to successfully render the MP4 video output.