From 663712f764808138fa205f4da42234c0a5766bb6 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 26 Feb 2023 19:32:01 +0100 Subject: [PATCH] flac: bugfix for wrong timings --- wiki/linux/flac_(package).md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/linux/flac_(package).md b/wiki/linux/flac_(package).md index 27ff977..62cbfcd 100644 --- a/wiki/linux/flac_(package).md +++ b/wiki/linux/flac_(package).md @@ -45,3 +45,11 @@ cue2tracks '' For any of these commands there can be problems with splitting `.flac` files. It then is recommended to convert the file to the also lossless `.wav` format, split the files and convert it back to `.flac`. + +High quality flac files with older `.cue` files that use the format `mm:ss:ff` +might split the file at the wrong timings. +The format `mm:ss:ff` is not compatible with the newer versions of +cuebreakpoints, cue2tracks and shnsplit. +To get the correct timings the `.cue` file has to be changed to use the format +`mm:ss:fff`. +It is recommended to use the shnsplit alternative in this case.