galdr
media incantations
ᚨ ABOUT
galdr is a desktop GUI wrapper around FFmpeg. It converts and manipulates video, audio, and image files with a terminal aesthetic and runic theme.
Every conversion is an incantation. Raw media in, enchanted media out.
> Built with Tauri, React, and Rust
> Uses FFmpeg under the hood
> Free and open source
ᚲ SPELLS
CONVERT
Single or batch conversion between any formats FFmpeg supports.
> convert *.mp4 --to mkv
COMPRESS
Quality-controlled compression with live size estimation.
> compress input.mp4 --quality 60
INSPECT
COMING SOONDeep media inspection via ffprobe. Codec, resolution, bitrate.
> inspect input.mkv
TRIM
COMING SOONCut, crop, rotate, resize, speed up, slow down. All the fundamentals.
> trim input.mp4 --start 00:01:30 --end 00:02:15
RUNE TAGS
Save presets as named runes. Reusable incantations.
> rune-save ᛏ youtube-h264
COMPARE
Side-by-side before/after preview. See the spell take effect.
> compare input.mp4 output.mp4
ᚲ COMMAND ALCHEMY
The FFmpeg command builds in real time as you tweak settings. Every slider, dropdown, and toggle updates the command string immediately. No more man-page spelunking.
ᚷ DOWNLOAD
Latest release: v0.1.1