galdr

media incantations

┌─────────────────────────────────┐
│ ᚷᚨᛚᛞᚱ _ □ X │
├─────────────────────────────────┤
│ │
│ INPUT input.mp4 │
│ FORMAT [ WebM ⌄ ]   │
│ QUALITY ████████░░░ 73% │
│ ───────────────────────── │
│ > ffmpeg -i input.mp4 ... │
│ ᚲ casting web | ██████ 67%       │
│ │
└─────────────────────────────────┘

ᚨ 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 SOON

Deep media inspection via ffprobe. Codec, resolution, bitrate.

> inspect input.mkv

TRIM

COMING SOON

Cut, 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.

> ffmpeg -i input.mp4 -c:v libx264 -crf 23 -c:a aac -b:a 128k output.mp4

ᚷ DOWNLOAD

Latest release: v0.1.1

Windows

galdr_0.1.1_x64_en-US.msi

ᚷ DOWNLOAD

75.4 MB

macOS

Not available yet

Linux

Not available yet