Open main menu

Difference between revisions of "User Manual/extracting and converting audio tracks"

m
no edit summary
m (__NOTOC__)
m
 
Line 15: Line 15:
Some examples for using the command line. Details can be found in the manual pages.
Some examples for using the command line. Details can be found in the manual pages.
==== MP3 ====
==== MP3 ====
lame -t -q 0 -b 96 track1.wav track1.mp3
lame -t -q 0 -b 96 track1.wav track1.mp3


==== Ogg Vorbis ====
==== Ogg Vorbis ====
oggenc -q 5 track1.wav
oggenc -q 5 track1.wav


==== Flac ====
==== Flac ====
flac --best track1.wav
flac --best track1.wav
26

edits