Re: cdda2wav giving more than 700 MB of wav files
From: Brendon Lloyd Higgins (bh_doc_at_users.sourceforge.net)
Date: 06/24/05
- Previous message: Paul Johnson: "Re: cdda2wav giving more than 700 MB of wav files"
- In reply to: H. S.: "cdda2wav giving more than 700 MB of wav files"
- Next in thread: H. S.: "Re: cdda2wav giving more than 700 MB of wav files"
- Reply: H. S.: "Re: cdda2wav giving more than 700 MB of wav files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Fri, 24 Jun 2005 14:56:36 +1000
H. S. wrote (Friday 24 June 2005 8:23 am):
> While making a backup a music CD, I noticed that I am getting around
> 728MB of wav files from the original.
If I understand the process correctly, this is entirely normal. You see, a
given CD can either have up to 700MB of data or up to 80mins of audio. But
80mins of audio equates to 807.5MB of data!
The reason for this is that in data mode a whole bunch of error-checking data
is interspersed with the real data on the CD, and naturally the
error-checking data takes up space. In audio mode this error-checking data is
considered unnecessary and is not used, freeing space for more audio. If you
were to add in the same error-checking to an audio CD you'd lose more than 10
minutes of available audio time.
The quality flag of cdda2wav probably has no relation to the file size. WAV is
a raw, uncompressed file type, so the size of a wav file for a given duration
of audio is exactly predictable, (44100 samples/sec, 2 channels, 2
bytes/channel/sample. The size in bytes is then 44100 * 2 * 2 * duration in
seconds.) If you want something smaller you'll have to look into some sort of
compressed format. If for your purposes a lossy format is adequate, I'd
suggest Ogg Vorbis. Otherwise, FLAC might be good (though it is larger than
Vorbis, they're both smaller than WAV).
Hope that helps,
Brendon
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: stored
- Previous message: Paul Johnson: "Re: cdda2wav giving more than 700 MB of wav files"
- In reply to: H. S.: "cdda2wav giving more than 700 MB of wav files"
- Next in thread: H. S.: "Re: cdda2wav giving more than 700 MB of wav files"
- Reply: H. S.: "Re: cdda2wav giving more than 700 MB of wav files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|