Displaying 1 result from an estimated 1 matches for "blockraw".
Did you mean:
blockmap
2012 Apr 17
1
command line perl tool to create ogg/Vorbis picture comments
...eIconSmall
-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
(don't 64bit encode)
-type, can be numeric, or I've come up with some short-names for the
different entries that you can specify instead.
FileIconSmall is restricted to 32x32 png, this is enforced.
Shortcomings:
* Doesn't do the "->" mode.
* Doesn't provide the palet...