User Tools

Site Tools


util:mp3split
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


util:mp3split [2009/06/06 18:36] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Mp3Split ======
 +''mp3splt'' is able to both split and join mp3 files.
 +
 +===== Splitting MP3s =====
 +''mp3splt'' supports the option '''-c''' to specify an external source
 +containing the split times.
 +
 +==== Sample Using A Cue File ====
 +  mp3splt -c filename.cue filename.mp3
 +
 +===== Output Format =====
 +Use '''-o''' to define the output filename:
 +^ '''Parameter''' ^ '''Expansion''' ^
 +| @a | artist name |
 +| @p | performer of each song (only with .cue) |
 +| @b | album title |
 +| @t | song title '''*''' |
 +| @n | track number '''*''' (valid also when not using -c) |
 +| +  | inserts a space |
 +<sub>'''*'''When splitting into multiple files, one of these options has to be
 +present to prevent naming collisions.</sub>
 +The filename suffix is automatically appended to the template.
  
util/mp3split.txt · Last modified: 2009/06/06 18:36 by 127.0.0.1