Welcome to the Rockbox Technical Forums!
I was looking at the iPodRuntime in the wiki (found here: http://www.rockbox.org/twiki/bin/view/Main/IpodRuntime) and I already knew there were differemt types of mp3, but what are there differances.
Also if I import albums using MP3 VBR ~160kbps using iTunes, what codec am I using.
Also if I import an ablum using 128kbps AAC, what codec am I using?
Quote from: GuitarRocker2562 on August 20, 2006, 12:11:24 AMI was looking at the iPodRuntime in the wiki (found here: http://www.rockbox.org/twiki/bin/view/Main/IpodRuntime) and I already knew there were differemt types of mp3, but what are there differances.The differences are in the bitrate and (to a lesser extent) in the actual program doing the encoding. This is really a topic better addressed by the Hydrogen Audio Forums. Your (basic) choices are between a Constant Bit Rate (CBR), and a Variable Bit Rate (VBR).CBR is the older way of doing things, regardless of the audio content a fixed number of bits per second get spent encoding the audio. This gives you the advantage of maximum compatibility, and easy to calculate file sizes.VBR is the newer (but not that new) way of doing things. The encoder (within set limits) spends as many bits as it feels are needed to encode to a certain quality level. The result is a much higher quality to filesize ratio, since bits aren't wasted encoding silence or square waves, and the encoder is free to use lots of bits to encode difficult samples.Quote from: GuitarRocker2562 on August 20, 2006, 12:11:24 AMAlso if I import albums using MP3 VBR ~160kbps using iTunes, what codec am I using. MP3 (of the VBR variety). The LAME encoder is widely considered to make superior encodings (bitrate to bitrate) to the encoder used by itunes.Quote from: GuitarRocker2562 on August 20, 2006, 12:11:24 AMAlso if I import an ablum using 128kbps AAC, what codec am I using?AAC - a much newer MPEG audio codec, while the format has much greater potential than MP3, encoder technology is not as mature, so real-world results are not as impressive (yet) as they could be. Rockbox on the iPod has trouble with AAC bitrates above 128.
Page created in 0.213 seconds with 21 queries.