search for: documentation_tools_flac

Displaying 20 results from an estimated 33 matches for "documentation_tools_flac".

2013 Sep 18
0
[PATCH] Fix documentation rice partition order online
For some reason all documentation lists the max rice partition order to be 16, while the maximum is 15. This fixes thee HTML online documentation --- documentation_tools_flac.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation_tools_flac.html b/documentation_tools_flac.html index bc1f2b8..5100cb4 100644 --- a/documentation_tools_flac.html +++ b/documentation_tools_flac.html @@ -856,7 +856,7 @@ <td> Set the [min,]max re...
2013 Sep 18
0
[PATCH] Fix documentation rice partition order
For some reason all documentation lists the max rice partition order to be 16, while the maximum is 15. This fixes flac -H, the man page and the HTML source code documentation --- doc/html/documentation_tools_flac.html | 2 +- man/flac.1 | 8 ++++---- man/flac.sgml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/html/documentation_tools_flac.html b/doc/html/documentation_tools_flac.html index 935c07d..ea1b8a1 100644 --- a/d...
2007 Apr 09
2
Re: FLAC: re-encode
...FLAC > file itself as input to the encoder like this: flac -V --best > inputfile.flac OR do you have decode it to WAV first? yes you can re-encode from FLAC. that command works but if you want it to go back to the same file you have to add the -f (force) option. http://flac.sourceforge.net/documentation_tools_flac.html
2013 Mar 27
1
[PATCH] Fix option names in documentation and help messages.
--- doc/html/documentation_tools_flac.html | 8 +++++--- doc/html/ru/documentation.html | 2 +- man/flac.1 | 6 ++++-- man/flac.sgml | 5 +++-- src/flac/main.c | 4 +++- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/doc/html/documentat...
2011 Nov 18
2
A-law and mu-law
Hi to all! I have a database of audio files that I want to losslessly compress. Unfortunately I have several 8bit A-law and mu-law files in the database and I see from here http://flac.sourceforge.net/documentation_tools_flac.html that they are not supported by the reference flac encoder/decoder. Is there a reason for this? Would it be possible to add support for these files in the reference encoder? Bests, Giulio.
2014 Nov 10
0
[PATCH] Update documentation for new compression presets
--- doc/html/documentation_tools_flac.html | 6 ++--- include/FLAC/stream_encoder.h | 42 +++++++++++++++++----------------- src/flac/main.c | 20 ++++++++-------- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/doc/html/documentation_tools_flac.html b/doc/html/documentation_tools_flac....
2014 Jan 06
2
Exact FLAC subset constraints
I mean that the first statement [Subset streams must use one of 192/576/1152/2304/4608/256/512/1024/2048/4096 (and 8192/16384 if the sample rate is >48kHz).] published on https://www.xiph.org/flac/documentation_tools_flac.html#flac_options_blocksize page IS NOT EQUAL to second statement [The blocksize bits in the frame header must be 0001-1110. The blocksize must be <=16384; if the sample rate is <= 48000Hz, the blocksize must be <=4608.] published on https://www.xiph.org/flac/format.html#subset page. What...
2012 Jun 14
3
flac -- exhaustive model search vs. -A <*>?
...at something else? That is something else. > I've been using the -e option for a while in my flac encoding, > but for something that sounds like it should be slow I wonder > if it is testing all the models or if it might not be > working correctly? At: http://flac.sourceforge.net/documentation_tools_flac.html#flac_options_exhaustive_model_search it states, "If the max LPC order is high this can significantly increase the encode time." This suggest that if the max LPC order is low then using -e will not be slow. The max LPC order is set explicitly using the -l option or, more usually, by...
2007 Apr 09
2
FLAC: re-encode
hi, is it possible to re-encode an existing FLAC file by using the FLAC file itself as input to the encoder like this: flac -V --best inputfile.flac OR do you have decode it to WAV first? thx
2012 Jun 19
2
flac -- exhaustive model search vs. -A <*>?
...le -M adaptively uses mid+side or stereo depending on which is better. > > Why would flac levels 7 and 8 use -m (always when -M allows adaptive > encoding > based on which is better? Despite the title of -M, -m the one that is exhaustive. This is stated at: http://flac.sourceforge.net/documentation_tools_flac.html#flac_options_adaptive_mid_side Regards, Martin -- Martin J Leese E-mail: martin.leese stanfordalumni.org Web: http://members.tripod.com/martin_leese/
2007 Apr 10
1
Re: FLAC: re-encode
...put to the encoder like this: flac -V --best >> inputfile.flac OR do you have decode it to WAV first? > > yes you can re-encode from FLAC. that command works but if you want > it to go back to the same file you have to add the -f (force) option. > > http://flac.sourceforge.net/documentation_tools_flac.html
2014 Jan 06
0
Exact FLAC subset constraints
I mean that the first statement [Subset streams must use one of 192/576/1152/2304/4608/256/512/1024/2048/4096 (and 8192/16384 if the sample rate is >48kHz).] published on https://www.xiph.org/flac/documentation_tools_flac.html#flac_options_blocksize page IS NOT EQUAL to second statement [The blocksize bits in the frame header must be 0001-1110. The blocksize must be <=16384; if the sample rate is <= 48000Hz, the blocksize must be <=4608.] published on https://www.xiph.org/flac/format.html#subset page. What...
2014 Jan 07
0
Exact FLAC subset constraints
...k size. This bears further investigation. Brian On Jan 6, 2014, at 05:47, ???? ?????? wrote: I mean that the first statement [Subset streams must use one of 192/576/1152/2304/4608/256/512/1024/2048/4096 (and 8192/16384 if the sample rate is >48kHz).] published on https://www.xiph.org/flac/ documentation_tools_flac.html#flac_options_blocksize page IS NOT EQUAL to second statement [The blocksize bits in the frame header must be 0001-1110. The blocksize must be <=16384; if the sample rate is <= 48000Hz, the blocksize must be <=4608.] published on https://www.xiph.org/flac/format.html#subset page. What...
2012 Dec 27
1
Flac and SourceForge
Hi Ralph, hi Erik (please, please read this). On 17.12.2012, at 21:34, Ralph Giles wrote: > On 12-12-17 10:08 AM, Rich Bowen wrote: >> ok, you're added now. > > Confirmed. Thanks for looking after us! Hi Ralph, now it would be nice if you could use that new power to either turn http://flac.sourceforge.net/ into a redirect to https://www.xiph.org/flac/ or
2013 Dec 02
3
Encode wav to uncompressed flac
File size is not important for me. I need audio data from wav file and metadata in one file. How to encode a wav file to an uncompressed flac file? Regards, Maciej ----- Original Message ----- From: "Erik de Castro Lopo" <mle+la at mega-nerd.com> To: <flac-dev at xiph.org> Sent: Monday, December 02, 2013 8:28 AM Subject: [SPAM] Re: [flac-dev] Encode wav to uncompressed
2007 Jun 23
2
--cuesheet include the full cue sheet or just the seekponints?
Dear list Sorry to ask a user's question on developer list. I didn't find the user list. I am experimenting with --cuesheet and encoded a flac file with a cuesheet. Result is: * Totem on opensuse 10.2 opens the flac file with no meta data, no play list. "Next" button doesn't work; * Mplayer on opensuse 10.2 opens the flac file with no meta data,
2014 Jun 19
3
Problems in flac-website Git files.
...an older version of Winamp, our plugin is still available in the FLAC Installer for Windows [http://cyberial.com/flacinstaller.asp]" The link is dead. Old in_flac plugin can be downloaded from http://sourceforge.net/projects/flac/files/flac-win/flac-1.2.1-win/flac-1.2.1-win.zip/download 5) documentation_tools_flac.html: --no-escape-coding option is mentioned; there's no such option now. 6) documentation_tools_flac.html, documentation_tools_metaflac.html Only decimal point is used in all examples, and it doesn't work on locales that use decimal comma (example: --until=1:23.45 should be --until=1:...
2014 Jan 09
3
Exact FLAC subset constraints
...bears further investigation. >>>> I mean that the first statement [Subset streams must use one of >>>> 192/576/1152/2304/4608/256/512/1024/2048/4096 (and 8192/16384 if the >>>> sample rate is >48kHz).] published on >>>> https://www.xiph.org/flac/documentation_tools_flac.html#flac_options_blocksize >>>> page IS NOT EQUAL to second statement [The blocksize bits in the frame >>>> header must be 0001-1110. The blocksize must be <=16384; if the sample >>>> rate is <= 48000Hz, the blocksize must be <=4608.] published on >&...
2014 Jan 13
0
Exact FLAC subset constraints
>>>>>>>>> I'm misleading about FLAC subset constraints... Please help me >>>>>>>>> understand exact FLAC subset limitation. >>>>>>>>> >>>>>>>>> From https://www.xiph.org/flac/documentation_tools_flac.html#flac_options_blocksize: >>>>>>>>> >>>>>>>>> Subset streams must use one of >>>>>>>>> 192/576/1152/2304/4608/256/512/1024/2048/4096 (and 8192/16384 if the >>>>>>>>> sample rate is >48k...
2013 Dec 02
3
Encode wav to uncompressed flac
...while FLAC contains multiple chunks of > audio data each with its own header. This is true even when the FLAC is > uncompressed. > >> How to encode a wav file to an uncompressed flac file? > > The flac command line parameters are here: > > > https://www.xiph.org/flac/documentation_tools_flac.html#encoding_options > > but I don't see a way if doing it with what's there. > > If you want to mess about with it you can check flac out of git and > grab the revision before this one: > > > https://git.xiph.org/?p=flac.git;a=commit;h=fc360735ce4d1aa88a94bfccdd3b...