<track> element defines tracks in the CD image. PlayStation ISOs support one data track (which must be first) followed by optional CD-DA audio tracks.
Data Track
The data track contains the file system and must be specified as the first track.Data Track Attributes
Must be set to
data for the data trackSpecifies whether the image has EDC (Error Detection Code) in Form 2 sectors. Set to
false only for compatibility with very old mastering toolsSpecifies if the image was created with the old (pre-2003) Sony mastering tool. Set to
true for modern PlayStation 2 compatible imagesMarks the image as a PlayStation 2 disc. Automatically sets
new_type to trueData Track Child Elements
A data track should contain:<identifiers>- Optional, defines disc identifiers (see Identifiers)<license>- Optional, specifies license file<directory_tree>- Required, defines the file system (see Directory Tree)
Audio Tracks
Audio tracks define CD-DA (Red Book audio) tracks that can be played on standard CD players.Audio Track Attributes
Must be set to
audio for audio tracksPath to the audio file. Supported formats:
- WAV (recommended: 44100Hz, 16-bit, stereo)
- FLAC
- MP3 (will be converted to Red Book format)
- PCM (raw format)
Optional identifier for this track, used to reference it from DA files in the data track (see Audio Tracks)
Audio Track Child Elements
pregap
Defines a pregap (pause) before the track starts. The default pregap is 2 seconds (150 sectors).Pregap duration in
MM:SS:FF format (minutes, seconds, frames where 1 frame = 1/75 second). The pregap is filled with silenceTrack Order Requirements
Audio Format Requirements
For lossless CD-DA audio, your source files should be in Red Book format:- Sample rate: 44100 Hz
- Bit depth: 16-bit
- Channels: Stereo (2 channels)
Example: Multi-Track Disc
CUE Sheet Requirement
When using audio tracks, the
cue_sheet attribute must be specified in the <iso_project> element. mkpsxiso will automatically generate a proper CUE sheet file for the multi-track image.Next Steps
Identifiers
Configure disc identifiers for the data track
Directory Tree
Build the file system structure
Audio Tracks
Link audio tracks to DA files