Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Lossless Audio Compression
- Date: Sun, 21 May 2006 17:06:25 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Lossless Audio Compression
- References: <ea4e853e0605200054p4b91aa01x822fdff42b057ec8@example.com> <20060520100747.86ac44d1.godwin.stewart@example.com> <20060520101249.e17f88a9.godwin.stewart@example.com> <446EE621.8030607@example.com> <20060520093710.69aef0c5.jep200404@example.com> <20060520155749.f266b5bb.godwin.stewart@example.com> <20060520110054.6a9418f4.jep200404@example.com>
- Organization: The XEmacs Project
- User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b26 (linux)
>>>>> "Jim" == Jim <jep200404@example.com> writes: Jim> Godwin wrote: >> But does really exist? Jim> I don't know much about this. You know more than I. of course it does. For example, this (rather useless) script, scomp[1], is a lossless compressor[sic]: #! /bin/sh echo "This is a SCOMP losslessly compressed file." >$2 echo "To decompress, use 'tail +2 $2 >EXPANDED'." >>$2 cat $1 >> $2 # no bugs, never fails! exit (0) It just has a larger set of files for which it gets negative compression than the more common formats do. (Hint "touch borkborkbork; gzip -v9 borkborkbork; ls -s borkborkbork.gz".) Jim> Of course, classic lossless codecs such as gzip, compress, Jim> zip, bzip2 are reliably lossless, but since they are not Jim> tailored for audio, have low compression rates for audio. I will hazard a guess that the real problem with bzip2 (and there's an even better generic compressor out there, I forget what it's called, which would have the same problem) is processing time, not size. I suppose you could get some benefit by doing a block-sorting algorithm on bitstreams rather than byte streams, too, but there's no way that waiting for bzip2 to finish would be acceptable for most rippers. Footnotes: [1] a Gold Star if you can figure out why SCOMP. -- School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.
- References:
- [tlug] OGG & MP3
- From: Lyle H Saxon
- Re: [tlug] OGG & MP3
- From: Godwin Stewart
- Re: [tlug] OGG & MP3
- From: Godwin Stewart
- Re: [tlug] OGG & MP3
- From: Lyle (Hiroshi) Saxon
- [tlug] CD Ripping and Compression Quality (was OGG & MP3)
- From: Jim
- Re: [tlug] OGG & MP3
- From: Godwin Stewart
- [tlug] Lossless Audio Compression (was CD Ripping and Compression Quality)
- From: Jim
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] OGG & MP3
- Next by Date: [tlug] Starting a program when logging in
- Previous by thread: [tlug] Lossless Audio Compression (was CD Ripping and Compression Quality)
- Next by thread: Re: [tlug] OGG & MP3
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links