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

Jump to navigation Jump to search
m
no edit summary
m (Make some minor corrections)
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
= Linux =
== Audio tracks ==
== Audio tracks ==
{{ManualScreenshot|name=LostInTime-Grip.png|desc=Audio Track from Lost in Time}}[[Lost in Time]] and other games contain one or more seperate audio tracks on CD. If you want to use these with ScummVM you will have to extract them from the CD and encode them in either mp3, flac or ogg. Install '''lame''', '''flac''' or '''vorbis-tools'''. You can use a GUI like [[#Grip|Grip]] or the [[#Command line|command line]].
{{ManualScreenshot|name=LostInTime-Grip.png|desc=Audio Track from Lost in Time}}[[Lost in Time]] and other games contain one or more seperate audio tracks on CD. If you want to use these with ScummVM you will have to extract them from the CD and encode them in either mp3, flac or ogg. Install '''lame''', '''flac''' or '''vorbis-tools'''. You can use a GUI like [[#Grip|Grip]] or the [[#Command line|command line]].
Line 13: 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

Navigation menu