search for: fisbones

Displaying 20 results from an estimated 31 matches for "fisbones".

Did you mean: fisbone
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
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
2008 Mar 27
0
[PATCH] update fisbone size in ffmpeg2theora
Hi, this updates the sizes of the fisbone ogg_packets after the removal of the x- prefixes. Not tested, don't have ffmpeg on this machine, but compiled nonetheless :) Cheers -------------- next part -------------- A non-text attachment was scrubbed... Name: ffmpeg2theora-fisbone-size.diff Type: text/x-patch Size: 2632 bytes Desc: not available Url :
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,
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"
2009 Sep 22
5
Indexing Ogg files for faster seeking
I've developed an indexer which embeds a keyframe index track in Ogg files. It embeds the index in its own track, so that players that don't understand or don't want to use the index can just ignore it. Ogg needs this to make seeking over networks faster and more efficient. Currently we must do a bisection search when seeking, which usually takes aound 6 HTTP requests, give or
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 Jun 16
2
Header for Kate category
Hi, in a follow up mail with Conrad, I was wondering whether Language-Category would be conflicting with any "standard" namespace, and he suggested I ask on ogg-dev, where people (*cough* Silvia *cough) might have a better view of how to use those. He mentioned the possibility of using X-Language-Category as well. Essentially, I'm not sure if the choice for those fields has any
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:
2014 Sep 04
1
Merging Ogg streams whilst updating the Skeleton?
On Sun, 24 Aug 2014, Silvia Pfeiffer wrote: > It's well possible there are bugs. I don't know when the code was last > updated. The last commit was in May, so it looks like it is being worked on... I've gone ahead and raised three bugs, one for the offset, one for more helpful error messaged, and one for subsequent streams of a given type needing different roles+names.
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
2014 Aug 22
2
Merging Ogg streams whilst updating the Skeleton?
Hi All I'm currently trying to put together an ogg file with two theora streams, a handful of audio streams (probably mixed vorbis and opus), and a Skeleton stream that describes their relationships to each other. I had hoped to be able to use the oggz suite of tools, but I can't seem to get that to work. To generate my theora files, I'm using ffmpeg2theora, which will happily
2008 Mar 24
0
HOgg 0.4.0 Release
...html [1] RFC3533: http://www.ietf.org/rfc/rfc3533.txt New in this release ------------------- The hogg tool contains new subcommands: sort, selfcheck Improved handling of Ogg Skeleton tracks in chop, merge and rip subcommands: * merge: Ensure that the output contains only one Skeleton track. Fisbones from Skeleton tracks of second and subsequent files are copied into the first Skeleton track. * chop: Handle rewriting of Skeleton when chopping files which already have a Skeleton track. Ensure to re-use the existing track serialno and metadata, but rewrite the presentation time...
2006 Aug 10
0
Re: oggzinfo patch for additional skeleton data output.
[cc'd to ogg-dev] Hi Tahseen, thanks, I've checked and applied this patch to liboggz svn (rev 2378): http://trac.annodex.net/changeset/2378 Two requests for further patches: 1. could you please document the -k switch in the --help output, and in the man page (doc/oggzinfo.1.sgml) 2. there's some extra newlines between the info for each track, could you try cleaning that
2007 Sep 08
0
Feedback on XML metadata namespace
Actually, we have been discussing this kind of addressing for a very long time and it was half the point of the Annodex project (see www.annodex.net). What we have defined for addressing is the following: * temporal addressing: http://annodex.net/TR/draft-pfeiffer-temporal-fragments-03.txt Any ogg file can be addresses through temporal offsets. This goes across different logical bitstreams. *
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
2008 Jun 17
0
Header for Kate category
What is Language-Category being used for? Conrad mentioned HTTP headers, which is where the naming scheme for Skeleton came from. Is there any fields in the HTTP headers that would be more appropriately named for your needs? Also, the "X-" naming will make it really safe, because you can choose those at will. The others are more "standard"... Cheers, Silvia. On Mon, Jun 16,
2008 Jul 16
3
oggz-chop crash
On Wed, 2008-07-16 at 13:37 +0900, Conrad Parker wrote: > was this all since 0.9.8? > > If it was a little before that, it may have been an instance of > http://trac.annodex.net/ticket/404 > > otherwise, if you do come across such a case please keep the file and > report it -- it's not easy to find corner cases. if there is a skeleton stream in the file it could be the
2008 Jul 24
2
Zero granule pos
Hi, I've seen several implementations of Ogg demuxing that use a zero granulepos to detect headers. However, I do not recall seeing this in the Ogg docs - is this an abuse that happens to work because Vorbis is timed by end granule, or is it a proper way to check ? Thanks
2008 Feb 17
0
Skeletal relations
Ralph, Conrad, Now that we have ROE as a means to describe a multi-track ogg file - i.e. a means to author Skeleton - I assume this is supposed to describe how we map ROE information into Skeleton through the use of fisbone message header fields, right? In this case I wonder if you have gone over all the current ROE spec and made sure that all this information is either in ROE or easily