Questions tagged [cue-sheet]
9 questions
2
votes
2 answers
Milliseconds in cue file
I am writing an application in C# which generates cue file in order to use in Goldwave.
In my program I'm generating a timestamp. For ex. Ticks = 77314055
Later I'm formatting a datetime until milliseconds: 00:07.731
For testing I'm entering the…

Özkan T.
- 49
- 4
2
votes
3 answers
CUE sheet - last song's duration
Question is pretty easy - how CUE file reader, like Foobar, can calculate last song duration?
That's sample:
REM GENRE "Atmospheric Black Metal"
REM DATE 2011
REM DISCID 4711E907
REM COMMENT "ExactAudioCopy v1.0b3"
PERFORMER "TOBC"
TITLE "Heart Of…

Piotr
- 1,743
- 1
- 26
- 40
1
vote
2 answers
Merge mp3 files without recode and make cue sheet pointing to individual tracks?
I have a lot audiobooks, each one is usually split into 20-60 files. It's not comfortable to navigate with audio players if I want to group them into some sets by genre (with [Album artist] ID3 tag set to "Various Artists").
Is there free windows…

Koguni
- 11
- 3
1
vote
0 answers
How to create an Audio CD using wodim & cue file?
I have problem writing audio CD in my Debian 8.
I have wav file (Duration: 00:04:48.58) and cue file:
FILE "out.wav" WAVE
TITLE "Sword"
TRACK 01 AUDIO
TITLE "One"
PERFORMER "nt"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "Two"
PERFORMER "nt"
…

Natan Talifero
- 11
- 2
1
vote
1 answer
Flac samples calculation
I have a cuesheet from EAC and a FLAC file with the full album in.
Im trying to make a little python script to play the file, there for i need to be able to set the position where to start in the flac file.
How do i get from the CueSheet format…

hippie
- 649
- 3
- 9
- 18
0
votes
0 answers
FFmpeg remuxing parts of an audio file
I'm trying to remux individual tracks from a FLAC file using the FFmpeg libraries.
I get the starting timestamps from a Cue sheet, I seek to the timestamps using avformat_seek_file. However after writing the packets to output files, they only have…

zorleone
- 1
0
votes
1 answer
How to pad ISO9660 to fit into MODE2/2336 data track in a cue sheet?
first and foremost here's the setting of my problem.
I have been given a heavily scratched CD with the task to salvage the data and create a good, working copy. This CD even has its top layer missing, but only in a few spots on the outer rim.
I…

Michael Dec
- 31
- 2
0
votes
1 answer
splitting a flac image into tracks
This is a follow up question to Flac samples calculation.
Do I implement the offset generated by that formula from the beginning of the file or after the metadata where the stream starts (here)?
My goal is to programmatically divide the file myself…

Cooter
- 537
- 4
- 21
0
votes
0 answers
Play cue sheets in Android
I want to add playing cue sheets to my music app. I saw some apps like Poweramp and AndLess that can do this, but I have no idea how do they read cue files. Maybe there is some way to parse cue sheet and make a link to specific point in the flac…

HellCat2405
- 752
- 7
- 16