Open main menu

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

m
Make some minor corrections
m (Make some minor corrections)
Line 1: Line 1:
== 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'll have to extract them from CD then encode them. You can choose between mp3, flac and 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]].


=== Grip ===
=== Grip ===
Line 8: Line 8:
# Open "Rip" and choose "Rip+Encode"
# Open "Rip" and choose "Rip+Encode"
# After ripping the desired files rename the tracks: track1.xxx track2.xxx etc. - xxx is the filename extension e.g. '''mp3'''
# After ripping the desired files rename the tracks: track1.xxx track2.xxx etc. - xxx is the filename extension e.g. '''mp3'''
# Copy the tracks into game folder
# Copy the tracks into the game folder


=== Command line ===
=== Command line ===
Some examples for using the command line. Details can be found at 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
TrustedUser
2,147

edits