New "MP3 100% Compatible" Logo For DRM-Free Music
Sockatume writes "A coalition of seven UK digital music stores have created a logo for DRM-free, MP3 music. The 'MP3: 100% Compatible' logo allows the stores to emphasize the advantages of the format, namely that MP3 files will run on any device and won't keel over and die as DRM-laden files are wont to. The BPI — the UK equivalent of the RIAA — is backing the scheme, emphasizing that it will also allow users to identify legitimate stores."
I'd imagine that would send the wrong message in India.
Fool me once, shame on you. Fool me twice, watch it -- I'm huge!
Anecdotal evidence, sure, but I travel most of the year and offer to share music with a lot of people I meet. Most of my collection is in FLAC, and I'm amazed at how many people I come across with limited computing skills are still open to getting files in such a format, "Lossless, CD audio-identical? Free codecs? Cool." While the lack of support is a problem in portable devices like iPods, I'm not sure there's that much resistence to Vorbis/FLAC/what have you among people who play their music off a desktop or laptop.
MP3 is supported on more handheld players and integrated chipsets that's why. It may not be the best compression scheme as there have been some great developments in psychoacoustics in the last 15 years, but MP3 just works.
Also, don't worry about Fraunhofer/Thomson. The patents are gonna expire in a couple years and none of the big companies have sued anyone for using LAME yet: http://en.wikipedia.org/wiki/MP3
Actually, there's a legal, licensed MP3 decoder available for Linux. http://www.fluendo.com/resources/fluendo_mp3.php It's open source (MIT) with binaries approved by Fraunhofer available. So you're OK even if you do stick strictly to all patent law, live in a country where such law applies to software, and require source to all code running on your system (above BIOS/firmware level).
http://en.wikipedia.org/wiki/Swastika#Hinduism
Flac, then. Turns into mp3 or ogg easily enough, and is open and unpatented.
Don't thank God, thank a doctor!
I could download a codec for [.ogg] if I cared
Hi. I'm mister pedantic.
Ogg is a container format, meaning you can stick audio and video data inside ogg files much the same way you can files into a zip file. Except that zip has features to enable corruption detection and ogg has features to enable corruption handling (find next magic number, continue from there). Also, Ogg is streaming friendly, zip puts the data first and all the inode-like data last.
The ogg container format is most typically used with Vorbis sound and Theora video. There's also a Speex audio codec optimized for human voices (as opposed to "all sound").
Similarly, AVI is a container format [AVI = Audio Video Interlace], often storing mpeg data I'm told. Other container formats include Matroska (.mkv).
See wikipedia if you lack something to nerd out over :)