search for: hogg

Displaying 20 results from an estimated 52 matches for "hogg".

Did you mean: hog
2008 Dec 23
2
HOgg Release 0.4.1
HOgg 0.4.1 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the fourth public release. The focus is on correctness of O...
2008 Dec 23
0
HOgg Release 0.4.1
Here's some instructions for installing hogg on a current Ubuntu 8.10 (or Debian unstable? testing?) system, ie. if you don't already have haskell's cabal system installed: $ sudo apt-get install ghc6 $ wget http://hackage.haskell.org/packages/archive/cabal-install/0.6.0/cabal-install-0.6.0.tar.gz $ tar zxf cabal-install-0.6.0.tar.gz...
2011 Oct 07
0
HOgg 0.4.1.1 released
HOgg 0.4.1.1 Released --------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the fifth public release. The focus is on correctness o...
2007 Dec 07
0
HOgg 0.3.0 Released
HOgg 0.3.0 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the second public release. The focus is on correctness of O...
2007 Dec 07
0
HOgg 0.3.0 Released
HOgg 0.3.0 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the second public release. The focus is on correctness of O...
2008 Mar 24
0
HOgg 0.4.0 Release
HOgg 0.4.0 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the third public release. The focus is on correctness of Og...
2006 Dec 05
0
HOgg 0.2.0 Released
HOgg 0.2.0 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. http://snapper.kfish.org/~conrad/software/hogg/ This is the initial public release. The focus is on correctness of Ogg parsing and production. The ca...
2009 Jun 25
0
Fixing ogg vorbis corruption caused by bad metadata
2009/6/26 Adam Rosi-Kessel <adam at rosi-kessel.org>: > Can I fix the checksum with a hex editor? I just realized that the hogg tools will fix the CRC issues (by design accident: hogg ignores the CRC on reading but sets it correctly on writing). "hogg rip" rewrites the pages (fixing the CRC), and "hogg reconstruct" also rewrites the I've uploaded the outputs of these, run on unfixed_corrupted.ogg, t...
2009 Jun 25
2
Fixing ogg vorbis corruption caused by bad metadata
Can I fix the checksum with a hex editor? Sent from my iPhone On Jun 25, 2009, at 3:23 PM, Monty Montgomery <monty at xiph.org> wrote: > Confirmed--- the checksum on the second page (the comment page where > the album art was added) is incorrect. Vorbis players are not allowed > to decode any stream in which one of the setup headers is corrupt, and > a bad checksum counts as
2008 Dec 23
1
HOgg Release 0.4.1
Conrad Parker wrote: > Here's some instructions for installing hogg on a current Ubuntu 8.10 > (or Debian unstable? testing?) system, ie. if you don't already have > haskell's cabal system installed: > > $ sudo apt-get install ghc6 > $ wget http://hackage.haskell.org/packages/archive/cabal-install/0.6.0/cabal-install-0.6.0.tar.gz > $ tar...
2007 Oct 02
1
tool to add skeleton (was Re: Re: Peer review draft for the new)
...ing functions (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 functionali...
2007 Oct 02
1
tool to add skeleton (was Re: Re: Peer review draft for the new)
...ing functions (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 functionali...
2009 Jun 18
2
Fixing ogg vorbis corruption caused by bad metadata
...have backups. I have noticed a handful of unresolved threads about ogg corruption on various message boards, so I suspect I am not alone in having, for one reason or another, unplayable oggs. I have tried rewriting the files with oggz-sort (both last release and latest from git) and also with hogg reconstruct (including latest version built from source). I have also tried dumping the files with oggz-dump and swapping in either packetno 1 or 1,2 or 1,2,3 from a known good ogg file, replacing the serialnos, and then recreating the ogg with oggz-dump -r. None of these changes work. vlc will...
2017 Jun 19
0
quantreg::rq.fit.hogg crashing at random
Dear all, I am using the "rq.fit.hogg" function from the "quantreg" package. I have two problems with it. First (less importantly), it gives an error at its default values with error message "Error in if (n2 != length(r)) stop("R and r of incompatible dimension") : argument is of length zero". I solv...
2010 Jan 21
2
Oggs/ Speex check sum tool
Hi Is there a tool to verify and fix the checksum in a Speex file. I have seen somewhere a tool like "hoog.." Were can I get it Thanks for your time Saju -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100120/79e209ad/attachment.htm
2009 Jun 18
0
Fixing ogg vorbis corruption caused by bad metadata
Hi, (I was discussing this with Adam earlier today, and he has also mailed vorbis at xiph.org about this issue in March). This sounds like it needs a new tool specifically for fixing broken Ogg files. Suggestions so far (tried by Adam, or suggested to him in email/IRC): * oggz-sort, hogg sort These rewrite the file, sorting the pages by presentation time. This usually fixes muxing problems, but will not change the actual page contents, so are of little use here where header data is corrupted. * hogg reconstruct This reconstructs a file "by doing a full packet demux"....
2001 Aug 28
3
df not showing ext3 partition
Is there an updated version of the fileutils df that will show mounted ext3 partitions? I'm using fileutils-4.1. -- Curtis Hogg [buckminst@inconnu.isu.edu] ---------------------------------------------- T-shirt Of The Day: I'm the person your mother warned you about. ---------------------------------------------- Email 1 - buckminst@inconnu.isu.edu Email 2 - buckminst@hotmail.com WWW - [in transit]
2009 Jun 21
2
Fixing ogg vorbis corruption caused by bad metadata
...ums? oggz-validate doesn't seem to do this. If the page checksums >> are okay, then doesn't that suggest the streams are also recoverable? > If the page checksums are bad then the page will get rejected by > libogg, and oggz-validate won't even see it (or its packets). "hogg > dumpraw" will at least show the page CRC and segment table, before > verifying the CRC, which could be useful. Does it actually check the CRC, or is there some way for me to do so? I see the output from hogg dumpraw, but am not sure how to interpret it. In other news, the MediaMonke...
2009 Jun 25
0
Fixing ogg vorbis corruption caused by bad metadata
...lidate doesn't seem to do this. If the page checksums >>> are okay, then doesn't that suggest the streams are also recoverable? >> If the page checksums are bad then the page will get rejected by >> libogg, and oggz-validate won't even see it (or its packets). "hogg >> dumpraw" will at least show the page CRC and segment table, before >> verifying the CRC, which could be useful. > > Does it actually check the CRC, or is there some way for me to do so? I > see the output from hogg dumpraw, but am not sure how to interpret it. > >...
2009 Jun 20
2
Fixing ogg vorbis corruption caused by bad metadata
Adam Rosi-Kessel wrote, on 6/19/2009 3:56 PM: > Conrad Parker wrote, on 6/18/2009 3:15 PM: >> Hopefully at some point the vorbis data in the file becomes valid. >> Perhaps we just need to know the original encoding settings to create >> a new file with valid codebooks and splice them together: oggz-dump -r >> should be ok for that, just take the first 3 packets of the