From: Kadinger Andras <bandit@freeside.elte.hu>
To: linux-sound@vger.kernel.org
Subject: Re: MP3 encoder under Linux
Date: Mon, 26 Oct 1998 17:54:20 +0000 [thread overview]
Message-ID: <marc-linux-sound-90942940501987@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-90938899516313@msgid-missing>
Hello Alexis,
On Mon, 26 Oct 1998, Alexis DOMJAN wrote:
> Under Windows I found a program that is able to convert an Audio CD track
> which is 3 minutes long in 2 minutes! And the quality is excellent...
Hmm, there is a lossless huffman encoding step in Layer 3; however, to
extract even the 'last percent of quality' possible, some encoders do an
exhaustive huffman search to find the absolute best compression
parameters. This does not influence sound quality directly, but it can
improve it indirectly, by providing for better compression, thus leaving
more bits for next frames - remember, the threshold for throwing away
'negligible' sound parts is constantly readapted according to the bits
used up by previous frames.
The quality improvement gained by this method is probably negligible at
128kbit/s or higher bitrates. However, it can help much more esp. for the
lowest bitrates, so that doing it there is usually worth the time spent
on it.
If I switch off huffman search on my mp3encdemo, encoding speeds up
perhaps to 6-10 times the original speed. Although I haven't conducted
extensive tests, my impression was that at 128kbit/s there was no audible
difference - YMMV though, as with all perceptual compression methods.
Hope, this helps,
Sincerely,
Andras Kadinger
bandit@freeside.elte.hu
prev parent reply other threads:[~1998-10-26 17:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
1998-10-26 8:02 MP3 encoder under Linux Alexis DOMJAN
1998-10-26 14:56 ` Alexis DOMJAN
1998-10-26 17:54 ` Kadinger Andras [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-90942940501987@msgid-missing \
--to=bandit@freeside.elte.hu \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox