search for: fileiconsmall

Displaying 1 result from an estimated 1 matches for "fileiconsmall".

2012 Apr 17
1
command line perl tool to create ogg/Vorbis picture comments
...les png and jpeg, the only notable dependency is the Perl Image::ExifTool module. (Which, I've noticed, can also read Vorbis comments) Includes usage info with -h or -help, but interesting things: ./oggflacblock.pl -i sample.png -o sample.tag -write tag -desc "Some description" -type FileIconSmall -write tag : produces a file with the "METADATA_BLOCK_PICTURE=" start, so you can plug it straight into vorbiscomment. This is the default, so you can do this: vorbiscomment startfile.ogg newfile.ogg -a -c sample.tag the other options are block64 (just the block as before) and blockraw (...