Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aviz85 avatar

Audio To Video

  • 3 installs
  • 4 repo stars
  • Updated March 11, 2026
  • aviz85/ai-music-video-maker

audio-to-video is a Claude Code skill that generates video from audio plus an image using the fal.ai LTX-2.3 model for talking-head and lip-sync clips.

About

This skill generates video from an audio clip and a starting image using the fal.ai LTX-2.3 model. A developer uses it for talking-head, lip-sync, and audio-driven video via a bundled generate.ts script. Audio is capped at 20 seconds per clip and the script auto-selects the audio-to-video or image-to-video endpoint.

  • Generates video from audio plus an image using fal.ai LTX-2.3
  • Auto-selects audio-to-video or image-to-video endpoint based on inputs
  • Supports size, fps, quality, and guidance-scale flags with a 20-second audio cap

Audio To Video by the numbers

  • 3 all-time installs (skills.sh)
  • Ranked #1,155 of 1,337 Generative Media skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

audio-to-video capabilities & compatibility

Requires a FAL_KEY for fal.ai; cost depends on LTX-2.3 usage.

Capabilities
video generation · image generation · text to speech
Use cases
video generation
Pricing
Bring your own API key
From the docs

What audio-to-video says it does

Generate video from audio using fal.ai LTX-2.3.
SKILL.md
**Max 20 seconds per clip.** For longer content, split into chunks and merge with ffmpeg.
SKILL.md
npx skills add https://github.com/aviz85/ai-music-video-maker --skill audio-to-video

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars4
Last updatedMarch 11, 2026
Repositoryaviz85/ai-music-video-maker

What it does

Generate an audio-driven or lip-synced video clip from an audio file and a starting frame.

Who is it for?

Creating short talking-head or lip-synced video from an audio clip and image.

Skip if: Clips longer than 20 seconds without splitting and merging.

When should I use this skill?

You need a talking-head, lip-sync, or audio-driven video from audio and a frame.

What you get

Outputs a generated MP4 video driven by the supplied audio and starting frame.

By the numbers

  • 20-second max audio per clip
  • 5 video sizes

Files

SKILL.mdMarkdownGitHub ↗

Audio to Video — LTX 2.3

Generate video from audio using fal.ai LTX-2.3.

Usage

cd /Users/aviz/.claude/skills/audio-to-video/scripts
npx ts-node generate.ts \
  --audio "/path/to/audio.mp3" \
  --image "/path/to/frame.jpg" \
  -d /tmp/output.mp4 \
  "Cinematic description of motion and action"

Flags

FlagDescription
--audio, -aAudio file (mp3/wav/ogg/m4a/aac) — max 20 seconds
-d, --destinationOutput video path (required)
--image, -iStarting frame image (highly recommended)
--end-imageEnding frame image
--size, -sVideo size (see below)
--fpsFrames per second (24/25)
--qualitylow/medium/high/maximum
--guidance-scaleDefault: 9 with image, 5 without

Endpoints (LTX 2.3)

ModeEndpoint
Audio + (optional image)fal-ai/ltx-2.3/audio-to-video
Image only (no audio)fal-ai/ltx-2.3/image-to-video

Script auto-selects based on whether --audio is provided.

Video Sizes

landscape_16_9 (default), portrait_16_9, landscape_4_3, square_hd, auto

Audio Limit

Max 20 seconds per clip. For longer content, split into chunks and merge with ffmpeg.

API Key

Uses FAL_KEY from ~/.claude/skills/image-generation/scripts/.env

Writing Strong Prompts

The prompt drives video motion. Include: 1. Subject action — what is moving and how ("singer throwing head back mid-note") 2. Camera movement — "slow dolly in", "whip pan", "handheld shake" 3. Lighting event — "strobe burst", "spotlight sweep", "laser beams" 4. Emotion/energy — "euphoric", "intense", "raw power" 5. Environment — "fog rolling across stage", "confetti mid-air"

Example:

"LIVE ARENA CONCERT: Female singer throwing head back mid-high-note, hair arcing in slow motion.
Camera: slow push in. Lighting: single white spotlight with rim halo.
Fog at feet, pure emotional catharsis. Hyper-real 4K cinema"

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.