Displaying 20 results from an estimated 34 matches for "metadata_block_picture".
2019 Jun 21
3
support free WEBP images in Opus files
WebP (imagepart of VP9) is better then JPG
AVIF (imagepart of VPX/AV1) is better then HEIF
please support in OPUS file for album arts
more then JPG and PNG...
WebP and AVIF are free imageformats can store multiple images
thats good for the problem with METADATA_BLOCK_PICTURE
only can store one file.
i try to push some devs of player and converter to support this too.
wbr from berlin
2007 Jan 07
1
METADATA_BLOCK_PICTURE question
Hi everybody,
I have a question about the following part of the METADATA_BLOCK_PICTURE
specification. The components: Width, Height, Color Depth, and Colors
Used don't provide an "unknown" value and seem to assume that the
program encoding the METADATA_BLOCK will be aware of these components of
the file.
As these fields seem to just provide "extra" informatio...
2009 Nov 05
1
Support for METADATA_BLOCK_PICTURE in any players?
Does anyone know of any music players that support the METADATA_BLOCK_PICTURE
field in vorbis comments for Ogg Vorbis files? I've added support for this in
my little CD ripper app and I'd like to test against a real player.
Thanks.
--
Jason Voegele
We were so poor that we thought new clothes meant someone had died.
2011 Jan 23
0
Flac] Where Cover Art?
...ime.
I am writing a program that reads and writes all existent Tags types. It
lacks only to end the edition (rewriting) of "Native" Flac and Matroska.
Both cases for the same problem: the separation of Tags and Picture in
different blocks. In Flac I resolved it, but now I have to add
METADATA_BLOCK_PICTURE. Reading Vorbis Comments of different file types as
binary I found they were not compatible.
I don't use in any case the libraries provided. All code is own Visual C #.
For that reason I have these problems. In Vorbis Comments case is maybe
already solved in the libraries provided, but I ha...
2011 Jan 22
0
Flac] Where Cover Art?
You said "With the exception of where to put a picture file, VorbisComments
in a Vorbis stream are the same as VorbisComments in a FLAC stream."
In METADATA_BLOCK_PICTURE case they would not be the same. Up to now we
could exchange the complete block of VorbisComments. But with the addiction
of METADATA_BLOCK_PICTURE doesn't happen this way.
In Ogg files the METADATA_BLOCK_PICTURE data are split in numerous pieces,
each one of them with a Oggs header (44 up to...
2019 Jun 21
1
support free WEBP images in Opus files
...ile format.
That's up to tagging and playback software to support; foobar2000, for
instance, only supports formats that are part of Windows' GDIplus library.
On Fri, Jun 21, 2019 at 6:21 AM Emily Bowman <silverbacknet at gmail.com>
wrote:
> Ogg files can have multiple COVERART or METADATA_BLOCK_PICTURE tags
> without a problem, though. METADATA_BLOCK_PICTURE is part of the FLAC spec,
> not OGG (and definitely not Opus), and you can have as many
> METADATA_BLOCK_PICTURE blocks as you want, so even if each can only store a
> single picture I'm very unclear about what the problem is?...
2012 Apr 17
1
command line perl tool to create ogg/Vorbis picture comments
On 14 April 2012 23:40, Ian Malone <ibmalone at gmail.com> wrote:
> On 14 April 2012 23:34, Ian Malone <ibmalone at gmail.com> wrote:
>
>> http://pastebin.com/xXhPyZuQ
>
>> ./jpegtoblock.pl ?-i DSCN7376.JPG -o flacblock
>
>> 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.gith...
2014 Jun 19
2
Lets work towards a new version
...ter to remove these files from Makefile and .vcproj files, or to
>leave them? I don't think that they will become useful again, but who knows...
>_______________________________________________
Is it of any relevance, or perhaps already known, that libFLAC causes memory
corruption when a METADATA_BLOCK_PICTURE block is larger than the allowed 16MB?
This was just reported as crashing an application. I know that is an invalid
block size, but just rejecting it would seem better. I haven't got metaflac to
crash yet, although I did hang up my terminal on one attempt.
--ian
2011 Jan 20
1
Flac] Where Cover Art?
...t; Recently Vorbis has established the possibility to include picture files by
> means of 2 Tags: COVERARTMIME AND COVERART.
> To work therewith is quite easy.
No. this in incorrect. The VorbisComment
"COVERART" was only ever unofficial, and
has been deprecated in favour of
"METADATA_BLOCK_PICTURE". (I have
never heard of "COVERARTMIME".) Please
see:
https://wiki.xiph.org/VorbisComment#Unofficial_COVERART_field_.28deprecated.29
> However Flac stores picture files in block 6. The edition (to add and to
> modify Tags and pictures simultaneously in two separate blocks) b...
2014 Jun 20
2
Lets work towards a new version
On Fri, Jun 20, 2014 at 1:05 AM, lvqcl <lvqcl.mail at gmail.com> wrote:
> I cannot find anything about the size of METADATA_BLOCK_PICTURE block
> in <http://xiph.org/flac/format.html>. Where did you read this?
>
METADATA_BLOCK_HEADER has a 24-bit field to encode the length of
METADATA_BLOCK_DATA ; hence the limitation (which not only applies
to METADATA_BLOCK_PICTURE but all metadata blocks.
Pyt.
--
Pierre-Yves Thoulon...
2013 Nov 28
3
pictures
Hello,
I have problems with encoding FLAC-Files with embedded pictures.
Currently i use opus-tools 0.1.7 with libopus 1.1-rc2.
After encoding opusinfo shows
WARNING: Unknown picture type in METADATA_BLOCK_PICTURE comment 12 (stream 1): 1768776039
WARNING: Invalid mime type length in METADATA_BLOCK_PICTURE comment 12 (stream 1): 1697607790 bytes when 5562 are available
When i play the files with opusdec it shows the picture base64 encoded,
which is not very useful, but it scrolls the useful information out...
2014 Feb 12
2
[user] coverart and other tags
...o far I really am loving it. At 16kbps
> > spoken content sounds fabulous.
> >
> > I am using opusenc on 64-bit linux - mostly with flac input.
> >
> > The one thing I can't figure out how to do is add album art. I tried
> > passing the vorbis way of adding a metadata_block_picture comment field
> > to opusenc but it complained about the length.
> >
> > I can't seem to find any application like vorbiscomment for opus that
> > would let me do it after the encode.
> >
> > Does such a utility exist? I really need it to be CLI and work in l...
2019 Jun 21
0
support free WEBP images in Opus files
Ogg files can have multiple COVERART or METADATA_BLOCK_PICTURE tags without
a problem, though. METADATA_BLOCK_PICTURE is part of the FLAC spec, not OGG
(and definitely not Opus), and you can have as many METADATA_BLOCK_PICTURE
blocks as you want, so even if each can only store a single picture I'm
very unclear about what the problem is? Opus isn't rela...
2014 Feb 12
3
[user] coverart and other tags
Hello,
I am new to using opus but so far I really am loving it. At 16kbps
spoken content sounds fabulous.
I am using opusenc on 64-bit linux - mostly with flac input.
The one thing I can't figure out how to do is add album art. I tried
passing the vorbis way of adding a metadata_block_picture comment field
to opusenc but it complained about the length.
I can't seem to find any application like vorbiscomment for opus that
would let me do it after the encode.
Does such a utility exist? I really need it to be CLI and work in linux,
this is being scripted for an audio hosting server....
2009 Mar 26
8
Cover art
Hello to the people reading this list!
I am developing tagging support for ogg vorbis in Nero products and we are
currently thinking of supporting cover art in ogg files. What is the current
state of proposal for cover art in ogg files? Is this
http://wiki.xiph.org/index.php/VorbisComment#Cover_art still the latest
information?
Regards,
Goran
-------------- next part --------------
An HTML
2009 Jul 23
1
Fixing ogg vorbis corruption caused by bad metadata
> However, there is a general point. ?Xiph policy
> now encourages cover art in VorbisComments
> using the METADATA_BLOCK_PICTURE tag,
> visit:
> http://wiki.xiph.org/VorbisComment#Cover_art
>
> This means that VorbisComments can be
> huge, and so memory for them now needs to
> be allocated from the heap, not the stack.
Huge is relative. Are people really sticking multi-megabyte binary
comments at the head...
2015 Oct 12
2
Use of alloca in vorbis_comment_add_tag
...rbis devs,
I'm Robert Kausch, author of fre:ac - free audio converter.
Please consider using _ogg_malloc/_ogg_free in place of alloca in
vorbis_comment_add_tag. alloca will cause undefined behaviour/crashing
when it causes a stack overflow which can easily happen when adding
cover art in a METADATA_BLOCK_PICTURE comment.
I had a user trying to convert a FLAC file with a 2 MB embedded cover
art that caused a crash in vorbis_comment_add_tag.
Thanks and best regards,
Robert
PS @ list moderator: I sent message before I joined the list a few days
ago, but it was ignored. The mail should still be in the mod...
2008 Apr 12
1
base64 ALBUMART vorbiscomment
...:
...
> To be fair, only the Vorbis users requested albumart. FLAC users
> should in theory be able to use the tag too if they want, but this
> wouldn't be something we'd see in other codecs like Speex and Theora.
This is a minor point, but FLAC users can already
do this using METADATA_BLOCK_PICTURE
(which allows binary images). See:
http://wiki.xiph.org/index.php/Metadata#FLAC_metadata_blocks
Regards,
Martin
--
Martin J Leese
E-mail: martin.leese stanfordalumni.org
Web: http://members.tripod.com/martin_leese/
2013 Nov 28
0
pictures
Andreas K. Foerster wrote:
> Hello,
>
> I have problems with encoding FLAC-Files with embedded pictures.
> Currently i use opus-tools 0.1.7 with libopus 1.1-rc2.
>
> After encoding opusinfo shows
> WARNING: Unknown picture type in METADATA_BLOCK_PICTURE comment 12 (stream 1): 1768776039
> WARNING: Invalid mime type length in METADATA_BLOCK_PICTURE comment 12 (stream 1): 1697607790 bytes when 5562 are available
Fixed in
https://git.xiph.org/?p=opus-tools.git;h=0bb560ed40bf;a=commitdiff
Thanks for the report and for providing test files illustr...
2009 Jul 23
2
Fixing ogg vorbis corruption caused by bad metadata
Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:
> Martin Leese wrote:
>> Anyway, calling alloc()s with no corresponding
>> free()s is a memory leak. Not good code.
>
> The alloca() function allocates space on the stack and
> that allocation is automatically freed when the function
> that did the allocation returns.
>
> The Linux man page is quite