Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Extracting embedded cue sheets from FLAC & WV (Read 10445 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Extracting embedded cue sheets from FLAC & WV

Hi,

I have a number of WV & FLAC files with embedded cue sheets, is there an app which can extract the embedded cue sheets so i have a .flac file and a .cue sheet?

thanks

mark

Extracting embedded cue sheets from FLAC & WV

Reply #1
Foobar2000 (select one track -> Utils -> Edit Cuesheet)  Also for FLAC u can use metaflac (FLAC metadata editor) with '--export-cuesheet-to=FILE'
Thinking Outside The Box

Extracting embedded cue sheets from FLAC & WV

Reply #2
It can be done from the command line with
metaflac --export-cuesheet-to="mycuesheet.cue" "myflacflilewithcuesheet.flac". You can also use foobar to view the cuesheet and copy and paste to a new file by right clicking on the file and selecting the option under "utils"

Edit: I am not redundant. Kirya's post wasn't there when I started! :-P
--
Eric

 

Extracting embedded cue sheets from FLAC & WV

Reply #3
Foobar2000 (select one track -> Utils -> Edit Cuesheet)  Also for FLAC u can use metaflac (FLAC metadata editor) with '--export-cuesheet-to=FILE'


perfect thanks a million