I have sound juicer installed and I want to rip to vorbis.ogg. Is gstreamer the best encoder for vorbis or is there a better encoding engine I should use.
The default gstreamer profile is
audio/x-raw-float,rate=44100,channels=2 ! vorbisenc name=enc quality=0.5 ! oggmux
I am going to raise the quality to 0.7 but thats all nothing if gstreamer isn't the best encoder.
Any suggestions for high quality ripping?
Edit: a good answer to this will also be the top search result in google for "best vorbis encoding engine".
Double Edit: It appears oggenc itself is the best encoder which rules out using sound juicer to rip cd's as it uses gstreamer. I have installed oggenc and am testing the command ripper abcde. Found a good configuration for it here oggenc config for abcde
Some people prefer an AoTuV tuned oggenc & in some cases the shared vorbis libs.
If you're on 11.04 or higher it's quite simple in a number of ways, eariler than 11.04 requires some workarounds.
This thread in UF concerns this over a period of time, there are methods for 10.04 thru 11.10 though 10.04 & 10.10 haven;t been updated for current AoTuV
http://ubuntuforums.org/showthread.php?t=1137670
For the moment just concerning 11.04/11.10 & probably 12.04
The easiest method is in post 40, it builds new shared libvorbis* & replaces your current ones in /usr. You can use your current oggenc & likely a gstreamer encoder thru libvorbis*. Very simple to do.
An alternate method is to build a static AoTuV to /usr/local & then also build vorbis-tools off of it. This provides an oggenc that has built-in AoTuV support & provides static libs/headers for vlc/ffmpeg if building those. Myself prefer the latter method for various reasons.
So for the latter method i'll copy here, currently post 61
To start remove your current vorbis-tools package, then open a terminal
.
This is 1 complete command, copy & paste
Finish up with, again one command
If you have no intention of building ffmpeg and or vlc then you can now remove the aotuv-vorbis package, it's no longer needed, *the first package built
Use oggenc as normal or thru apps that use it like abcde, rubyripper, soundkonverter
oggenc --help can prove useful, use ogginfo /path to whatever.ogg to ck.
Ex. from simple -q 9 parameter -