
Product
Introducing Socket MCP for Claude Desktop
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Convert audio files with static images to video format for YouTube and social media
Convert audio files with static images to video format for YouTube and social media
Transform your podcasts, NotebookLM audio, or any audio content into engaging videos by combining them with custom thumbnails. Perfect for content creators who want to upload audio content to YouTube or other video platforms.
pip install audio2video
# Convert audio + image to video
audio2video -a podcast.wav -i thumbnail.png -o output.mp4
# Using short flags
audio2video -a audio.mp3 -i image.jpg -o video.mp4
# Enable verbose output
audio2video -a audio.wav -i image.png -o output.mp4 --verbose
# Specify output quality (18=high, 23=medium, 28=web)
audio2video -a audio.wav -i image.png -o output.mp4 --crf 18
# Set custom resolution
audio2video -a audio.wav -i image.png -o output.mp4 --resolution 1920x1080
# Set frames per second
audio2video -a audio.wav -i image.png -o output.mp4 --fps 30
Transform your podcast episodes into YouTube-ready videos with custom artwork.
Convert AI-generated podcast content from NotebookLM into shareable video format.
Create video lectures from audio recordings with presentation slides or graphics.
Combine music tracks with album artwork for music platform uploads.
# Process multiple files
for audio in *.wav; do
audio2video -a "$audio" -i default_thumbnail.png -o "videos/${audio%.wav}.mp4"
done
# Clone repository
git clone https://github.com/KaoruBB/audio2video.git
cd audio2video
# Install with uv (recommended)
uv pip install -e .
# Or with pip
pip install -e .
pytest tests/
# Run directly from source
uv run audio2video -a test.wav -i test.png -o test.mp4
# Install dependencies
uv pip install -r requirements.txt
usage: audio2video [-h] -a AUDIO -i IMAGE -o OUTPUT [--crf CRF]
[--resolution RESOLUTION] [--fps FPS] [--verbose]
Convert audio files with static images to video format
required arguments:
-a, --audio AUDIO Input audio file (WAV, MP3, FLAC, AAC)
-i, --image IMAGE Input image file (PNG, JPG, JPEG, BMP, GIF)
-o, --output OUTPUT Output video file (MP4)
optional arguments:
-h, --help Show this help message and exit
--crf CRF Video quality (18=high, 23=medium, 28=web) [default: 23]
--resolution RESOLUTION
Output resolution (e.g., 1920x1080) [default: 1920x1080]
--fps FPS Frames per second [default: 1]
--verbose Enable verbose output
We welcome contributions! Please feel free to submit issues and pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
⭐ Star this repo if you find it useful!
Made with ❤️ for content creators who want to bring their audio to the visual world.
FAQs
Convert audio files with static images to video format for YouTube and social media
We found that audio2video demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.