pages.nl/*: add and update pages (#11397)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Sebastiaan Speck
2023-11-07 14:27:25 +01:00
committed by GitHub
parent 53ecd46a37
commit 5788b56f69
87 changed files with 1126 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
# shnsplit
> Splitst audiobestanden volgens een `.cue` bestand.
> Meer informatie: <http://shnutils.freeshell.org/shntool/>.
- Splits een `.wav` + `.cue` bestand in meerdere bestanden:
`shnsplit -f {{pad/naar/bestand.cue}} {{pad/naar/bestand.wav}}`
- Toon ondersteunde formaten:
`shnsplit -a`
- Splits een `.flac` bestand in meerdere bestanden:
`shnsplit -f {{pad/naar/bestand.cue}} -o flac {{pad/naar/bestand.flac}}`
- Splits een `.wav` bestand in meerdere bestanden in de vorm van "track-nummer - album - titel":
`shnsplit -f {{pad/naar/bestand.cue}} {{pad/naar/bestand.wav}} -t "%n - %a - %t`