1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00
tldr/pages/linux/shnsplit.md
Narfinger c449cee6f2
shnsplit: add page; shntool-split: add alias page (#10861)
* shnsplit: add page

* shntool-split: add alias page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-10 13:22:43 +05:30

538 B

shnsplit

Splits audio files according to a .cue file. More information: http://shnutils.freeshell.org/shntool/.

  • Split a .wav + .cue file into multiple files:

shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}}

  • Show supported formats:

shnsplit -a

  • Split a .flac file into multiple files:

shnsplit -f {{path/to/file.cue}} -o flac {{path/to/file.flac}}

  • Split a .wav file into files of the form "track-number - album - title":

shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}} -t "%n - %a - %t