search for: oggindex

Displaying 20 results from an estimated 25 matches for "oggindex".

2010 Jun 02
3
Fwd: Skeleton 4.0 draft, help with Dirac fields please!
On 31 May 2010 20:51, Chris Pearce <chris at pearce.org.nz> wrote: > Ok, thanks Silvia. I'll keep working on OggIndex/Skeleton 4.0 without > the new granulepos fields, and if they're ready in time I'll include > them, otherwise they can wait until Skeleton 4.x. I was waiting for Monty so summarize his ideas too, but from the irc discussion, it sounds like the extra field description is (a) more comp...
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". *...
2010 Mar 11
4
Seek issue in cortado player
...ed converting an h.264 video: ffmpeg2theora tronlegacy-tsr1_480p.mov --seek-index This output the following advisory messages: > Allocated 372 bytes for theora keyframe index, 114 are unused. Rerun with '--theora-index-reserve 258' to encode with the optimal sized theora index, or use OggIndex to re-index. > Allocated 372 bytes for vorbis keyframe index, 59 are unused. Rerun with '--vorbis-index-reserve 313' to encode with the optimal sized vorbis index, or use OggIndex to re-index. So, I re-encoded using the recommended parameters: ffmpeg2theora tronlegacy-tsr1_480p.mov --...
2010 Jun 11
1
Skeleton 4.0 final draft
...uot; and "video_1" on the name? Or is it enforced as parameters on the command line? Cheers, Silvia. On Fri, Jun 11, 2010 at 10:16 AM, Chris Pearce <chris at pearce.org.nz> wrote: > ?Hey all, > > I've created a new wiki.xiph.org page for Skeleton 4 which includes > OggIndex. It's here: > > http://wiki.xiph.org/Ogg_Skeleton_4 > > It would be nice if interested parties could take a look, and make sure > it all makes sense, is coherent, clear etc. > > I removed the new granulepos-related fields we were discussing, until we > can clearly define...
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
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 fails with errors like: Writing output to &...
2010 Mar 09
2
SOC 2010
...is year? The deadline to apply as an organization is Friday the 12th. I know we have not had very high success rate, but it seems there are plenty of small well defined focused area projects that could use some love. Just the ogg-index-migration list for example: http://wiki.xiph.org/index.php/OggIndex-Migration I think we should submit an organization Application, but be strict on what students / projects we accept if any. Any other thoughts? peace, --michael
2010 Jun 11
2
Skeleton 4.0 final draft
On 06/10/2010 08:16 PM, Chris Pearce wrote: > I have no plans to change the 'index' packet format further. I have proposed an alternative formulation of the index packet at http://github.com/bemasc/OggIndex/blob/master/Proposed-modified-spec.txt That repository also contains a working implementation of the alternative formulation. I have reviewed the details with Chris extensively. I believe that this formulation (which I have dubbed "Skeleton A-mod" in an effort to avoid confusion) offer...
2010 Jun 11
2
Skeleton 4.0 final draft
On 06/10/2010 09:25 PM, Chris Pearce wrote: > I looked at Benjamin's proposal, it does indeed produce much better > compression. However I decided not to use it because I felt it was too > complex. For the record, the Skeleton 4.0, as implemented by OggIndex, currently requires a multi-round iteration to produce. The encoder produces the index, then shifts the file content downstream to make room for the index packet ... but doing so changes the byte offsets, forcing the index to be recalculated. This potentially changes the length of the index, which...
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: > On Sat, 23 Aug 2014, Silvia Pfeiffer wrote: >> What does oggz-i...
2014 Aug 24
0
Merging Ogg streams whilst updating the Skeleton?
...e 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, 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 fails with errors &...
2010 Feb 05
5
ffmpeg2theora 0.26 released
ffmpeg2theora 0.26 is out - http://v2v.cc/~j/ffmpeg2theora Some changes that went into this release: * use a/v sync from input container this should fix many issues that came up with variable framerates * include metadata from source in --info json output * update fmpeg * update libkate * OggIndex support, can be enabled with --seek-index * update GPL to version 3 Source: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.26.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.26 ? Binaries: Linux 32bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux...
2010 Feb 05
5
ffmpeg2theora 0.26 released
ffmpeg2theora 0.26 is out - http://v2v.cc/~j/ffmpeg2theora Some changes that went into this release: * use a/v sync from input container this should fix many issues that came up with variable framerates * include metadata from source in --info json output * update fmpeg * update libkate * OggIndex support, can be enabled with --seek-index * update GPL to version 3 Source: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.26.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.26 ? Binaries: Linux 32bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux...
2009 Sep 22
5
Indexing Ogg files for faster seeking
...ex so that seeking only takes 1 HTTP request. Using an index of keyframes also makes it easier to seek without visual artifacts - though of course robust players should be able to do that in the absence of an index. You can download the source code for my indexer here: http://github.com/cpearce/OggIndex My specification for the index track is stored in that repo, here: http://tinyurl.com/l4c9yg I'd appreciate comments on the spec... To see how it improves network seeking performance, you can download a version of Firefox which can take advantage indexes here: http://pearce.org.nz/video/fir...
2010 Jun 11
0
Skeleton 4.0 final draft
On 11/06/2010 1:06 p.m., Benjamin M. Schwartz wrote: > On 06/10/2010 08:16 PM, Chris Pearce wrote: >> I have no plans to change the 'index' packet format further. > I have proposed an alternative formulation of the index packet at > > http://github.com/bemasc/OggIndex/blob/master/Proposed-modified-spec.txt > > That repository also contains a working implementation of the alternative > formulation. I have reviewed the details with Chris extensively. > I looked at Benjamin's proposal, it does indeed produce much better compression. However I dec...
2010 Jun 01
2
Fwd: Skeleton 4.0 draft, help with Dirac fields please!
On Tue, Jun 1, 2010 at 12:56 PM, Monty Montgomery <monty at xiph.org> wrote: > On Mon, May 31, 2010 at 10:51 PM, Timothy B. Terriberry > <tterribe at email.unc.edu> wrote: >> Chris Pearce wrote: >>> ? Hi Guys & Gals, >>> >>> I need you guys to decide whether we want to include extra granulepos >>> fields to Skeleton 4. Given the
2013 Dec 04
1
possible regression in libogg
...scontinuity at > the very beginning; after the header packets/pages, there are several > missing pages before data starts normally. Whatever generated or > trimmed this file did a ragged job at the beginning. This file was generated long time ago. Not sure for 100% but it was gstreamer + OggIndex. may be ffmpeg2theora. > This isn't an > error, strictly speaking, but it's not completely correct either. > First thing I'd check is whether or not this has tripped up the > seeking code in gstreamer... Or actually, _any_ kind of analysis of > what gstreamer is actuall...
2010 May 11
4
Fwd: Skeleton 4.0 draft, help with Dirac fields please!
On 10 May 2010 23:20, Chris Pearce <chris at pearce.org.nz> wrote: > The granulepos radix was something that Conrad and Ralph were talking about > at FOMS2010. I don't know how it's supposed to be used, or why we need it. > It was supposed to be needed for Dirac? Maybe Ralph or Conrad can remember? > If not, we should remove it. There's no point in adding a poorly
2008 Nov 03
0
No subject
...; resumes several seconds after the paused position. Also, pause and > >> drag the > >> time slider. The slider jumps to a new position after you release > >> the drag > >> rather than where the slider was dragged. > >> > >> Does cortado support OggIndex? > > > > No. The index is a very new addition and is still being worked on. > > Support at the moment is limited to ffmpeg2theora and OggIndex (plus > > patches for Firefox). It is expected that various players will be > > patched to support the index, however. Cortado...
2008 Nov 03
0
No subject
...&gt; drag the<br> &gt;&gt; time slider. The slider jumps to a new position after you release = <br> &gt;&gt; the drag<br> &gt;&gt; rather than where the slider was dragged.<br> &gt;&gt;<br> &gt;&gt; Does cortado support OggIndex?<br> &gt;<br> &gt; No. The index is a very new addition and is still being worked on.<br> &gt; Support at the moment is limited to ffmpeg2theora and OggIndex (plus<b= r> &gt; patches for Firefox). It is expected that various players will be<br> &am...