similar to: Updated comment padding patches

Displaying 20 results from an estimated 2000 matches similar to: "Updated comment padding patches"

2007 May 20
1
Theora-tools: Theoracomment
Hi all, I've attached a SVN diff for theora-tools, adding a simple "theoracomment" utility; it is intended to be the counterpart of vorbiscomment for theora/vorbis-ogg-files. It shares vorbiscomment's usage/features (and the frontend-code). While the main functionality is already there, there are still some restrictions: * No support for chained streams * It simply uses
2001 Nov 07
3
Adding a --version option to vorbiscomment
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, how about adding an option to vorbiscomment that displays it's version? This would make it considerably easier to do version- checking. Right now, I'm looking for a string that is only available in vorbiscomment > RC1 but that's not really the cleanest solution ... - -- - -M - ------- Magnus von Koeller
2002 Nov 14
1
comment tags
I'm trying to write comment writer thing for zinf, because I love the program, but it doesn't fully support ogg. I've found how to read comments, but can't figure how to write them. There has been some discussion about this previously in the archives, but I couldn't find any specifics, only references to code not posted to the list. The api documentation page is (painfully)
2002 Jul 12
1
vcomment question
vcomment.c contains this line: fprintf(stderr, "Vorbiscomment " VERSION "\n"); I can't figure how / where VERSION is defined. <p> -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both automake 1.4 and 1.6. Some changes to configure.in were also needed in order to get things to work (and to fix some ac 2.50 issues). Please remove config.h from cvs as it is a generated file and empty anyway. automake 1.6 isn't really incompatable with 1.4, it's just more picky about you sticking to the rules:
2006 Feb 03
1
padding in comment header
Having looked through the archives I've come to the conclusion that to do padding for comments (in a file tagging context) the simplest solution is to zero pad the comment header packet to fixed length[1] and regenerate pages from #2 up to the first one containing the setup header. Is this correct? Not very closely related: should doing ogg_stream_pagein followed by
2003 Feb 12
2
Comment fields don't like accents!
Anyone know, under Linux, how to get accents (hoping for u with an umlaut, for example) into a comment field? They're happily in the comment file I'm using as a source (or on the command line), but they get translated into # either when I do vorbiscomment -a or vorbiscomment -l (not sure which, but XMMS also sees # instead of the right char, which implies the first). title=Die Sch#ne
2012 Sep 11
1
Patch for Metadata::Padding
Bastiaan Timmer wrote: ... > In a > previous message I mentioned writing some more convenience functions, but on > closer inspection they would either be inefficient or very difficult > to implement. Could you briefly list these, in case somebody else wants to have a go. Many thanks, Martin -- Martin J Leese E-mail: martin.leese stanfordalumni.org Web:
2004 Apr 21
2
Changing comment-tags
Hello, i use libvorbis to develop some small applications for a radio station. I wonder, why there are no functions in the library to add/modify the comment tags in ogg-files. The only way I found is to make use of vorbiscomment binary, but this way is not that good. Are there api calls to do this?? thanks, Daniel. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2016 Dec 31
3
[ogg-dev] comment writing in opus / liboggz
On 31 December 2016 at 14:03, Timothy B. Terriberry <tterribe at xiph.org> wrote: > Ian Malone wrote: >> >> out, due to the Opus pre-seek, I think. Fixing that probably requires >> adding an Opus-specific metric to liboggz, since the current default >> linear one doesn't deal with first granule position being set. Thought >> I'd check before getting
2004 Sep 10
2
[Flac-users] Can I use Vorbis comment on ogg - flac?
Hello flac-users, I'm storing my ripped CDs on FLAC until Vorbis 1.0 gets out (supposedly RSN). But I want to enter the vorbis comment just once. Since I'll use ogg bitstream for both files, I was wondering if I could use vorbiscomment or tOGGer on ogg-flac files? Is there any tool (besides de pipe) to convert ogg-flac to ogg-vorbis? Best regards, Alejandro Belluscio
2004 Sep 10
2
[Flac-users] Can I use Vorbis comment on ogg - flac?
Hello flac-users, I'm storing my ripped CDs on FLAC until Vorbis 1.0 gets out (supposedly RSN). But I want to enter the vorbis comment just once. Since I'll use ogg bitstream for both files, I was wondering if I could use vorbiscomment or tOGGer on ogg-flac files? Is there any tool (besides de pipe) to convert ogg-flac to ogg-vorbis? Best regards, Alejandro Belluscio
2016 Dec 31
2
comment writing in opus / liboggz
It seems there still isn't a tool (at least not a Xiph one) for modifying Opus comments from the command line. I've had a go at adding support in liboggz (which is fairly trivial, since it just means adding recognition for the Opus stream). That certainly works for comment editing, but I'm not sure if it's is good enough to commit back, because timing gets reported back slightly
2016 Dec 31
2
comment writing in opus / liboggz
It seems there still isn't a tool (at least not a Xiph one) for modifying Opus comments from the command line. I've had a go at adding support in liboggz (which is fairly trivial, since it just means adding recognition for the Opus stream). That certainly works for comment editing, but I'm not sure if it's is good enough to commit back, because timing gets reported back slightly
2006 Feb 22
2
vcedit/vorbiscomment heterogeneous streams
Hi, The following changes allow vorbiscomment to read and edit the tags for the first occuring vorbis stream in a muxed (and chained) Ogg bitstream, while retaining the renormalisation. I've tested it on a number of combinations of muxed and chained streams, using the write comments from file option for vorbiscomment to rewrite the comment header and then cmp for binary differences. Seems
2018 Dec 11
2
New ID registration
"Kurosawa, Taku" wrote: > Hi Martijn, > > Sorry for the late reply again, > The application we are preparing this time is not exactly similar to > Replaygain. > > Replaygain as we understand is something which normalize the loudness at > content provider side, but our application takes different approach. It is > designed to normalize the loudness at player
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello. Attached are some patches that some Debian users of vorbis-tools have sent to our BTS over the years (numbers refer to Debian bugs). It'd be nice to see them integrated. They apply cleanly to SVN as of today. The largefile_support one is a bit bigger than just the configure.ac since the submitter adviced that config.h got included in all C source files before the standard includes,
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello. Attached are some patches that some Debian users of vorbis-tools have sent to our BTS over the years (numbers refer to Debian bugs). It'd be nice to see them integrated. They apply cleanly to SVN as of today. The largefile_support one is a bit bigger than just the configure.ac since the submitter adviced that config.h got included in all C source files before the standard includes,
2003 May 18
1
Problems with the pyvorbis Python wrapper under Windows
Hi! The following Python code does what is excepted under Linux: >>> from ogg.vorbis import * >>> com=VorbisFile('01.ogg').comment() >>> com['title']='foo' >>> com.write_to('01.ogg') but under Windows I get the following error: Traceback (most recent call last): File "<stdin>", line 1, in ? IOError: [Errno
2006 Mar 10
1
libflac++ reading vorbis metadata
On 2006-03-09 (Thu) ,at 23:20:50 Josh Coalson wrote: > the vorbiscomments are not in the streaminfo. you want to do: > > FLAC::Metadata::VorbisComment tags; > if (FLAC::Metadata::get_tags("somefile.flac", tags)) { > FLAC::Metadata::VorbisComment::Entry entry = > tags->get_comment(tags->get_num_comments-1); //e.g. last tag > // do something with