2023-10-22
Use mp3splt (note: mp3splt
not mp3split
) to split a mp3 file:
Use -S 4
to split into 4 files with the same length:
mp3splt -S 4 some.mp3
Created files:
Use -o @f-@n
to set the output file names:
mp3splt -S 4 -o @f-@n some.mp3
Created files:
Use -o @f-@n3
to format the output file names numbering having three digits:
mp3splt -S 4 -o @f-@n3 some.mp3
Created files: