Displaying 20 results from an estimated 1000 matches similar to: "Flac utilities released"
2014 Sep 10
0
Temporary outage of mjuware.com
Hello, everybody,
Just in case you hit the wall, www.mjuware.com (home of FlacNetLib,
FlacInfo and RipFlac) is temporarily out due to a change in domain name
registration. Until this is fixed, the site is available at
http://www2.mjuware.com
Sorry for the inconvenience,
Pyt.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Sep 10
0
Temporary outage of mjuware.com
Hello, everybody,
Just in case you hit the wall, www.mjuware.com (home of FlacNetLib,
FlacInfo and RipFlac) is temporarily out due to a change in domain name
registration. Until this is fixed, the site is available at
http://www2.mjuware.com
Sorry for the inconvenience,
Pyt.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Sep 12
0
mjuWare.com still not quite there
Really sorry about this, www.mjuware.com is still unstable (thanks Jan for
pointing this out). Please continue using the mirror at
http://www2.mjuware.com for now. The situation should be fixed within a day
or so (time for the information to propagate across DNSes around the
world...).
And sorry for polluting your intray...
Kind regards,
Pyt.
-------------- next part --------------
An HTML
2014 Sep 12
0
mjuWare.com still not quite there
Really sorry about this, www.mjuware.com is still unstable (thanks Jan for
pointing this out). Please continue using the mirror at
http://www2.mjuware.com for now. The situation should be fixed within a day
or so (time for the information to propagate across DNSes around the
world...).
And sorry for polluting your intray...
Kind regards,
Pyt.
-------------- next part --------------
An HTML
2013 Jan 12
5
Tag flac as flac 1.2.1_git
I seem to recall that changes in the second number indicated a minor change
in the *format* of the file itself (for example, 1.1.x to 1.2.x introduced
a new rice coding option used for 24-bit files). Are there any format
changes that would justify that ? Otherwise, 1.2.2 would seem more
appropriate, not to minimize the work that you are doing...
Cheers,
Pyt.
http://www.mjuware.com
On Sat, Jan
2014 Sep 12
0
mjuWare web site
Referring to my message of a couple of days ago, www.mjuware.com is back
online. Sorry for the inconvenience.
Pyt.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20140912/de5e7994/attachment.htm
2014 Sep 12
0
mjuWare web site
Referring to my message of a couple of days ago, www.mjuware.com is back
online. Sorry for the inconvenience.
Pyt.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20140912/de5e7994/attachment.htm
2017 May 10
1
max size for album art?
Pierre-Yves Thoulon wrote:
> None, apart from the standard metadata block size limitation (2^24
> bytes, e.g. 4GB). Pretty big for any kind of album art...
2^24 = 16777216, i.e. only 16 Megabytes.
> Kind regards.
>
> Pyt.
>
>
>> Le 10 mai 2017 à 17:11, Scott Brown - scottcbrown at gmail.com
>> <flac-dev.pyt.8c0cc6600b.scottcbrown#gmail.com at
2007 Jun 14
0
FLAC: library for C#
is wrapping c++ any easier? because there is libFLAC++
otherwise, if you only need a certain subset of what FLAC does
it might be easier to write a smaller C interface + wrapper
implementation, then import that in c#.
Josh
--- Pyt <py.thoulon@gmail.com> wrote:
> I tried that approach a while ago and failed miserably. Marshalling
> the
> structs of structs in the flac lib turned
2008 Jan 02
2
Rice coding
Going in details through the FLAC format specification, I realize that there
are 2 rice coding methods now supported for residual encoding. I thought I
remembered in the 1.1.3 times that there was only 1 method (with 4-bit Rice
parameter) [or was I drunk ? ;-)]. Going through the change log, I didn't
find any reference to such an addition to the format.
Now, the decoder implementation I'm
2007 Jun 14
2
FLAC: library for C#
I tried that approach a while ago and failed miserably. Marshalling the
structs of structs in the flac lib turned out to be a nightmare (I don't
pretend to be an expert, mind you...).
I eventually switched to writing my own C# lib from scratch. Work is still
under progress. It's no rocket science, I do this a G-job. It has definite
limitations (no documentation, decodes only 16-bit files,
2008 Jan 02
0
Rice coding
yeah the chnage is not entered in the change log.. it helps in achieving
better compression for 24 bit files.. an i think it came in as a mistake cvs
merge in 1.2.1 encoder ..
neways i think Josh's( jcoalson ) reply on this thread is helpfull
http://www.hydrogenaudio.org/forums/lofiversion/index.php/t57624.html
my guess is u r not using 24 bit files thts why older decoder is able to
decode
2014 Jun 20
2
Lets work towards a new version
On Fri, Jun 20, 2014 at 1:05 AM, lvqcl <lvqcl.mail at gmail.com> wrote:
> I cannot find anything about the size of METADATA_BLOCK_PICTURE block
> in <http://xiph.org/flac/format.html>. Where did you read this?
>
METADATA_BLOCK_HEADER has a 24-bit field to encode the length of
METADATA_BLOCK_DATA ; hence the limitation (which not only applies
to METADATA_BLOCK_PICTURE but all
2013 Jan 08
2
Tag flac as flac 1.2.1_git
I agree on everything you said. I did not intend or expect to have
pre-release flac bundled with software, but can understand the dismay at my
earlier request.
If people think there should be a snapshot version for testing, I'm all for
it, especially now that the build system has undergone some changes. I
found that for some source distros, the removal of autogen.sh's prior
features and
2011 Feb 06
2
playback problems with oppo BDP-95
Version 1.2.1 of the standard/spec or the local implementation?
I've not seen "FLAC 1.0/1.1 Compliant" or "FLAC 1.2 Compliant" on the specs
of hardware gear for example when FLAC is stated supported.
Just a curious on-looker.
On 7 February 2011 02:34, Pierre-Yves Thoulon <py.thoulon at gmail.com> wrote:
> Version 1.2.1 introduced new rice coding techniques
2009 Jan 27
0
frames number & compression level
Hi Harry
I attach you FLACInfo C# class and also for the forum. I already added
frames number code.
Code for VORBIS Tags is not included . But taking as sample the code for
Vendor and following the specifications you can make it easily.With a loop
similar to Vendor you can read all Tags. It's only necessary to keep in mind
two things: VORBIS is litteleendian and FLAC doesn't use the
2011 Mar 24
1
Is there any way to tell what level the flac was encoded at?
I would also add that the "level" is only relevant to the reference encoder,
as it is an alias to quickly set a number of parameters. Other encoders
might make different choices.
Also, I haven't looked in details at how the encoder works, but I think it
is based on heuristics to decide which is the best compression method for a
set of samples, and I'm not sure that it would give
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date set
I expect to release Ogg Frog 1.0 for public alpha test on Saturday,
August 12. The date might slip a little depending on how my current job
hunt goes; if I get a job sooner than I expect, I'll have to cut back on
my development which has been full-time for a while now.
The planned features are detailed at the page where the downloads will
eventually be found:
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date announced
I expect to release Ogg Frog 1.0 for public alpha test on Saturday,
August 12. The date might slip a little depending on how my current job
hunt goes; if I get a job sooner than I expect, I'll have to cut back on
my development which has been full-time for a while now.
The planned features are detailed at the page where the downloads will
eventually be found:
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