ppt-audio-to-videoConvert narration audio plus slide decks into a narrated video. Use when the user has an audio-only `mp4/m4a/mp3/wav` and a `ppt/pptx/pdf` deck, and needs sl...
Install via ClawdBot CLI:
clawdbot install lzfxxx/ppt-audio-to-videoGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.binAudited Apr 17, 2026 · audit v1.0
Generated Mar 21, 2026
Instructors record audio lectures and have slide decks in PPTX or PDF format. This skill automates the conversion into polished video lectures by aligning slides with narration timings, enabling scalable content production for platforms like Udemy or Coursera.
Companies create training materials with audio recordings and presentation slides. The skill synchronizes slides to audio, producing consistent video modules for employee onboarding or compliance training, reducing manual editing effort.
Professors deliver lectures with audio and slide decks. This tool extracts transcripts and aligns slides to create lecture videos for online courses or archives, supporting multilingual transcription for diverse student bodies.
Event organizers have audio recordings and slide decks from speakers. The skill converts these into video recordings for post-event distribution, using timing heuristics to match slide changes with speech topics.
Freelancers handle client projects where audio and slides need merging into videos. It streamlines workflow by automating slide timing and rendering, allowing focus on quality adjustments and client revisions.
Offer a cloud-based platform where users upload audio and slides to generate videos automatically. Charge monthly fees for access, with tiers based on video length or features like advanced transcription models.
Provide an API that processes audio and slide inputs to output videos. Developers integrate it into their apps, paying per video rendered, suitable for scalable usage in educational or corporate tools.
Sell on-premise or custom deployments to large organizations like universities or corporations. Include support, customization, and integration with existing systems, ensuring data privacy and workflow compatibility.
💬 Integration Tip
Ensure ffmpeg and whisper-cpp are installed locally, and use relative paths for bundled scripts to maintain portability across systems.
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
Text-to-speech via OpenAI Audio Speech API.
Generate spoken audio from text using the local Kokoro TTS engine. Use when the user asks to "say" something, requests a voice message, or wants text converted to speech.
Convert text to speech using Hume AI (or OpenAI) API. Use when the user asks for an audio message, a voice reply, or to hear something "of vive voix".
Speech-To-Text with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.