1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 15:15:28 +02:00

shnsplit: add Spanish translation (#14815)

Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
Igor Támara 2024-11-17 10:45:59 -05:00 committed by GitHub
parent eab938c3b8
commit 1f060a5b92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# shnsplit
> Divide archivos de audio según un archivo `.cue`.
> Más información: <http://shnutils.freeshell.org/shntool/>.
- Divide un archivo `.wav` + `.cue` en múltiples archivos:
`shnsplit -f {{ruta/al/archivo.cue}} {{ruta/al/archivo.wav}}`
- Muestra formatos compatibles:
`shnsplit -a`
- Divide un archivo `.flac` en varios archivos:
`shnsplit -f {{ruta/al/archivo.cue}} -o flac {{ruta/al/archivo.flac}}`
- Divide un archivo `.wav` en archivos de la forma "número-de-pista - álbum - título":
`shnsplit -f {{ruta/al/archivo.cue}} {{ruta/al/archivo.wav}} -t "%n - %a - %t"`