Encoding DJ Mixes

From Pterodactylus
Revision as of 10:58, 25 June 2015 by Bombe (talk | contribs) (Encoding as Ogg Vorbis: add tags to Ogg file)
(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 -
vorbiscomment -a -t "ARTIST=artist" -t "TITLE=title" -t "DATE=date" -t "GENRE=genre" -t "TRACKNUMBER=1/1" Mix.ogg

Encoding as AAC

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