Displaying 20 results from an estimated 1000 matches similar to: "frames number & compression level"
2009 Jan 27
1
frames number & compression level
If compression level is not default (!=5), is it stored?
If compression level is stored in some case, where I can find it?
Frames number works OK according to your instructions. Thank you
----- Original Message -----
From: "Josh Coalson" <xflac at yahoo.com>
To: "Santiago Jimeno" <sjimeno at ya.com>; <flac at xiph.org>
Sent: Tuesday, January 27, 2009 7:43
2011 Jan 22
0
Flac] Where Cover Art?
You said "With the exception of where to put a picture file, VorbisComments
in a Vorbis stream are the same as VorbisComments in a FLAC stream."
In METADATA_BLOCK_PICTURE case they would not be the same. Up to now we
could exchange the complete block of VorbisComments. But with the addiction
of METADATA_BLOCK_PICTURE doesn't happen this way.
In Ogg files the METADATA_BLOCK_PICTURE
2011 Jan 23
0
Flac] Where Cover Art?
OK Martin. Thank you for the explanations and for your time.
I am writing a program that reads and writes all existent Tags types. It
lacks only to end the edition (rewriting) of "Native" Flac and Matroska.
Both cases for the same problem: the separation of Tags and Picture in
different blocks. In Flac I resolved it, but now I have to add
METADATA_BLOCK_PICTURE. Reading Vorbis
2009 Jan 25
2
frames number & compression level
I am making a program to obtain information from FLAC files in Visual Basic. NET language.
If somebody needs it I can send it. I can also translate it to C #.
But I have read the documentation and I have looked for in sdk 1.2.2 and I don't find how to get the frames number of the file and the used compression level (5 default and others)
Can somebody help me?
Greetings. Santiago Jimeno
2011 Jan 20
1
Flac] Where Cover Art?
"Santiago Jimeno" wrote:
> Flac files, as us knows, follows the Vorbis Tags system included in block 4
> Recently Vorbis has established the possibility to include picture files by
> means of 2 Tags: COVERARTMIME AND COVERART.
> To work therewith is quite easy.
No. this in incorrect. The VorbisComment
"COVERART" was only ever unofficial, and
has been deprecated
2011 Jun 11
0
Flac-dev Digest, Vol 79, Issue 3
On Sun, Jun 12, 2011 at 12:30 AM, <flac-dev-request at xiph.org> wrote:
> Send Flac-dev mailing list submissions to
> flac-dev at xiph.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xiph.org/mailman/listinfo/flac-dev
> or, via email, send a message with subject or body 'help' to
> flac-dev-request at
2011 Jun 10
2
Memory leak using libflac++
Hi all,
I'm the author of flactag, a utility for tagging whole-album FLAC files with
embedded CUE sheets using data from the MusicBrainz servers.
I've recently run it through valgrind, and I'm seeing memory leaks like the
following:
12 bytes in 1 blocks are definitely lost in loss record 1 of 5
at 0x402377E: operator new(unsigned) (vg_replace_malloc.c:224)
by 0x41448A8:
2011 Jun 11
0
Memory leak using libflac++
> I've recently run it through valgrind, and I'm seeing memory leaks like the
> following:
>
> 12 bytes in 1 blocks are definitely lost in loss record 1 of 5
> at 0x402377E: operator new(unsigned) (vg_replace_malloc.c:224)
> by 0x41448A8: FLAC::Metadata::local::construct_block(FLAC__StreamMetadata*)
> (in /usr/lib/libFLAC++.so.6.2.0) ? by 0x41455D7:
>
2008 Jan 21
0
Flac utilities released
Hello,
I have just released a set of FLAC utilities for Windows at
http://www.mjuware.com
The first one, FlacInfo, lets you play with metadata in a friendly way.
The second one, RipFlac, is targetted at people who (like me...) store an
entire CD in a single FLAC file with an embedded cuesheet. RipFlac lets you
extract and transcode (using an external transcoder) tracks directly from
the FLAC
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:
2007 May 15
2
compression ratio
2007/5/14, Josh Coalson <xflac@yahoo.com>:
>
> --- Harry Sack <tranzedude@gmail.com> wrote:
> > hi
> >
> > i was wondering if it's possible to tell me what the theoretical best
> > compression ratio the flac encoder can do, because i was wondering
> > what the future of flac will bring us. So this question is probably
> > best addressed to
2007 Jul 26
2
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote:
> 2007/7/25, Josh Coalson <xflac@yahoo.com>:
> >
> > --- Harry Sack <tranzedude@gmail.com> wrote:
> > > 2007/7/25, Harry Sack <tranzedude@gmail.com>:
> > > >
> > > > Hi
> > > >
> > > > I have downloaded a FLAC file somewhere and when trying to
> decode
2007 Sep 08
0
Re: multiple core support
2007/9/8, Josh Coalson <xflac@yahoo.com>:
>
> it actually is complicated. the libFLAC api is not suited to a
> multithreaded design because the i/o is stream-based, not file-
> based. flac(.exe) is the file-based wrapper around libFLAC that
> allows it to work on files. the way libFLAC buffers data is also
> impossible to parallelize without significantly changing the
2007 Apr 20
0
FLAC: player with native support for flac embedded pictures
I am not aware of one with native support.
Harry Sack wrote:
> yeah, but i'm looking for a player with NATIVE support, not a plugin I
> have to install :)
>
> 2007/4/19, Jud White <jwhite@cdtag.com <mailto:jwhite@cdtag.com>>:
>
> I already replied to this.
>
> -------- Original Message --------
> Subject: Re: [Flac] FLAC: software for
2007 Jul 26
0
Re: FLAC: ERROR, MD5 signature mismatch
2007/7/25, Josh Coalson <xflac@yahoo.com>:
>
> --- Harry Sack <tranzedude@gmail.com> wrote:
> > 2007/7/25, Harry Sack <tranzedude@gmail.com>:
> > >
> > > Hi
> > >
> > > I have downloaded a FLAC file somewhere and when trying to decode
> > it to
> > > WAV it gives the error message: ERROR, MD5 signature mismatch
>
2007 Mar 23
1
FLAC: players for Pocket PC
I believe the CorePlayer will play back FLAC.
Atamido
----- Original Message -----
From: "Josh Coalson" <xflac@yahoo.com>
To: "Harry Sack" <tranzedude@gmail.com>; <flac-dev@xiph.org>
Sent: Thursday, March 22, 2007 6:26 PM
Subject: Re: [Flac-dev] FLAC: players for Pocket PC
> http://www.google.com/search?q=flac+pocket+pc
>
> e.g.
>
>
2007 Jul 23
1
FLAC: editing software
I just tried this with Goldwave.. it decoded the file,
i edited out some stuff, and saved the file (flac
format) and the tags appear to be intact.
Greg M.
--- Tomas Valusek <tvalusek@seznam.cz> wrote:
> Hello,
>
> and what if I want to preserve FLAC tags while I'm
> editing its contents?
> Is there a way e.g. to cut silent block from FLAC
> and preserve tags? By
2007 Jul 25
3
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote:
> 2007/7/25, Harry Sack <tranzedude@gmail.com>:
> >
> > Hi
> >
> > I have downloaded a FLAC file somewhere and when trying to decode
> it to
> > WAV it gives the error message: ERROR, MD5 signature mismatch
> > So my question is now: are FLAC files that give the error message
> above
> >
2009 Jan 27
1
Asterisk - Nortel integration via SIP protocol
Hi,
I need to integrate my Asterisk with a Nortel Meridian 11, but I can?t use PRI, Analog lines, etc. It has to be via SIP protocol, and there is few information about this type of integration.
Could someone please help me??
Thanks, Pablo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: