Displaying 20 results from an estimated 1000 matches similar to: "Re: oggzinfo patch for additional skeleton data output."
2008 Jun 02
2
[PATCH] oggzinfo: fix a couple leaks
As the title says.
Cheers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: oggzinfo-leaks.diff
Type: text/x-patch
Size: 2591 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/ogg-dev/attachments/20080602/9e045616/attachment.bin
2010 Apr 29
3
Ogg index and Skeleton 4.0
Hi everybody,
I've updated OggIndex to now output Skeleton 4.0 tracks. The differences
between Skeleton 3.x and Skeleton 4.0 with OggIndex is:
* The fisbone packet now includes a "Radix" field.
* The fisbone packet now includes two new compulsory message
headers; "Role" and "Name".
* The fishead packet no longer includes "start time"
2008 Mar 22
2
fishead granule rates
Hi,
What are the two granule rates in a fishead packet supposed to be for ?
Since each of the streams has a corresponding fisbone packet with its own
granulerate in it, and they can be all different, wha does the presentationtime
num/den means ? Also for hte basetime num/den, since the UTC time which
is also present in fishead seems to be a textual representation rather than a
linear count ?
2008 Jan 12
0
Release: liboggz 0.9.6
Oggz 0.9.6 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-comment, oggz-scan and oggz-validate.
liboggz is a C library providing a simple programming interface for reading
and writing Ogg files and streams. Ogg is an interleaving data container
developed by Monty at Xiph.Org, originally to support the Ogg Vorbis
2008 Jan 12
0
Release: liboggz 0.9.6
Oggz 0.9.6 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-comment, oggz-scan and oggz-validate.
liboggz is a C library providing a simple programming interface for reading
and writing Ogg files and streams. Ogg is an interleaving data container
developed by Monty at Xiph.Org, originally to support the Ogg Vorbis
2005 Apr 09
1
Re: oggzinfo buglet
On Sun, Apr 10, 2005 at 01:14:14PM +1000, Conrad Parker wrote:
> On Fri, Apr 08, 2005 at 12:45:08PM -0700, Ralph Giles wrote:
> > Conrad,
> >
> > Small buglet with the 0.9.1 liboggz release (go dude!)
> >
> > http://thaumas.net/~giles/xiph/elphel/clips/elphel_00017.ogg causes a
> > float exception in oggzinfo when it tries to calculate the bitrate. It
2005 Feb 27
0
Cygwin-bug#20050227T2233: liboggz: Missing manual pages - oggzinfo, oggzed, oggzdiff
On Mon, Feb 28, 2005 at 12:38:12AM +0200, Jari Aalto wrote:
> Package: liboggz
> Version: 0.9.0
> Status:
> Severity: normal
>
> [Keep CC if you reply, I'm nt in this list] After porting the package to
> Cygwin, some binaries do not have accompnying manual pages.
sorry, that's a bug in src/tools/Makefile.am
oggzed and oggzinfo shouldn't (yet) be installed, and
2014 Aug 24
0
Merging Ogg streams whilst updating the Skeleton?
It's well possible there are bugs. I don't know when the code was last updated.
Also, I am not sure if there are command-line parameters to set the
role - I would think there are.
I don't actually have these tools in use right now, sorry.
I hope somebody else can help.
Silvia.
On Sun, Aug 24, 2014 at 5:21 PM, Nick Burch <ogg at gagravarr.org> wrote:
> On Sat, 23 Aug 2014,
2005 Apr 08
2
oggzinfo buglet
Conrad,
Small buglet with the 0.9.1 liboggz release (go dude!)
http://thaumas.net/~giles/xiph/elphel/clips/elphel_00017.ogg causes a
float exception in oggzinfo when it tries to calculate the bitrate. It
fails to measure the duration and tries to divide by zero. :)
There may well be something wrong with the file, although oggz-validate
doesn't complain.
Also, the configure script
2006 Oct 09
1
Vorbis primitive API examples (LONG)
Okay, how do I drop a changeset/patchset/tag for you folks from SVN?
At this point, I have written three examples of how to use the basics of
the ogg streaming and decoding in Tremor. I heartily welcome any
suggestions, improvements and corrections that you can point out in the
code.
The examples required me to make some small modifications to the main
tremor library. However, the changes
2014 Aug 24
2
Merging Ogg streams whilst updating the Skeleton?
On Sat, 23 Aug 2014, Silvia Pfeiffer wrote:
> I would merge them with oggz-merge without skeleton and then add
> skeleton using oggindex e.g.
> http://git.xiph.org/?p=OggIndex.git;a=summary . (oggindex is also
> available from http://firefogg.org/nightly/ )
Ah, that looks like the tool I was looking for! Nearly there now...
With a theora+speex file, or a theora+opus file, it
2008 Jun 16
2
[PATCH] tweaks to the kate properties reported by oggzinfo
Hi,
Language should be Content-Language to match other uses,
and while there I think Category might as well become Content-Category
too, though this one doesn't "exist" AFAIK. I'm pretty sure these things
come from some standard, but I have no idea where, so if you know,
feel free to point my in the right direction.
Cheers
-------------- next part --------------
A non-text
2005 Feb 27
3
Cygwin-bug#20050227T2233: liboggz: Missing manual pages - oggzinfo, oggzed, oggzdiff
Package: liboggz
Version: 0.9.0
Status:
Severity: normal
[Keep CC if you reply, I'm nt in this list] After porting the package to
Cygwin, some binaries do not have accompnying manual pages.
...
.inst/usr/share/man/man1/oggzdump.1.gz
.inst/usr/share/man/man1/oggzdiff.1.gz
.inst/usr/share/man/man1/oggzmerge.1.gz
.inst/usr/share/man/man1/oggzrip.1.gz
.inst/usr/include
.inst/usr/include/oggz
2014 Aug 23
2
Merging Ogg streams whilst updating the Skeleton?
On Sat, 23 Aug 2014, Silvia Pfeiffer wrote:
> What does oggz-info tell you about the file when you've merged it
> (without skeleton)? It may say that there are two logical video
> bitstreams, because they've come from different files. So, two
> skeletons may actually be correct.
There should be (and are) two logical video streams - I'm trying to create
a file with a
2006 Aug 02
1
[PATCH] skeleton support for speexenc and speexdec
Hi,
I have done some code cleanup of my speexenc patch for skeleton
support. Also a warning message have been added to let the users know
that some decoders may fail with skeleton output enabled.
The speexdec patch enables speexdec to play skeleton enabled speex file.
Thanks in advance for the feedbacks.
--tahseen
-------------- next part --------------
A non-text attachment was scrubbed...
2006 Jul 19
1
Skeleton output support in speexenc
Hi,
I just added skeleton meta data output support in speexenc. The option
is disabled by default and can be enabled using -k or --skeleton. I'm
using a very simple skeleton API for handling skeleton packet
generation which is contained in skeleton.h & skeleton.c.
Please check the patch and whether xine/mplayer/quicktime and other
players support the skeleton enabled speex file. At the
2006 Aug 08
1
[PATCH] updated skeleton support for speexenc
Hi,
Jean it was indeed an error on my part. Its fixed in this update.
Also skeleton API has been updated.
Thanks for catching the bug.
--tahseen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speexenc-skeleton.patch
Type: text/x-patch
Size: 17115 bytes
Desc: not available
Url :
2009 Apr 10
0
Oggz 0.9.9 Release
Oggz 0.9.9 Release
------------------
Oggz comprises liboggz and the tool oggz, which provides commands to
inspect, edit and validate Ogg files. The oggz-chop tool can also be
used to serve time ranges of Ogg media over HTTP by any web server that
supports CGI.
liboggz is a C library for reading and writing Ogg files and streams.
It offers various improvements over the reference libogg,
2005 Feb 09
1
Trying to do windows encoding dll
Hi everybody, me again.
I'm trying to write my own VFW-like dll... It doesn't need to do much.
1.) compress a single frame and give it back to the host application
2.) host applications sends the frame
3.) client application receives frame
4.) client application tells the dll to decompress the data
So if I try to do this, something is going wrong...
Perhaps someone could have a look at my
2014 Aug 23
0
Merging Ogg streams whilst updating the Skeleton?
Oh, sorry, I completely misunderstood. You want to make them
time-parallel streams!
I would merge them with oggz-merge without skeleton and then add
skeleton using oggindex e.g.
http://git.xiph.org/?p=OggIndex.git;a=summary .
(oggindex is also available from http://firefogg.org/nightly/ )
Hope that helps.
Silvia.
On Sat, Aug 23, 2014 at 3:35 PM, Nick Burch <ogg at gagravarr.org> wrote: