image-to-video

Convert static images and audio into MP4 videos using FFmpeg.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill image-to-video-notque
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: image-to-video
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/image-to-video
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill image-to-video-notque

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, ffprobe, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Turning static images and audio into a shareable MP4 video by automating a predictable encoding workflow. It eliminates manual video editing steps and ensures consistent results.

Core Features & Use Cases

  • Deterministic 4-phase pipeline: Validate, Prepare, Encode, Verify using FFmpeg.
  • Batch workspace mode processes image+audio pairs from workspace/input/ to outputs in workspace/output/.
  • Supports multiple visualizations: static, waveform, spectrum, cqt, bars.
  • Outputs MP4 with H.264 video and AAC audio, with 1080p default and additional presets.
  • Includes input validation, error handling, and easy integration into media pipelines.

Quick Start

Provide a static image and an audio file, then run the workflow to generate the MP4 video.

Frequently Asked Questions about image-to-video

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

FAQPage Schema
How do I convert a static image and audio into an MP4 video using FFmpeg?▼

To convert a static image and audio into an MP4 video, this workflow uses a deterministic 4-phase FFmpeg pipeline (Validate, Prepare, Encode, Verify) to output a ready-to-share H.264 and AAC encoded file.

Can I batch process multiple image and audio files into videos automatically?▼

Yes, you can batch process multiple image and audio pairs into videos automatically using the workspace batch mode, which reads inputs from workspace/input/ and generates MP4s in workspace/output/.

Does this video creation workflow support audio visualization modes like waveforms and spectrum bars?▼

Yes, the video creation workflow supports multiple audio visualization modes including waveform, spectrum, cqt, and bars, alongside a standard static image option for your MP4 output.

What resolution and format does the generated MP4 video output use by default?▼

The generated MP4 video output defaults to 1080p resolution with H.264 video and AAC audio encoding, providing YouTube-ready visuals, and includes additional presets for different formats.

Do I need FFmpeg and ffprobe installed to encode image and audio files into videos?▼

Yes, you need FFmpeg and ffprobe installed because the encoding and verification phases rely on these dependencies to validate inputs and generate the final MP4 video files.