similar to: [PATCH] oggmerge, various

Displaying 20 results from an estimated 2000 matches similar to: "[PATCH] oggmerge, various"

2001 Sep 03
3
oggmerge working, Ogg MIDI is here
Ok guys, I just committed the Ogg MIDI code to ogg-tools/oggmerge. You can now make synced vorbis+midi Oggs, but there is (not yet anyway) a tool to play such files. Have a look at the code, and let me know if you see anything major. Adding new media types for merging should be trivial, and you already have two examples (the vorbis one is VERY simple and the MIDI one is much more complicated)
2008 Mar 20
2
[PATCH] oggmerge, various
On 18/03/2008, Ivo Emanuel Gon?alves <justivo@gmail.com> wrote: > On 3/17/08, ogg.k.ogg.k@googlemail.com <ogg.k.ogg.k@googlemail.com> wrote: > > I'm not sure how to go about testing whether they're correct, > > I know of no tools that check this. > > > From the oggztools, oggz-validate should check properly for any errors. should, but doesn't
2008 Jul 07
2
oggz tool renames
Hi, After lots and lots of requests, I went through and changed all the tool names in oggz so that they contain hyphens: http://trac.annodex.net/changeset/3627 That patch touches the names of built executables, references to them in docs and scripts (ie. oggz-dump is called by oggz-diff) etc. There's lots of little places where the tool names appear, so please test against the current oggz
2008 Jul 04
2
Oggz 0.9.8 Released
Oggz 0.9.8 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip, oggz-chop, oggz-comment, oggz-scan, oggz-sort and oggz-validate. oggz-chop can be used to serve time ranges of Ogg media over HTTP by any web server that supports CGI. liboggz is a C library providing a simple programming interface for reading and writing Ogg
2008 Jul 04
2
Oggz 0.9.8 Released
Oggz 0.9.8 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip, oggz-chop, oggz-comment, oggz-scan, oggz-sort and oggz-validate. oggz-chop can be used to serve time ranges of Ogg media over HTTP by any web server that supports CGI. liboggz is a C library providing a simple programming interface for reading and writing Ogg
2008 Mar 28
0
[PATCH] oggmerge, various
To provide you with a proper answer, I'd have to read what you do to the text data to encode it in binary. Haven't got the time for that right now, sorry. But if it is some binary encoding and not just a gzip-type compression, maybe application/x-kate may indeed be appropriate. This would however mean that some specialised application is required to decode the data. I might spend some
2008 Mar 28
0
[PATCH] oggmerge, various
If you look at http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions right at the bottom is a description of what the codecs without container format are called. CMML as a timed text codec has a mime type of text/cmml. Similarly, the textual representation of Kate should be text/x-kate. When you encode Kate in Ogg, it would not normally be expected to come without audio or video. Thus, if
2008 Mar 11
1
Ordering pages by granulepos or presentation time
Hi, I'm hacking on and off on oggmerge (from ogg-tools). I've added support for Theora, Speex, and Kate, as well as a few other fixes and changes. Now, I've got an issue relating to the ordering of pages as done by oggmerge, and the way oggz-validate tests for presentation time ordering. oggmerge, when deciding what timestamp to assign to a page, uses the previous page's
2008 Mar 28
3
[PATCH] oggmerge, various
> container format are called. CMML as a timed text codec has a mime > type of text/cmml. Similarly, the textual representation of Kate > should be text/x-kate. Agree, as both of these are text. > When you encode Kate in Ogg, it would not normally be expected to come > without audio or video. Thus, if it's an audio file, it should be > video/ogg - for a video file it should
2008 Mar 28
1
[PATCH] oggmerge, various
> To provide you with a proper answer, I'd have to read what you do to > the text data to encode it in binary. Haven't got the time for that > right now, sorry. But if it is some binary encoding and not just a > gzip-type compression, maybe application/x-kate may indeed be > appropriate. This would however mean that some specialised application > is required to decode the
2008 Mar 28
2
[PATCH] oggmerge, various
> I'm testing this. Meanwhile, a brief question, do you really want > Kate's media type to be "application" as opposed to "text"? Thanks. About the media type, my understanding was that text was for actual text, not binary that could be decoded into text. If you think another would be more appropriate, please tell which. If it would be text/x-kate, I'd see
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
2008 Mar 27
0
[PATCH] oggmerge, various
I'm testing this. Meanwhile, a brief question, do you really want Kate's media type to be "application" as opposed to "text"? -Ivo
2005 Apr 08
0
Oggz 0.9.1 Release
Oggz 0.9.1 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip 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 audio format. This
2005 Apr 08
0
Oggz 0.9.1 Release
Oggz 0.9.1 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip 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 audio format. This
2009 Jan 30
2
Delayed pages ?
Hi all ! I am experiencing a strange issue with the theora encoding process. Apparently, when I put packets into the ogg stream, the pages are not returned immediately by ogg_stream_pageout. What happens seems that I get several pages at once later. This causes me trouble since then the pages are not properly placed with the other vorbis audio pages, leading to warnings in oggz-validate,
2008 Feb 15
1
Oggz 0.9.7 Release
Oggz 0.9.7 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip, oggz-comment, oggz-scan, oggz-sort 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
2008 Feb 15
1
Oggz 0.9.7 Release
Oggz 0.9.7 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip, oggz-comment, oggz-scan, oggz-sort 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
2006 Mar 12
0
liboggz 0.9.5 Release
Oggz 0.9.5 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip, 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 audio format.
2006 Feb 09
2
oggpcm2 sample rate
Hi, although the OggPCM2 draft states that it is a work in progress, it also states that the main points of contention are in optional headers. I'd like to add OggPCM2 seeking support to liboggz, which will also display correct timestamps in oggzdump and allow oggz-validate to run on OggPCM2 files for testing, while implementations are being developed. In order to do this, only the Main