hyperframes-media

Automates HyperFrames asset preprocessing including speech synthesis, music generation, transcription, background removal.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Lev-it/lev-skills --skill hyperframes-media-lev-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-media
Source: https://github.com/Lev-it/lev-skills/tree/main/.claude/skills/hyperframes-media
Command: npx skills add https://github.com/Lev-it/lev-skills --skill hyperframes-media-lev-it

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf2, pdf2image, ffmpeg, google-genai, transformers, torch, soundfile, onnxruntime, openai, groq, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the asset preparation process for HyperFrames compositions, handling tasks like text-to-speech, background music generation, transcription, and background removal.

Core Features & Use Cases

  • Text-to-Speech (TTS): Generate speech from text using various providers, including HeyGen, ElevenLabs, and Kokoro-82M.
  • Background Music (BGM): Create stereo WAV files from mood prompts using Google Lyria and MusicGen.
  • Transcription: Convert audio files to text using the Whisper model from OpenAI.
  • Background Removal: Remove backgrounds from images and videos using the u2net_human_seg model.
  • Use Case: If you're creating a HyperFrames composition and need to add voiceovers, background music, and captions, this Skill can handle all of these tasks.

Quick Start

Use the hyperframes-media skill to generate a background music track from a mood prompt: npx hyperframes bgm --duration 30 --prompt "Calm cinematic, soft strings, BPM 95" -o bgm.wav

Frequently Asked Questions about hyperframes-media

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

FAQPage Schema
How do I preprocess text-to-speech and background music for multimedia production?

To preprocess text-to-speech and background music for multimedia production, you can generate speech using providers like ElevenLabs or Kokoro-82M, and create stereo WAV files from mood prompts using Google Lyria and MusicGen.

What is the best way to generate background music from a mood prompt?

The best way to generate background music from a mood prompt is using a tool that supports Google Lyria or MusicGen, outputting stereo WAV files based on descriptive text inputs like genre, tempo, and instrumentation.

How does audio transcription with the Whisper model work for content creation?

Audio transcription with the Whisper model works for content creation by converting existing audio files into accurate text using the model from OpenAI, enabling the creation of captions and interactive storytelling workflows.

Can I use an ONNX model like u2net_human_seg for background removal in videos?

Yes, you can use an ONNX model like u2net_human_seg for background removal in videos, as it is specifically designed to process images and videos by isolating human subjects from their backgrounds.

Do I need ffmpeg and torch installed for text-to-speech and transcription processing?

Yes, you need ffmpeg and torch installed for text-to-speech and transcription processing, as these dependencies handle audio file manipulation and provide the underlying machine learning framework required for model execution.

What are the limitations of using automated speech synthesis for interactive storytelling?

Limitations of using automated speech synthesis for interactive storytelling include dependency on external providers for voice generation quality and the requirement of substantial processing libraries like transformers and soundfile for audio handling.