Displaying 20 results from an estimated 400 matches similar to: "Rice coding"
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
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,
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
2017 May 10
4
max size for album art?
Is there any size limitation for album art?
I have a user who says adding large artwork (from a scanner) is corrupting
the file metadata. I don't know if this is a flac limitation, a tag lib
issue, or something I'm doing.
Thanks,
Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
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:
2011 Feb 06
4
playback problems with oppo BDP-95
Thanks for bringing up this aspect, Nicholas. I seem to recall that
specific hardware has a problem with certain compression levels, but
I cannot recall whether that was limited to just encoding, or
decoding as well. It could very well be true that I am conflating my
vague memory of encoder limitations with decoder limitations.
It does seem to be that the oppo BDP-95 is exhibiting
2020 Apr 01
2
añadir líneas verticales con ggplot
Buenos días, hago un mapa con ggplot:
world<-map_data('world')
windows();ggplot(legend=FALSE) +
...
geom_point(data=Data,aes(x=lon,y=lat,color=Clst),size=1.25) +
scale_color_manual(values=c("grey45","navy","skyblue","gold","green3","darkgreen"))
+
geom_path( data=world, aes(x=long, y=lat,group=group)) +
labs(title =
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
2014 Jun 19
2
Lets work towards a new version
On Thu, 19 Jun 2014 05:00:39 +0400
lvqcl <lvqcl.mail at gmail.com> wrote:
>Erik de Castro Lopo wrote:
>
>> It sees that the most serious bug in the flac bug tracker:
>>
>> https://sourceforge.net/p/flac/bugs/413/
>>
>> has been fixed in git. This fix alone is worth a new release so its
>> time to work towards one.
>>
>> Things I need
2013 Jan 12
1
Tag flac as flac 1.2.1_git
The initial rule was, if I can recall correctly :
- Changes in the first digit (e.g. 1.x.x to 2.x.x) indicate a break in
backwards compatibility ; i.e. the formats are totally different.
- Changes in the second digit indicate backward-compatible changes in the
format (i.e. a 1.1.x-encoded file is only a particular case of a
1.2.x-encoded file)
- Changes in the third digit reflect any other,
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
2008 Jun 06
3
memdisk question
Hello,
I am using syslinux 3.63 and I am trying to get an image file going for
ghost. I was able to get the unicast image working by using winimage
and creating the format for the image as 2.88mb and saving the boot
sector as win 95/98.
I tried the same thing with a ghost multicast image and it doesn't work,
says invalid system disk..
Lots are variables so I am not sure where
2008 Dec 11
1
Possible (bug) in winamp in_flac.dll decoder
> The best approach would be for you to report this bug directly to the
> developers of the WinAmp FLAC decoder, and also electriQ.
Also postet it to the developers of electriQ, but it's a closed source
project and there's not much activity in their forum,
so i'm not sure if anybody is fixing this very soon.
Furthermore I think the problem is more likely in the Winamp2 Flac
2008 Dec 11
1
Possible (bug) in winamp in_flac.dll decoder
> The best approach would be for you to report this bug directly to the
> developers of the WinAmp FLAC decoder, and also electriQ.
Also postet it to the developers of electriQ, but it's a closed source
project and there's not much activity in their forum,
so i'm not sure if anybody is fixing this very soon.
Furthermore I think the problem is more likely in the Winamp2 Flac
2013 Nov 20
4
puppet testing
Hi There,
I am kind of lost, understood something wrong. I have written a module.
Now how can I test this module? Do I need to copy it to agent or server? Is
it possible to test it as a standalone module where I have a machine with
puppet agent or server installed? It is a simple module I dont want
complicate things with cucumber or some rspec etc.
How can I test it with puppet apply
2005 Mar 28
1
Linking Mount Problem
<mount>
<mount-name>/first</mount-name>
<fallback-mount>/backup</fallback-mount>
<fallback-override>1</fallback-override>
</mount>
so now thts how it shuld look like... the link given at the website would be
http://ip:port/first ... nd incase if this gets disconnected it would be automatically forwared to
backup.
----- Original Message -----
From:
2012 Apr 26
2
pkg-config output and <FLAC/assert.h>
> From: Paul Davis <paul at linuxaudiosystems.com>
> To: flac-dev at xiph.org
> Cc:
> Sent: Friday, March 25, 2011 5:39 AM
> Subject: Re: [Flac-dev] pkg-config output and <FLAC/assert.h>
>
> On Fri, Mar 25, 2011 at 5:32 AM, Erik de Castro Lopo
> <mle+la at mega-nerd.com> wrote:
>> Hi,
>>
>> FLAC helpfully provides a flac.pc file.
2006 Mar 16
6
File Auditing with rails - File I/O issue
Hey Folks,
I''ve written a script to generate a list of all files on a machine,
then zip the results. ?I''m going to stick a web front end on it, and use it to audit some file servers. The problem is that the ZIP compression/decompression isn''t working,
but its not what you might think. ?The script completes, but seems to
not actually write anything.
Here is a short
2013 Apr 17
2
[PATCH] Website patches
Hi all,
Here are a few patches cleaning up the website. Most important is the
change for the download page. There were a lot of unofficial/unsupported
downloads for Windows and Mac in the 'official' section. These have been
moved to the extras section.
Second, I finally got the news feed working in Internet Explorer. It
turns out, after quite some hours of debugging, that IE only