See the changelog. :)
[rox-ripper.git] / Help / Recipies
blob66f312b2a58b6383eda896f700fd6004fcec0940
2 Rippers
3 ~~~~~~~
4 Commands and parameters for supported ripper commands.
6 cdda2wav:
7         cdda2wav -g -x -H -D/dev/cdrom -A/dev/cdrom -t $T "$F"
9         This is the fastest ripper on my system.  However it takes over the CPU
10         so much that I always run it with 'nice'.
12 cdparanoia:
13         cdparanoia -e $T "$F"
15         The -e parameter is required to get progress reporting from cdparanoia
16         as this generates a lot of extra output, performance is a bit lower.
19 Encoders 
20 ~~~~~~~~
21 These examples also add tags to the file.  You could remove these parameters
22 if you use a separate tagging application.
24 lame:
25         lame --ta "$A" --tt "$S" --tl "$L" --tg "$G" --tn $T --ty $Y "$F.wav" "$F.mp3"
27 oggenc:
28         oggenc -a "$A" -t "$S" -l "$L" -G "$G" -N $T -d $Y "$F.wav" -o "$F.oga"
30         Note: Recent mime-type database lists *.ogg as Video.  Set to *.oga for Audio.