diff options
author | slakmagik <jsun@freeshell.org> | 2010-05-11 20:01:24 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:01:24 +0200 |
commit | 79a6eae28c8af6827ad1730c2b50d569af2e51cf (patch) | |
tree | 32738859dc531fedec848c9f4c368c67caec39a5 /multimedia/shorten/README | |
parent | d89427c9759e06b533d7e7d342f3bceccab7fcf9 (diff) |
multimedia/shorten: Added to 12.0 repository
Diffstat (limited to 'multimedia/shorten/README')
-rw-r--r-- | multimedia/shorten/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/shorten/README b/multimedia/shorten/README new file mode 100644 index 0000000000000..875c946596366 --- /dev/null +++ b/multimedia/shorten/README @@ -0,0 +1,9 @@ +shorten reduces the size of waveform files (such as audio) using +Huffman coding of prediction residuals and optional additional +quantisation. In lossless mode the amount of compression obtained +depends on the nature of the waveform. Those composing of low +frequencies and low amplitudes give the best compression, which may +be 2:1 or better. Lossy compression operates by specifying a minimum +acceptable segmental signal to noise ratio or a maximum bit rate. Lossy +compression operates by zeroing the lower order bits of the waveform, +so retaining waveform shape. |