Tôi muốn chia một .apealbum thành các bản nhạc riêng lẻ ở .flacđịnh dạng bằng một .cuetờ. Đối với điều này, tôi đã làm theo một hướng dẫn tôi tìm thấy. Tóm lại, tôi chuyển lệnh này đến terminal:
cuebreakpoints example.cue | shnsplit -o flac example.ape
Nhưng tôi nhận được lỗi sau:
shnsplit: warning: failed to read data from input file using format: [ape]
shnsplit: + you may not have permission to read file: [example.ape]
shnsplit: + arguments may be incorrect for decoder: [mac]
shnsplit: + verify that the decoder is installed and in your PATH
shnsplit: + this file may be unsupported, truncated or corrupt
shnsplit: error: cannot continue due to error(s) shown above
Thật không may, tôi không biết làm thế nào để khắc phục vấn đề này. Một điều tôi nghĩ có thể bị loại bỏ là tệp bị hỏng do tôi có cùng lỗi với người khác .apevà tôi đã làm theo quy trình này với .flaccác tệp gốc không có vấn đề.
Làm thế nào tôi có thể giải quyết vấn đề này?