1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00

cue: added cue sheet entry

This commit is contained in:
2022-11-15 01:40:07 +01:00
parent 348b00afeb
commit cefb9e2e99
3 changed files with 59 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ Another possible tagging software is [MusicBrainz Picard](../picard.md)
## Splitting Flac file according to cue file
An easy way to split flac files according to a cue file is using
`cuebreakpoints` and `shnsplit`.
An easy way to split flac files according to a [cue file](../cue_sheet.md) is
using `cuebreakpoints` and `shnsplit`.
On most distributions they are in a package with the same name.
The following line of shell command splits a flac file according to a cue file.
The `-o` tag specifies the output file format.