Morpholder CLI directly in Finder

Supported Triggers

Just rename your files to trigger these actions. Morpholder automatically intercepts the name change and processes the file based on the extension or suffix you provide.

Images

Read:jpg, jpeg, png, heic, tiff, gif, bmp, webp, ico, icns, svg, avif, psd
RAW Read:arw, cr2, cr3, dng, nef, orf, pef, raf, rw2
Write:jpg, jpeg, png, heic, tiff, gif, bmp, webp, avif, ico, icns, svg
.png → .jpg

Format conversion (any read → any write)

.jpg → .svg

Vectorization

_min.png

PNG compression

_crop_WxH

Center crop by aspect ratio (e.g. _crop_16x9, _crop_1x1)

_nometa

Remove EXIF/GPS/XMP/IPTC metadata

_nobg.png

Remove background (Local Vision AI)

_smartcrop_WxH

AI crop (faces + saliency, e.g. _smartcrop_1x1)

_upscale_Nx

Local AI upscale (e.g. _upscale_2x, _upscale_4x)

image.* → .txt

OCR (Text recognition)

Video

In:mp4, mov, m4v, mkv, avi, flv, webm, 3gp, m2ts, mts, mpeg, mpg, ts, vob, wmv, mxf
Out:mp4, mov, mkv, avi, webm, m4v, ts, flv
.mov → .mp4

Format conversion (and other combinations)

.mp4 → .gif

Convert video to animated GIF

_mute

Remove audio track

_1080p / _4k

Change resolution (_480p, _720p, _1080p, _4k)

_trim_MM.SS_MM.SS

Time trim (or _trim_HH.MM.SS_HH.MM.SS)

_speed_Nx

Speed up or slow down (e.g. _speed_2x, _speed_0.5x)

_crop_WxH

Crop video by aspect ratio

_nometa

Remove metadata

.mp4 → .mp3

Extract audio (supports other audio extensions)

Audio

In/Out:mp3, wav, m4a, aac, aiff, aif, flac, ogg, opus, caf, alac, wma
.wav → .mp3

Format conversion (any combination)

_trim_MM.SS_MM.SS

Time trim

_speed_Nx

Speed up or slow down

_nometa

Remove ID3 tags

Archives

Supported:zip, dmg, 7z, tar, tar.gz (tgz), tar.bz2 (tbz/tbz2), tar.xz (txz)
.zip → .7z

Re-archive (any combination)

.zip → _installer.dmg

Create stylized macOS installer DMG

Note: DMG conversion features are not available in the Mac App Store build due to App Sandbox restrictions.

Configs

Supported:json, plist, yaml/yml, toml (source format determined automatically)
.json → .yaml

Config format conversion (any of 4 formats)

PDF

*_pages.pdf

Split PDF into PNG pages inside a folder (or just _pages without extension)

Base64

Binary Decodes:Images, video, audio, pdf, zip, 7z, tar, gz, rar
_base64.txt

Encode any file to Base64 (Data-URI)

.txt → .png/.mp3/...

Decode Base64 to binary format

Notes

  • Safe Fallback: If Morpholder cannot find a suitable handler for the requested transformation, the file safely rolls back to its original extension to prevent data loss.

  • Quality Settings: Quality settings for JPEG, HEIC, WebP, AVIF, and CRF values for video encoding can be globally configured in the app's Settings.