Displaying 20 results from an estimated 74 matches for "seekpoints".
2009 Apr 02
2
FLAC: how to dump seekpoints ?
Hello,
metaflac provides exporting CUEpoints, but not SEEKpoints.
As i understand, cuepoints represent gaps beetween tracks (inserting pause),
whereas seekpoints merely describe a list of seekable points.
Can cuepoint be used just as seekpoints (in the end, the
only thing which matters is that some classic media players
will recognize them).
In the script i hav...
2004 Sep 10
2
[Flac-users] questions about 1.1.0 release
..., but some of the
details in the history file puzzle me, so I've not tried to use it yet.
Pardon my denseness here ...
First, as long as you don't use the --cuesheet option when you encode, are
.flac files encoded by 1.1.0 still readable by earlier versions?
Second, if the old default for seekpoints was -S100x and the new one is -S10s,
does that mean that, if you encode a 44.1-ksps WAV that was ripped from a CD,
the old default was to set 441 seekpoints per second and the new one is to set
one seekpoint every ten seconds?
One of the major reasons I preferred FLAC to APE, despite APE's usu...
2004 Sep 10
2
[Flac-users] Re: questions about 1.1.0 release
Thank you very much for the explanations, Josh.
| the seekpoints are not the only places in the stream that can
| be seeked to, they are just hints about regular locations in
| the stream. you can still seek to any sample. the number of
| seekpoints are just one factor in determining how fast the
| decoder can find any particular sample. I did a lot of testin...
2004 Sep 10
0
[Flac-users] questions about 1.1.0 release
--- "David W. Tamkin" <dattier@panix.com> wrote:
> First, as long as you don't use the --cuesheet option when you
> encode, are
> .flac files encoded by 1.1.0 still readable by earlier versions?
that's right.
> Second, if the old default for seekpoints was -S100x and the new one
> is -S10s,
> does that mean that, if you encode a 44.1-ksps WAV that was ripped
> from a CD,
> the old default was to set 441 seekpoints per second and the new one
> is to set
> one seekpoint every ten seconds?
no, -S100x meant 100 seekpoints per strea...
2009 Apr 20
2
cuepoints: accuracy, titles and players
Hello,
I managed to insert cuepoints from a cue sheet and
check them with metaflac. I witnessed that the FLAC
headers then had additionnals sections (one for cuepoints
and one for seekpoints), but i could not find documentation
how the format used to store them (frame counts for both ?).
Anyway it seems that cuepoints must be specified
in MM:SS:fr format.
It would be nice if those could be specified also
as frame counts (this alternate format is allowed
for seekpoints):
--seekpoint={...
2024 Oct 15
1
C API: How to get a seektable for very long files?
...ting to the very last frame. Total
samples should be that seekpoint + frame length
To indicate that the last seekpoint is pointing to the last frame, there
should be two placeholders:
First has the offset set to ASCII "TOTALSMP", the next one all zeros.
That some encoder adds placeholder seekpoints with that pattern just by
chance is almost 0.
When the decoder scans the seekpoints, the total_samples is 0 and if it
detects that two placeholders it will set total_samples to that value.
I don't see an issue with that? Old files are treated by new decoder
just like before, new files are tre...
2004 Sep 10
0
[Flac-users] Re: questions about 1.1.0 release
--- "David W. Tamkin" <dattier@panix.com> wrote:
> Thank you very much for the explanations, Josh.
>
> | the seekpoints are not the only places in the stream that can
> | be seeked to, they are just hints about regular locations in
> | the stream. you can still seek to any sample. the number of
> | seekpoints are just one factor in determining how fast the
> | decoder can find any particular sample. I...
2009 Apr 02
0
FLAC: how to dump seekpoints ?
Thank you all very much for making things clear.
I had confused seekpoints and cuepoints indeed !
I propose that Kerry's definitions (below) be added
to the documentation.
regards,
Phil
----- Mail d'origine -----
De: Kerry Hoath <kerry at gotss.net>
?: porte64 at free.fr
Envoy?: Thu, 2 Apr 2009 11:28:04 +0200 (CEST)
Objet: Re: [Flac] FLAC: how to dump see...
2024 Oct 15
2
C API: How to get a seektable for very long files?
Op di 15 okt. 2024 16:18 schreef Stefan Oltmanns <stefan-oltmanns at gmx.net>:
>
> I see, but that would require changes in the software using libflac and
> require the file to be easily seekable to be able to skip to the end and
> depending on how far away the seek points are, it could take a while.
>
No, seeking to a specific sample can take a while because of all the
2008 Nov 03
0
No subject
...ingle FLAC file, there is a strong need for seeking !
It is common, typically in classical music, to have
up to 40 tracks on a single CD (exemple: sets of variations, etudes
...) and it is much more handy to join them into a single FLAC,
instead of having tens of mini FLAC files.
But then you need seekpoints.
So the questions still holds:
1. how can i check if the seekpoints i specified when encoding are actually there ?
2. what media players are aware of FLAC seekpoints ?
Phil
2009 Apr 21
0
cuepoints: accuracy, titles and players
Hello,
I have used --import-cuesheet-from= to insert the cue points,
which are OK according to "--export-cuesheet-to=-".
The points I invoke are:
- the possibility to specify them as frame count instead of time
- the doc: i would not find in which format cue/seekpoints are stored
in the headers
- titles: apparently they get lost with this option. I guess they
would be preserved if put into tags, but it seems odd to me
to put a raw cuesheet into a tag
Phil
----- Mail d'origine -----
De: Harry Sack <tranzedude at gmail.com>
?: porte64 at free.fr
Cc: fla...
2009 Apr 27
0
cuepoints: accuracy, titles and players
...titles and players
> To: flac at xiph.org
> Date: Monday, April 20, 2009, 10:07 AM
> Hello,
>
> I managed to insert cuepoints from a cue sheet and
> check them with metaflac. I witnessed that the FLAC
> headers then had additionnals sections (one for cuepoints
> and one for seekpoints), but i could not find documentation
> how the format used to store them (frame counts for both
> ?).
>
> Anyway it seems that cuepoints must be specified
> in MM:SS:fr format.
>
> It would be nice if those could be specified also
> as frame counts (this alternate format i...
2009 Apr 28
1
cuepoints: accuracy, titles and players
...ave something working,
but what's the option/syntax for this ?
As there is no --cuepoint option, i presume that absolute frame
numbers must be specified within cuesheet files instead of HH:MM:FR
as in the following extract ?
Or do i have to specify something so that FLAC creates cuepoints
from seekpoints ?
TRACK 01 AUDIO
INDEX 01 0
TRACK 02 AUDIO
INDEX 01 12345678
TRACK 03 AUDIO
INDEX 01 87654321
Phil
2003 Aug 27
1
is ogg flac ready to be used by the average user?
...(encoded with flac.exe from the official flac website) some kind of beta implementation or is it a fully compatible release that will continue to be supported by future applications?
The reason I'm asking is because I get the following error message when encoding:
WARNING, cannot write back seekpoints when encoding to Ogg yet
<p>Sergey
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the bo...
2024 Oct 13
2
C API: How to get a seektable for very long files?
...it to 0 for longer captures. In the seekpoint the
sample number is 64 bit, which is more than enough.
But how does the decoder handle the seektable when the total number of
samples is unknown? Or does the seektable override the info from
METADATA_BLOCK_STREAMINFO?
I used this functions now to add seekpoints, but all remain placeholders
according to metaflac:
FLAC__metadata_object_new
FLAC__metadata_object_seektable_template_append_placeholders
FLAC__stream_encoder_set_metadata
(encoder init & loop)
FLAC__metadata_object_seektable_template_sort
Best regards
Stefan
Am 13.10.24 um 22:33 schrieb S...
2024 Oct 16
1
C API: How to get a seektable for very long files?
...Total
> samples should be that seekpoint + frame length
>
> To indicate that the last seekpoint is pointing to the last frame, there
> should be two placeholders:
> First has the offset set to ASCII "TOTALSMP", the next one all zeros.
> That some encoder adds placeholder seekpoints with that pattern just by
> chance is almost 0.
>
> When the decoder scans the seekpoints, the total_samples is 0 and if it
> detects that two placeholders it will set total_samples to that value.
>
> I don't see an issue with that? Old files are treated by new decoder
> ju...
2013 Mar 27
1
[PATCH] Fix option names in documentation and help messages.
...-1017,6 +1017,7 @@
<tr>
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
<span class="argument">--no-adaptive-mid-side</span><br />
+ <span class="argument">--no-cued-seekpoints</span><br />
<span class="argument">--no-decode-through-errors</span><br />
<span class="argument">--no-delete-input-file</span><br />
<span class="argument">--no-escape-coding</span><br /...
2008 Feb 10
2
Replay-gain
Hi List,
Is there a way to correctly use the replay-gain feature on flac files that
contain an entire album (i.e., multiple tracks with seekpoints added from a
cue sheet)?
--
Chris
2010 Nov 16
0
[Flac-dev] Cue sheets/Tagging question
Hi Neil,
I think you have a misunderstanding or two. What you want to do does
not require "code." In fact, you might want to move your question
from the FLAC-Dev list to the FLAC (User) list. I'm on both lists,
so I did not realize that you were basically asking in the wrong
place. No "coding" skills whatsoever are required to create
seekpoint markers in a
2024 Oct 14
1
C API: How to get a seektable for very long files?
...ow does the decoder handle the seektable when the total number of
> samples is unknown? Or does the seektable override the info from
> METADATA_BLOCK_STREAMINFO?
When a suitable seektable is found, it overrides the information from
streaminfo, yes.
>
> I used this functions now to add seekpoints, but all remain placeholders
> according to metaflac:
>
> FLAC__metadata_object_new
> FLAC__metadata_object_seektable_template_append_placeholders
> FLAC__stream_encoder_set_metadata
> (encoder init & loop)
> FLAC__metadata_object_seektable_template_sort
>
Yes, that is...