Displaying 20 results from an estimated 20000 matches similar to: "No subject"
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 have just posted before (joining
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
2004 Sep 10
2
[Flac-users] questions about 1.1.0 release
Thank you for the new release, Josh. I've downloaded it, 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
2009 Apr 27
0
cuepoints: accuracy, titles and players
--- On Mon, 4/20/09, porte64 at free.fr <porte64 at free.fr> wrote:
> From: porte64 at free.fr <porte64 at free.fr>
> Subject: [Flac] cuepoints: accuracy, 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
>
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
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
2024 Oct 15
1
C API: How to get a seektable for very long files?
Am 15.10.24 um 19:03 schrieb Martijn van Beurden:
>
> No, seeking to a specific sample can take a while because of all the
> back-and-forth, but seeking to almost the end of the file is very quick.
>
> I know this is not the cleanest way, but as this only for the rare cases
Ah, I see, because the frame header also include either the sample
number (variable frame size) or the frame
2024 Oct 16
1
C API: How to get a seektable for very long files?
Op di 15 okt 2024 om 21:27 schreef Alistair Buxton <a.j.buxton at gmail.com>:
>
> I would like to see this kind of thing put into a secondary metadata block aimed specifically at SDR. This could be completely ignored by regular audio players - these files are not meant to be listened to anyway. I could probably figure out how to implement that, I even started looking into it once, but
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 testing
| before deciding on -S10s.
So
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
>
2009 Apr 28
1
cuepoints: accuracy, titles and players
Thank you Josh, the link clearly explains FLAC's philosophy and it souds quite logical:
"For FLAC the intention is that applications can calculate the CDDB or CDindex ID from the CUESHEET block and look it up in an online or local database just like CD rippers and players do. But if you really want it in the file itself, the track metadata should be stored separate from the CUESHEET, and
2007 Jun 23
2
--cuesheet include the full cue sheet or just the seekponints?
Dear list
Sorry to ask a user's question on developer list. I didn't find the user
list.
I am experimenting with --cuesheet and encoded a flac file with a
cuesheet. Result is:
* Totem on opensuse 10.2 opens the flac file with no meta data, no
play list. "Next" button doesn't work;
* Mplayer on opensuse 10.2 opens the flac file with no meta data,
2024 Oct 13
2
C API: How to get a seektable for very long files?
I think there is another major issue for me: In
METADATA_BLOCK_STREAMINFO the field for the length is only 36 bit,
that's not even half an hour at 40 MHz sample rate, resulting in that
the encoder sets 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?
2024 Oct 14
1
C API: How to get a seektable for very long files?
Am 14.10.24 um 09:11 schrieb Martijn van Beurden:
> Op zo 13 okt 2024 om 22:33 schreef Stefan Oltmanns <stefan-oltmanns at gmx.net>:
>>
>
>>
>> The signal is the FM-modulated video signal of video tapes (like VHS).
>> The idea is to capture the signal directly from the video head amplifier
>> in the VCR and later demodulate/decode it in software, providing
2012 Sep 13
1
[LLVMdev] Parsing C++ template parameters using cindex.py
Hi,
I am parsing a C++ file using cindex.py and want to get the template
parameters to a specific node. However, the tree seems to be different
depending on if the template parameter is a struct/class or a simple
type such as int or float. In the first case the template type is
appended as a child to the VAR_DECL node (the TYPE_REF node seen in
the example below), but this is not the case with
2005 Dec 16
0
Problème avec les accents...
Bonjour,
J?ai un serveur Linux RedHat 9 sur lequel je fais un montage Samba d?un
r?pertoire partag? d?un client Windows par :
# smbmount //sf-etudes/partage /mnt/sf-etudes/ -o
workgroup=Info,password=xxxx,iocharset=iso8859-1,codepage=850
J?acc?de correctement aux fichiers Windows, mais les fichiers ayant des
noms accentu?s (ex : L?on.txt) s?affichent avec un caract?re ? ? ? et je
ne peux pas
2012 Jul 17
1
Stats question: Comparison of the same individuals during two exposure times
Hi,
I'm hoping that someone will be able to help. I would like to compare how
covariates associate with the risk of a binary outcome during two periods.
Period 1 will be non-exposure to a treatment and period 2 will be exposure
to a treatment. The same individuals will be examined in each group but I
want to be able to compare the association of certain covariates between the
two groups to
2009 Apr 02
0
FLAC: joining source files
Hello,
Here's a script i use to join multiple PCM source files and feed them
to FLAC. In the future i plan to add tag support from static CDDB (files).
It would be nice if this feature could be incorporated to the native encoder.
Another idea is to have flac/metaflac support joining FLAC files
themselves (but this is much heavier to implement)
-- and may pose issues with meta info like
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
2024 Oct 14
1
C API: How to get a seektable for very long files?
Op zo 13 okt 2024 om 22:33 schreef Stefan Oltmanns <stefan-oltmanns at gmx.net>:
>
> Is the seektable written at the beginning of the file in the metadata
> block or can there also be a second metadata block at the end?
>
Only at the start of the file.
>
> If it's at the beginning, would it possible to reserve space for N seek
> points and during encoding remember