Skip to content

Instantly share code, notes, and snippets.

@BuyMyMojo
BuyMyMojo / a2v.sh
Last active May 7, 2025 00:02 — forked from espeon/a2v.sh
Convert audio to a twitter-style rendered video.
#!/bin/bash
# --- Configuration ---
RES=3 # Resolution multiplier. 2 = 720p, 3 = 1080p, 4 = 1440p, 5 = 1800p, 6 = 2160p(4K)
PFP_SIZE=$((200 * $RES))
TEXT_SIZE=$((20 * $RES))
VIDEO_WIDTH=$((640 * $RES))
VIDEO_HEIGHT=$((360 * $RES))
VIDEO_FPS=50 # High FPS PAL is funny...