Displaying 1 result from an estimated 1 matches for "oggflacblock".
2012 Apr 17
1
command line perl tool to create ogg/Vorbis picture comments
...>> You'll need to add the "METADATA_BLOCK_PICTURE=" which makes it into a
>> comment file yourself.
>>
>
> Like:
> echo -n "METADATA_BLOCK_PICTURE=" | cat - flacblock > flacblock.comment
It turns out I'm crazy...
https://github.com/imalone/oggflacblock
Or direct from (n.b. BSD license):
https://raw.github.com/imalone/oggflacblock/master/oggflacblock.pl
Now handles 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 intere...