Vzaa / oggcoverresize

Script to resize album art in Ogg Vorbis files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oggcoverresize

Resize large cover art images in .ogg audio files. Depends on mutagen and PIL/Pillow.

On a Single File

./oggcoverresize.py test.ogg

Using fd to Run on All .ogg Files Recursively

fd -e ogg -x ./oggcoverresize.py

Parameters

Default parameters can be modified in the script:

SIZE = (256, 256)      # Target size
SIZE_MIN = (512, 512)  # Don't touch images smaller than this
JPEG_QUALITY = 90

About

Script to resize album art in Ogg Vorbis files

License:The Unlicense


Languages

Language:Python 100.0%