Displaying 20 results from an estimated 70000 matches similar to: "win32 installer"
2007 Sep 25
1
win32 installer 1.2.1a vs 1.2.1b
hi
I have just downloaded the win32 installer 1.2.1b and uninstalled my
previous version 1.2.1a.
But I don't see any difference in both installers: they both have flac
frontend and flac tester and the command line tools flac.exe and
metaflac.exe. So can somebody tell me please what the difference is between
1.2.1a and 1.2.1b?
thx
-------------- next part --------------
An HTML attachment was
2007 Sep 14
1
compiling win32 version
hi
what compiler is used to compile the flac.exe in the installer: visual
studio or a gcc cross-platform compiler?
thx
2007 May 05
1
FLAC: win installer
hi,
when i look here:
http://sourceforge.net/project/showfiles.php?group_id=13478
there are 2 win installers:
flac-1.1.4a.exe and flac-1.1.4b.exe
what's the exact difference between them and why is on the flac site only
linked to the flac-1.1.4a.exe installer?
Is the flac-1.1.4b.exe one maybe for testing?
thx
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Oct 14
0
flac fingerprint
i forgot to ask this important question :)
why doesn't a ffp file make a md5 of the *whole* flac file, so that
all non-audio data inside the file are verified too?
in my opinion, now it only does the same as the internally stored md5
on the decompressed audio data, but there is still no way to verify
the header of the flac file (so i mean : all non-audio data in the
file)
or am i forgotting
2007 Jul 25
3
FLAC: re-encoding
hi
I have some questions about re-encoding existing FLAC files to FLAC 1.2.0.:
- can older 1.1.x FLAC files be re-encoded to FLAC 1.2.0 by using the FLAC
1.2.0 encoder?
- can FLAC files encoded with the FLAC Flake SVN encoder (or any other
'unofficial' FLAC encoder) be re-encoded by using the FLAC 1.2.0 encoder?
thx in advance!
-------------- next part --------------
An HTML attachment
2007 Sep 27
3
re-encode tool win32
hi
does somebody know a re-encode tool for win32? So it must have a GUI to make
a list of FLAC files that need to be re-encoded to a newer flac version and
it must automatically re-encode the whole list of files (so like the flac
frontend but with re-encode support).
Maybe somebody knows if this exists for win32? I have been searching for a
long time, but I didn't find it.
thx in advance
2007 Sep 28
4
re-encode tool win32
2007/9/28, Aaron Whitehouse <lists@whitehouse.org.nz>:
>
> > Under linux/bash, it would be something like....
> > cd /MusicDirectory
> > find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}'
> \;
>
> Wouldn't it be nice if it was something closer to:
> flac --reencode --recursive -8 *.flac
I think this would
2007 Sep 28
0
re-encode tool win32
To answer the original question, I do not believe that there is.
What may be an eloquent solution to this problem is to start a collection of "Flac tools" on sourceforge. These could be command line or gui utilitis, and would reside in a single permanent location. This way we could have actual sh/bat files with proper error checking and such rather than one liners. Back in my windows
2007 Aug 26
1
FLAC: FLAC frontend feature request
hi FLAC list!
Does anybody know where I can request a new feature (if that's possible of
course) for the FLAC frontend, included in the windows installer?
The feature I would like (if the developers agree and want to implement it)
is the possibility to add FLAC files to the list in the frontend and
re-encode them to FLAC. This is useful if you want to re-encode some files
by using the
2007 Sep 27
4
re-encode tool win32
Under linux/bash, it would be something like....
cd /MusicDirectory
find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}' \;
Or to simplify and not test each file before re-encode....
find . -type f -name "*.flac" -exec flac -8 {} \; -print
Can someone translate this into NTBatch? Basically, recursive "dir" *.flac files as a
2007 Oct 19
1
md5 checksum
2007/10/19, Josh Coalson <xflac@yahoo.com>:
>
> --- Harry Sack <tranzedude@gmail.com> wrote:
> > hi
> >
> > here some questions about the md5 checksum:
> >
> > - what happens when the md5 checksum of the decoded audio is
> > different
> > of the internally stored checksum due to file corruption ? Will
> > playing/decoding still be
2007 Jul 25
3
FLAC: ERROR, MD5 signature mismatch
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
still decodable to WAV (and how can you do this, because flac.exe doesn't
want to decode the file), even if there is a MD5 signature mismatch, or is
this not possible at all?
thx
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 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
2007 Oct 14
4
flac fingerprint
hi,
i found this explanation of the flac fingerprint somewhere:
'A FLAC Fingerprint is generated only for the audio data portion of
the file. (Therefore, changing the filename or the tags or
FlacMetadata does not change the fingerprint calculation.) In
contrast, an .md5 is generated against the whole file, including
header portions.'
so i was wondering what advantages it could give me
2007 Oct 25
2
decoding with -F
hi
thx, exactly the explanation i wanted to hear!
i want to try to damage some flac files to hear the effects on the
audio, but does anybody knows if there is a program (like hex editor,
...) that could be used to visually 'search' the different blocks in
the file, assuming this is even possible.
if it's not, what would be a good way to damage the file in some
places to be able to
2007 Sep 05
2
FLAC: win installer
hi list
here some questions about the windows installer:
- can the installer be used on 64 bit windows versions and/or is there
a 64 bit version for the encoder/decoder?
- what windows versions are supported by the installer?
thx
2007 Aug 17
2
concatenate
hi
i have some small flac files and i want to concatenate to 1 big flac
file, but without using ogg flac. Is this possible and how do i do
this?
i also was wondering if there exists a way to let the flac encoder
remove audio frames of silence in the beginning and end of a wav input
file when encoding?
thx
2007 Jul 23
2
FLAC: editing software
hi
does somebody know software for editing FLAC files? So I just want to cut
some pieces out of the file (for example silence in front of a recording)
thx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20070723/e3bc7859/attachment.htm
2007 May 12
2
compression ratio
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 Josh: can we suspect much better compression ratio
in the future or is the encoder already at his *almost* peak
compression level.
thx in advance!