similar to: FLAC: getting compression level using metaflac

Displaying 20 results from an estimated 8000 matches similar to: "FLAC: getting compression level using metaflac"

2007 Jul 05
5
FLAC: getting compression level using metaflac
Why isn't the compression level added in a metadata block by the flac encoder itself (just like the encoder version)? In this way all programs that read the file can see what compression level was used. thx 2007/7/4, Scot Thompson <scot.thompson@cox.net>: > > This has been asked many times. The answer is no. I suggest saving the > compression level into a tag for future
2007 Jul 05
0
FLAC: getting compression level using metaflac
The compression level is really only just a convenient shortcut for humans to use when creating a flac file. The real values used during compression include Max LPC order, blocksize, Rice partition order (min,)max, exhaustive model search flag, and mid-side or Adaptive mid- side coding flags. As you can see, there are a lot of parameters and options, to the compression level just
2007 Jul 05
0
FLAC: getting compression level using metaflac
What difference does it make? Harry Sack wrote: > Why isn't the compression level added in a metadata block by the flac > encoder itself (just like the encoder version)? In this way all programs > that read the file can see what compression level was used. > > thx > > 2007/7/4, Scot Thompson <scot.thompson@cox.net>: >> >> This has been asked many
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 @@
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 Apr 01
1
FLAC: Windows wildcards support
Hi, I have read this on the sourceforge site: Windows wildcards support for FLAC and Metaflac *Private: (?)<javascript:help_window('/help/tracker.php?helpname=private')> * No The Linux shell support wildcards but not the Windows shell. Would it be possible to add wildcard support for Windows? Example with Windows: metaflac --add-replay-gain *.flac Gives the following error:
2014 Jun 16
3
R128gain & metaflac
I mention metaflac because there are a few shell scripts that use it to write RG tags in a flac music library on Linux. With support for Ebu R128 gain in metaflac (the calculation according to specification, not an external program) it would be easy to use, just change the cmd line for metaflac in the script. Now that metaflac supports sample rates higher than 48kHz this would be a good thing in
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
2014 Dec 02
2
Modified metaflac add --output-json
On Mon, Dec 1, 2014 at 10:40 PM, ???? ?????? <bart.gopnik at gmail.com> wrote: > 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
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
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.
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
2006 Jul 21
1
Cuesheets and metaflac
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm trying to use flac to make backups of my CD collection, and am running into problems with disks that contain a pregap (or lead-in) before the start of track one. cdrdao rips these disks *WITHOUT* the pregap, and puts a PREGAP entry into the cue file. For my test CD (Police, Synchronicity, catalog# 0082839373524) I get (in part): TRACK 01
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
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
2014 Dec 05
7
metaflac --no-utf8-convert complains about UTF
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 that's beside the point.) Indeed, it is not valid UTF8 (it's LATIN2),
2014 Dec 01
2
Modified metaflac add --output-json
Hi, I modified the metaflac program to output in JSON format if the --output-json switch is used, and made a simple Go program to demonstrate use of the output. I imported the MIT licensed json-c library into src/share/json-c and put headers in include/share/json-c. For example, # metaflac --output-json --list myfile.flac example output: https://gist.github.com/waitman/847a8cae4a650a8898ee If
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
2017 Jan 23
3
metaflac crashes adding cuesheet
Erik, The command used by abcde is metaflac --no-utf8-convert --import-cuesheet-from=/home/me/Audio/abcde.50107806/cue-50107806.txt --import-tags-from=- /home/me/Audio/abcde.50107806/track1.flac but I get the same result re-trying without the --no-utf8-convert and -no-utf8-convert. Here's the cuesheet: PERFORMER "William Shakespeare" TITLE "A Midsummer
2017 Jan 23
2
metaflac crashes adding cuesheet
(Apologies if I'm in the wrong place for this...) I'm trying to use the abcde program to archive CDs to flac files. (Each CD to 1 file, and ultimately multi-disk performances to 1 file.) It extracts the audio to a .flac file and creates a cue sheet with track names & locations. However, when it tries to run metaflac with the --import-cuesheet-from option, it core dumps. I'm