Displaying 20 results from an estimated 1000 matches similar to: "Disable all checksum verification in flac/metaflac"
2023 Jun 30
1
Disable all checksum verification in flac/metaflac
Hi,
Is it possible for you to compile flac/metaflac yourself? Then you'll only
need to remove a few lines, namely these 4:
https://github.com/xiph/flac/blob/28e4f0528c76b296c561e922ba67d43751990599/src/libFLAC/stream_decoder.c#L2118-L2121
and these 7:
https://github.com/xiph/flac/blob/28e4f0528c76b296c561e922ba67d43751990599/src/libFLAC/stream_decoder.c#L2141-L2147
As you can see these lines
2007 Dec 13
2
metaflac problem on cygwin
wow, that was a mighty keen eye - you must really have been
looking at it (thanx!) - that is just a typo, the example just
above and below that line still show that the issue i'm having
exists.
an easy test anyone can do is:
metaflac --version
metaflac --show-sample-rate c:/any.flac
metaflac --show-sample-rate /cygdrive/c/any.flac
On Dec 13, 2007 5:43 PM, Christopher Brown
2007 Dec 13
0
metaflac problem on cygwin
ever since going from flac 1.1.2 to 1.1.4 on cygwin I've encountered an issue
where I can't use metaflac on certain path specifications (see examples below).
I tried again with 1.2.1 and it still doesn't work (I can't recall but
I think it is from the cygwin dist, not the windows installed version)
not sure if this is a flac issue, or a cygwin one, but thougt i'ld start here.
2004 Sep 10
2
using vorbiscomments with metaflac not utf8-encoded
Using metaflac (1.0.3) like this:
metaflac file.flac --set-vc-field=title=test??????e?
The vorbiscomment will not be UTF8-encoded, instead
they will be stored directly as ANSI.
When trying to add some more comment, it gave the
following error:
ERROR: writing FLAC file file.flac, error =
FLAC__METADATA_CHAIN_STATUS_OK
Does that mean that weren't enough room for the
comments? But
2012 Apr 05
3
[PATCH] Fix buffer overflow in metaflac
strlen() returns the length excluding the terminating null byte..then
an string of len 4 will be off-by-one in application_id[4];
GCC 4.7 detects this bug.
---
src/metaflac/options.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/metaflac/options.c b/src/metaflac/options.c
index eb3498d..2cb0959 100644
--- a/src/metaflac/options.c
+++ b/src/metaflac/options.c
@@
2014 Dec 06
0
metaflac --no-utf8-convert complains about UTF
Hello Jan,
I assume the problem is that metaflac has no way of knowing the encoding that was provided on the command line, since it could literally be anything. The --no-utf8-convert option means that metaflac does nothing to the letters as they pass through, and then the problem becomes that the next program to read the tags has to assume the character set without any information. If the program
2012 Sep 12
1
Updates to metaflac man
Hi Erik,
I've noticed a couple small things missing in the metaflac man pages.
Namely, the new sample rates provided by Earl Chew as well as the PICTURE
block being a valid block type.
Attached is a patch for metaflac.sgml and metaflac.1 that details the new
sample rates metaflac's replaygain supports. Also, there is now the
PICTURE block added as a valid block type.
Thanks!
2017 Jan 24
1
metaflac crashes adding cuesheet
Erik,
I don't know what abcde would be providing as tags, or why on Earth it
would be importing that from stdin. Unfortunately, abcde is a bash
script, and so not exactly easy for me to read. I haven't gotten any
response from posting on their mailing list.
I do get the same crash when running metaflac without the
--import-tags-from,
so I'm not sure this is the problem. Unless
2013 Apr 23
2
Fwd: Metaflac UTF-8 fixes
Ooops? I accidently sent a reply privately instead of to the list,
sorry for that.
Here it is again, this time hopefully to the list:
---------- Forwarded message ----------
From: Johnny Rosenberg <gurus.knugum at gmail.com>
Date: 2013/4/23
Subject: Re: [flac-dev] Metaflac UTF-8 fixes
To: Janne Hyv?rinen <cse at sci.fi>
2013/4/23 Janne Hyv?rinen <cse at sci.fi>:
> Hopefully
2004 Sep 10
1
[Flac-users] metaflac: "memory access error"
Hello all,
I used metaflac to add replay-gain to a lot of flac-files. But with few of
them metaflac exit and sais "Speicherzugriffsfehler" which I translate to
"memory access error" or somethin like this. The problematic files has the same
size like the other ones and I dont know why metaflac has a problem with them.
I tested them with flac and the files seems to be ok.
I use
2007 Jul 04
2
FLAC: getting compression level using metaflac
Hi FLAC list!
I have a question (maybe a strange one) about getting the compression level
(0-8) using metaflac.
So I want to know for a given FLAC file what compression level was used to
compress that file.
I tried using the --list option but this doesn't give any information about
this.
Is there a way to get the compression level of a given FLAC file using
metaflac or another tool?
thx
2014 Dec 07
0
metaflac --no-utf8-convert complains about UTF
On Dec 05 20:16:47, hans at stare.cz wrote:
> This is 1.3.1 on OpenBSD/amd64.
> The --no-utf8-convert option of metaflac(1) does not work for me:
>
> $ metaflac --no-utf8-convert --set-tag="Artist=?ou?l??ek" aladin.flac
> aladin.flac: ERROR: tag value for 'Artist' is not valid UTF-8
> (You probably can't see the Czech letters properly in my mail,
> but
2006 Feb 25
1
convert metaflac tags to utf-8?
Hi, I realize that this is not strictly flac-related, but...
I've got my collection in flac now, and at the end of the endeavor, I
realized that (I think...) I've managed to have a few different
encodings in the tags, one way or another.
For instance:
[root@localhost Zen Arcade]# metaflac --list 01-Something\ I\ Learned\
Today.flac > 1
[root@localhost Zen Arcade]# metaflac
2014 Jun 16
0
R128gain & metaflac
As far as I know, R128 as ReplayGain isn't really considered
final yet (see
http://wiki.hydrogenaud.io/index.php?title=ReplayGain_2.0_specification
for example), so it would probably be a bit early to update this
in the FLAC source.
op 16-06-14 10:15, Olav Sunde schreef:
> I mention metaflac because there are a few shell scripts that
> use it to write RG tags in a flac music
2012 Apr 06
1
[PATCH] Fix buffer overflow in metaflac
It would really be better to compare against sizeof(application_id) rather than coupling to all these
instances of 4 all over the place.
________________________________
From: Erik de Castro Lopo <mle+la at mega-nerd.com>
To: flac-dev at xiph.org
Sent: Thursday, April 5, 2012 4:02:10 AM
Subject: Re: [flac-dev] [PATCH] Fix buffer overflow in metaflac
Cristian Rodr?guez wrote:
>
2014 Dec 02
0
Modified metaflac add --output-json
Please help me solve the following problem:
FLAC tools have a lots of warnings about non-subset files during
encoding, but unfortunately don't have easy way to check/test existing
FLAC stream for subset compliance.
"flac -a" generates the big text file that has data about each frame
and subframe. But looks like I need parser and statistics tools to
answer on question about subset
2007 Dec 13
0
metaflac problem on cygwin
I just diffed metaflac 1.1.2 vs. 1.1.4 and I don't see anything
that would cause that. did you build binaries yourself or did
you get them from cygwin?
--- Dat Head <dathead2@gmail.com> wrote:
> wow, that was a mighty keen eye - you must really have been
> looking at it (thanx!) - that is just a typo, the example just
> above and below that line still show that the issue
2009 Dec 30
3
metaflac: malformed vorbis comment field field contains no '=' character
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
hi all,
i have several flac files which have their comment tag filled up with...
comments, as well as the other tags filled in with relevant information.
and then i have some similar flac files, resulting from some audio
processing on the original flac files, in a subdirectory, S, for example.
i am using metaflac 1.2.1-1.2 on ubuntu 9.04 and i am
2007 Jul 16
2
metaflac
Hi List,
I am writing an audio player that exclusively plays FLAC sound files,
with CUE sheets. It is written in Python, so it is cross-platform, and
it is working very well so far. The soundfile IO is handled by the
Audiere library. For metadata (aside from the CUE sheet), I make system
calls to metaflac to do things like extract album art for display, and I
have a question concerning metaflac.
2004 Sep 10
1
metaflac bug
metaflac --import-vc-from ... used on flac file without vorbis
comment destroys the file. This patch fix it.
--
Miroslav Lichvar
-------------- next part --------------
--- src/metaflac/main.c.orig 2002-09-28 14:45:49.000000000 +0200
+++ src/metaflac/main.c 2002-10-06 23:36:26.000000000 +0200
@@ -1754,20 +1754,24 @@
found_vc_block = true;
} while(!found_vc_block &&