Displaying 11 results from an estimated 11 matches for "addskel".
Did you mean:
addkey
2007 Oct 02
1
tool to add skeleton (was Re: Re: Peer review draft for the new)
...unctions (in his
> vorbis-tools branch). I just haven't found an
> afternoon to do it yet.
Yes, that would be a good tool :-)
anxenc does a similar thing, but poorly -- it rebuilds the file from
its packets, and usually ends up quite a bit bigger; it also adds a
CMML track.
"hogg addskel" does what we want, you can get hogg from
http://www.kfish.org/software/hogg
However, it's a lot slower than an oggz version would be (due to my
poor Haskell optimization skills, not due to the choice of language
;-)
sorry that I haven't made a point of keeping the functionality of
og...
2007 Oct 02
1
tool to add skeleton (was Re: Re: Peer review draft for the new)
...unctions (in his
> vorbis-tools branch). I just haven't found an
> afternoon to do it yet.
Yes, that would be a good tool :-)
anxenc does a similar thing, but poorly -- it rebuilds the file from
its packets, and usually ends up quite a bit bigger; it also adds a
CMML track.
"hogg addskel" does what we want, you can get hogg from
http://www.kfish.org/software/hogg
However, it's a lot slower than an oggz version would be (due to my
poor Haskell optimization skills, not due to the choice of language
;-)
sorry that I haven't made a point of keeping the functionality of
og...
2007 Dec 07
0
HOgg 0.3.0 Released
...LAC, OggPCM, Speex, Theora
and Vorbis media codecs, and can read and write Ogg Skeleton bitstreams.
[0] Oggz: http://www.annodex.net/software/liboggz/index.html
[1] RFC3533: http://www.ietf.org/rfc/rfc3533.txt
New in this release
-------------------
The hogg tool contains new subcommands: chop, addskel and list-codecs.
Additionally, subcommands for inspecting streams (hogg dump, hogg pagedump)
can now take start and end time options.
$ hogg help chop
chop: Extract a section (specify start and/or end time)
Usage: hogg chop [options] filename ...
Examples:
Extract the first minute of file.ogg:...
2007 Dec 07
0
HOgg 0.3.0 Released
...LAC, OggPCM, Speex, Theora
and Vorbis media codecs, and can read and write Ogg Skeleton bitstreams.
[0] Oggz: http://www.annodex.net/software/liboggz/index.html
[1] RFC3533: http://www.ietf.org/rfc/rfc3533.txt
New in this release
-------------------
The hogg tool contains new subcommands: chop, addskel and list-codecs.
Additionally, subcommands for inspecting streams (hogg dump, hogg pagedump)
can now take start and end time options.
$ hogg help chop
chop: Extract a section (specify start and/or end time)
Usage: hogg chop [options] filename ...
Examples:
Extract the first minute of file.ogg:...
2008 Dec 23
2
HOgg Release 0.4.1
...om an Ogg file (default: all)
reconstruct Reconstruct an Ogg file by doing a full packet demux
Editing:
chop Extract a section (specify start and/or end time)
merge Merge, interleaving pages in order of presentation time
sort Rewrite with correct page ordering
addskel Write a Skeleton logical bitstream
Miscellaneous:
known-codecs List codecs known by this version of hogg
Please report bugs to <ogg-dev at xiph.org>
New subcommand man
------------------
$ hogg help man
man: Generate Unix man page for a specific subcommand (eg. "hogg man ch...
2008 Dec 20
0
Christmas tree
...leep could have a look, it would be grand.
> It's Theora+Vorbis+Speex+Kate+CMML. It has no skeleton as
> oggz merge doesn't generate one, unfortunately.
right, oggz merge doesn't yet generate / merge skeleton :-(
hogg merge does.
we were talking some time ago about an "oggz-addskel" tool for simply
adding skeleton to an arbitrary file. We don't have that, but I just
realized that oggz-chop without any options will do exactly that:
$ oggz chop christmas-tree.ogv -o c-sk.ogv
$ oggz info -a c-sk.ogv | gmail-attach
[attached]
Conrad.
-------------- next part ----------...
2006 Dec 05
0
HOgg 0.2.0 Released
...Ogg file
dumpraw Dump raw (unparsed) page data
Extraction:
rip Rip selected logical bistreams from an Ogg file (default: all)
reconstruct Reconstruct an Ogg file by doing a full packet demux
Editing:
merge Merge, interleaving pages in order of presentation time
addskel Write a Skeleton logical bitstream
Source
------
Source code is available from the darcs repository at:
darcs get http://snapper.kfish.org/~conrad/software/hogg/
cheers,
Conrad.
2008 Dec 20
3
Christmas tree
Hi,
I've built a christmas tree type of Ogg stream as a kind of torture
test for players. It passes oggz validate, but I had a lot of trouble
to get it right (in particular, the ogg streams to merge had to be
passed in a very specific order on the oggz merge command line
to avoid creating a stream that oggz validate would moan about)
so I'm not confident it's a valid stream, so if
2011 Oct 07
0
HOgg 0.4.1.1 released
...om an Ogg file (default: all)
reconstruct Reconstruct an Ogg file by doing a full packet demux
Editing:
chop Extract a section (specify start and/or end time)
merge Merge, interleaving pages in order of presentation time
sort Rewrite with correct page ordering
addskel Write a Skeleton logical bitstream
Miscellaneous:
known-codecs List codecs known by this version of hogg
Please report bugs to <ogg-dev at xiph.org>
New subcommand man
------------------
$ hogg help man
man: Generate Unix man page for a specific subcommand (eg. "hogg man ch...
2008 Dec 23
0
HOgg Release 0.4.1
...> reconstruct Reconstruct an Ogg file by doing a full packet demux
>
> Editing:
> chop Extract a section (specify start and/or end time)
> merge Merge, interleaving pages in order of presentation time
> sort Rewrite with correct page ordering
> addskel Write a Skeleton logical bitstream
>
> Miscellaneous:
> known-codecs List codecs known by this version of hogg
>
> Please report bugs to <ogg-dev at xiph.org>
>
>
> New subcommand man
> ------------------
>
> $ hogg help man
> man: Generate Unix man...
2008 Mar 24
0
HOgg 0.4.0 Release
...om an Ogg file (default:
all)
reconstruct Reconstruct an Ogg file by doing a full packet demux
Editing:
chop Extract a section (specify start and/or end time)
merge Merge, interleaving pages in order of presentation time
sort Rewrite with correct page ordering
addskel Write a Skeleton logical bitstream
Miscellaneous:
known-codecs List codecs known by this version of hogg
Please report bugs to <ogg-dev at xiph.org>
New subcommand sort
-------------------
$ hogg help sort
sort: Rewrite with correct page ordering
Usage: hogg sort [options] filen...