Displaying 2 results from an estimated 2 matches for "encodertask".
Did you mean:
encodertasks
2007 Jan 16
3
Help upgrading to 1.1.3 (MD5 sum issues, album art corrupts files)
...0 00 00 00 00 00 00 00 00 00 00 00 00 00 .
METADATA block #3
type: 1 (PADDING)
is last: true
length: 7860
Obviously I am doing something wrong, but again I'm not sure what.
The tagging/album art source code is at http://
macaudiox.svn.sourceforge.net/viewvc/macaudiox/trunk/Tasks/
EncoderTasks/FLACEncoderTask.m?view=markup for the curious.
Does anyone have any ideas?
Stephen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2409 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/a...
2007 Jan 17
0
Help upgrading to 1.1.3 (MD5 sum issues, album art corrupts files)
...t; METADATA block #3
> type: 1 (PADDING)
> is last: true
> length: 7860
>
> Obviously I am doing something wrong, but again I'm not sure what.
> The tagging/album art source code is at http://
> macaudiox.svn.sourceforge.net/viewvc/macaudiox/trunk/Tasks/
> EncoderTasks/FLACEncoderTask.m?view=markup for the curious.
that looks ok too, assuming addVorbisComment works. the metadata
interface also has not changed in flac-1.1.3
but you should use the FLAC__metadata_object_picture_set_* methods
to set the picture data instead of altering the block directly:
http://...