Displaying 20 results from an estimated 11000 matches similar to: "is ogg flac ready to be used by the average user?"
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
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
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
2003 Feb 27
4
Vorbis Comment question
Hello.
I would like to know if there are any developments planned for Vorbis comment specifications. I am generally content with the variety of field names, but I would really appreciate having a standard GUESTARTIST field (or something in the vicinity) to be able to better describe collaborations. This is helpful in cases where there is a main artist for the track/album, and there are also guest
2007 Aug 09
1
FLAC 1.2.0 won't build without ogg
Hello,
Apologies if this has already been covered. I'm trying to compile FLAC
1.2.0 under FreeBSD without ogg support:
when I run gmake, I get:
encode.c: In function `convert_to_seek_table_template':
encode.c:2181: error: structure has no member named `use_ogg'
the following appears to fix the problem for me, although I've not
checked it fully:
---
2003 Mar 14
2
Encoding wavs to ogg
Hello.
I think I've heard before that it is possible to add vorbis comments to .wav files when ripping so that when you encode the .wav's later, the comments are preserved. Is this true or am I thinking about FLAC? What tools would you recommend (for a windows environment)?
<p>Sergey
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
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
2004 Sep 10
2
Storing FLAC in Matroska
First, Thank you for your answers.
I using the following code to try simply decode a flac file and write the
decoded data raw PCM file. The resulting file is just noise and pops, so is
the decoded data in a different format than PCM?
struct flacData {
FILE *inputFile;
FILE *outputFile;
char *filename;
};
FLAC__StreamDecoderReadStatus flac_DecoderReadCallback(const
FLAC__StreamDecoder
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?
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
2003 May 20
1
Restoring concatenated ogg vorbis files
Questions about concatenated ogg files have been popping up recently. Here's another one — is there an easy way of splitting a concatenated ogg file back to its constituents? i.e. if you have a complete album that has been concatenated to a single file using the copy command in Windows (I suspect an analog of cat in *nix), is there a way to split it back into tracks?
Sergey
<p>---
2004 Sep 10
2
Storing FLAC in Matroska
Hello,
I'm looking into storing FLAC audio in Matroska and I have a few
questions.
1. Can I use libflac to extract the compressed frames?
Or will I need to write up a simple file parser?
2. What is required to decode the frames?
From the docs I understand that you need the FRAME and you may need the
METADATA_BLOCK.
Thanks,
Jory Stone
jcsston@toughguy.net
Matroska, the new,
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
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
>
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
2010 Jun 23
3
FLAC StreamInfo Parsing
Thank you very much! But how to deal with endianness in the case of
bit stream? Some blocks (for example MinBlockSize) require 16bits
(simply swap first and second), some block (e.g.MinFrameSize) require
3 byte-array to be reverted.
Finally totalSamples is stored in 5 bytes ( only last 4 bits from
first one byte are used). It was a real issue to make it little-endian
(here is how I did it:
2006 Sep 28
2
FLAC CD Archive
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The recent discussions about archiving CDs with flac prodded me to get
abcde working again. I've filed a debian bug report with patches to the
latest abcde that enable generating a toc file from the disc with cdrdao
(rips CD-TEXT data and creates index points from subcode data).
Combined with my patches to toc2cue, this is enough to rip even
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 seekpoints ?
don't
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
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