Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Get optimized audio encodings #35

Closed
onyxfish opened this issue Dec 4, 2013 · 2 comments
Closed

Get optimized audio encodings #35

onyxfish opened this issue Dec 4, 2013 · 2 comments
Assignees
Milestone

Comments

@onyxfish
Copy link
Contributor

onyxfish commented Dec 4, 2013

Last year the music folks provided this when we requested it

@ghost ghost assigned jeremyjbowers Dec 9, 2013
@jeremyjbowers
Copy link
Contributor

Talked with @dannydb about what our process should be. Here's the settings we decided on:

lame -m m -V 4 in-memoriam-v2.wav
oggenc -b 96 -o in-memoriam.ogg --downmix in-memoriam-v2.wav

These pass the patented "DeBelius Test" whereby @dannydb listens and either grimaces (test failed) or does not grimace (test passed).

@onyxfish
Copy link
Contributor Author

CBR encodings:

lame -m m -b 96 in-memoriam.wav
oggenc -m 96 -M 96 -o in-memoriam.ogg --downmix in-memoriam.wav

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants