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

From ScummVM :: Wiki
Jump to navigation Jump to search
(command line taken from readme)
 
Line 3: Line 3:


=== Grip ===
=== Grip ===
# If you want to use Grip you'll have to install '''grip''' and one encoder.  
# If you want to use Grip you'll have to install '''grip''' and an encoder.  
# Open the config tab and choose the favored encoder in "Encode". The bitrate must be constant you can configure this in additional encoding options.  
# Open the config tab and choose the favored encoder in "Encode". The bitrate must be constant you can configure this in additional encoding options.  
# Insert the CD in your CD-ROM drive and choose the track you want to extract and encode in "Track".   
# Insert the CD in your CD-ROM drive and choose the track you want to extract and encode in "Tracks".   
# 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'''

Revision as of 18:04, 9 September 2009

Audio tracks

  1. 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 or the command line.

Grip

  1. If you want to use Grip you'll have to install grip and an encoder.
  2. Open the config tab and choose the favored encoder in "Encode". The bitrate must be constant you can configure this in additional encoding options.
  3. Insert the CD in your CD-ROM drive and choose the track you want to extract and encode in "Tracks".
  4. Open "Rip" and choose "Rip+Encode"
  5. After ripping the desired files rename the tracks: track1.xxx track2.xxx etc. - xxx is the filename extension e.g. mp3
  6. Copy the tracks into the games folder

Command line

Some examples for using the command line. Details can be found at manual pages.

MP3

lame -t -q 0 -b 96 track1.wav track1.mp3

Ogg Vorbis

oggenc -q 5 track1.wav

Flac

flac --best track1.wav