Displaying 2 results from an estimated 2 matches for "sholm".
Did you mean:
holm
2007 Sep 03
1
FLAC: compressing data
...well. The compression algorithm you
use should really be tailored to the application for which you need it, but
any input will work.
I checked this on a pdf file:
flac --force-raw-format --endian=little --channels=2 --bps=24 --sample-rate=24000 --sign=unsigned
Arsene\ Lupin\ contre\ Herlock\ Sholmes.pdf
The values you choose for channels etc are purely arbitrary, but will affect
the compression (I got a ratio of 1.004, only slightly larger than the
input).
To decompress:
flac -d --force-raw-format --endian=little --sign=unsigned Arsene\ Lupin\
contre\ Herlock\ Sholmes.flac -o test.pdf...
2007 Sep 03
3
FLAC: compressing data
hi
can the flac encoder be used to compress non-wave data? So suppose I rename
a data file to *.wav, can i compress it then using the flac encoder to make
it smaller?
just wondering if this is possible
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20070903/b3091c47/attachment.html