Encoding DJ Mixes

From Pterodactylus
Revision as of 06:57, 20 January 2012 by Bombe (talk | contribs) (Create page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

For maximum compatibility with the world’s shitty browser mess DJ mixes should be encoded in three formats: MP3, Ogg Vorbis, and AAC.

Encoding as MP3

flac -cd Mix.flac | lame --preset standard -q 0 -p - Mix.mp3

Encoding as Ogg Vorbis

flac -cd Mix.flac | oggenc -q 5 -o Mix.ogg -

Encoding as AAC

flac -cd Mix.flac | faac -w -q 125 -o Mix.m4a -