mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
flac: handling of splitting erroneous files
This commit is contained in:
parent
f0113f087d
commit
9823b9d620
@ -15,6 +15,9 @@ using `cuebreakpoints` and `shnsplit`.
|
|||||||
On most distributions they are in a package with the same name.
|
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 following line of shell command splits a flac file according to a cue file.
|
||||||
The `-o` tag specifies the output file format.
|
The `-o` tag specifies the output file format.
|
||||||
|
If problems arise when splitting up the file it is recommended to convert the
|
||||||
|
file to the also lossless `.wav`, split the files and convert it back to
|
||||||
|
`.flac`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cuebreakpoints '<cue file>' | shnsplit -o flac '<audio flac file>'
|
cuebreakpoints '<cue file>' | shnsplit -o flac '<audio flac file>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user