Skip to content

Vzaa/oggcoverresize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages