Displaying 20 results from an estimated 1100 matches similar to: "MD5 Signature Mismatch"
2007 Sep 29
1
Re: anyone using flac --sector-align?
Dat Head wrote:
> I use it all the time for wav to flac conversions for CDR burning (doesn't
> everybody?!) or maybe i use it with shntool before encoding to flac,
I'm pretty sure (don't have the code and couldn't read it if I had it)
that shntool's "fix" module doesn't use flac's --sector-align option but
has its own routines. For one thing,
2005 Jul 11
2
[BUG] --sector-align zero padding is not entirely zero
Hi,
A user at the www.thetradersden.org website reported a difference when
fixing "sector boundary errors" in CD-quality WAV files with shntool and
flac. As as result of investigating this, I think I've found a bug in
the zero-ising of the buffer used to zero-pad the last file when
encoding with the --sector-align option.
My test consisted of the creation of four
2007 Sep 29
3
anyone using flac --sector-align?
is anyone using the --sector-align option of flac, or flac frontend,
or shntool? that option actually complicates the flac code a lot
and I would like to take it out if possible. it really belongs in a
higher level encoding or burning tool.
if you are using it, let me know which tool you use it with and if
it's with wave, aiff, or raw files.
2008 Feb 08
1
how to get flac fingerprint from a wav?
Thanks for all the responses to my question.
I think I can use shntool hash option for my project
I did not find in the shntool documentation or flac documentation that the
hash or st5 always would match the flac fingerprint. But at least in a
couple tests I did they matched. And I found some more comments around the
internet indicating they were the same.
-----Original Message-----
From:
2004 Sep 10
1
Re: Header Ideas
My comments: ;)
>hmm, I'm thinking we could
>spec out an ETREE metadata
>block that you could use.
Yes, I think this is a good idea. I'd like to incorporate this a s much as
possible as the "FLAC Standard" if it's OK with you guys, since ideally FLAC
will be the etree.org format of choice, replacing Shorten.
>> Filesize compressed
>>
>this is
2009 Apr 11
1
Notifications between definitions
I''ve been using ''define'' to make a few custom types. For example, I have a
simple ''file'' like thing (s3::file) that downloads a file from S3, only if the
one on the local machine doesn''t match, and it can send out notifications if
the file changed. This is basically an exec command that uses some scripts I
wrote in an
2008 Feb 08
2
how to get flac fingerprint from a wav?
Great info. I found some descriptions of st5 (md5 fp) and ffp, where
I assume that "fp" is just a Taper abbreviation for "fingerprint" -
or signature as it's called in the flac header. However, I could not
find these utilities or source code. What I found looked like
instructions for a gui-based program. I think it would be easier to
support Mac if st5 were
2005 Jul 20
0
[BUG] --sector-align zero padding is not entirely zero
thanks, will take a look.
Josh
--- Dave Chapman <dave@dchapman.com> wrote:
> Hi,
>
> A user at the www.thetradersden.org website reported a difference
> when
> fixing "sector boundary errors" in CD-quality WAV files with shntool
> and
> flac. As as result of investigating this, I think I've found a bug
> in
> the zero-ising of the buffer used to
2013 Apr 30
5
Mail deduplication
Hi Guys,
I am wondering about mail deduplication. I am looking into the possibility
of seperating out all of the message bodies with multiple parts inside mail
that is recived from `dovecot` and hashing them all.
The idea is that by hashing all of the parts inside the email, I will be
able to ensure that each part of the email will only be saved once.
This means that attachments & common
2006 Apr 01
3
CentOS 4.3 occasionally locking up accessing IDE drive
For those who haven't seen my several previous postings about problems
with this (now not quite so) new PC, I have an ASUS P5N32-SLI Deluxe
motherboard. The boot drive and primary filesystems are on an SATA
disk and I'm having no problem with that. However, I recently plugged
in a couple of IDE drives salvaged from my old PCs and I'm running
into trouble with one of those.
The drive
2013 Aug 28
1
rsync checksums change randomly
Hello,
I have a weird issue with rsync randomly marking some files as having a
different checksum (see sample outputs below - run one after another). You
would think it is some kind of corruption / io problem with the files but
it doesn't seem so - I have copied files around, changes source to
different machines, counted md5s manually 100s of times - always the same.
All files except
2004 Sep 10
1
[Flac-users] stripping chunks and exit code
--- "David W. Tamkin" <dattier@panix.com> wrote:
> If another program invokes flac.exe to encode a WAV file that has an
> extra chunk or sub-chunk that FLAC strips it out during encoding,
> would
> that make flac.exe report a non-zero error level back to the program
> that called it?
No. It's not considered an error to skip non-audio sub-chunks.
Josh
2004 Sep 13
1
Archiving CDs w/ Flac on Linux (and subsequent re-encoding)
--- Eric Sandeen <sandeen@sandeen.net> wrote:
> *I'm not sure why flac -d 1.flac 2.flac 3.flac outputs sequential
> wavs
> rather than one big wav; is this intentional and/or needed? I
> suppose
> the "one big wav" approach would require flac to look at all input
> files
> to write the proper wav header at the front, but that should be
> do-able...?
2017 Oct 22
0
CentOS 7: shntools + cuetools
Hello there,
I've had to set up some tools to convert cue+flac tuples to mp3 files
and split albums flacs into songs flacs.
Formerly on CentOS 6, I think I had shntools and cuetools from the
nux-dextop repo (not sure about shntools).
Anyway, here on CentOS 7 I couldn't find any of them in repositories,
so I did `rpmbuild --rebuild` from:
- cuetools-1.4.0-0.6.svn305.el6.nux.src.rpm
-
2004 Sep 10
4
command-line flac tool to report song length?
I've got a bunch of flac files and need to report their length.
With MP3s, you use `mp3info -x $filename`
But is there a way to find out the length (minutes:seconds or just seconds) of a flac audio file, without converting it to WAV first?
Thanks!
--
Derek Sivers, CD Baby, Hostbaby
http://www.cdbaby.com <-- best new independent music
http://www.hostbaby.com <-- web hosting for
2017 Mar 23
5
[GSoC 2017] Clang-based diff tool project
My original idea was to write a semantic diff tool that just does some simple things up front:
create an MD5 from all top level blocks of the code. Start by just finding matching blocks of code ('{' and '}', '(' and ')') and remember the source locations for these and their MD5 values. Run a normal diff on the code and see what blocks the diffs fall into. Then try
2008 May 06
3
Proof-of-concept multithreaded FLAC encoder
Hey FLAC devs,
I managed to hack out a proof-of-concept multithreaded FLAC encoder
based on the example libFLAC one. It turned out to be fairly
straightforward to get near-linear speedup; I can encode a 636 MB wave
file in 6.8s with 8 threads on an 8-core 3.0 GHz Xeon vs. 31.4s with a
single thread.
Basically I mmap() the input file, divide up the mmap()ed region into
nearly equal pieces,
2008 Feb 22
13
File corruption while serving
Can anyone who''s having this problem please send details? I''m trying
to reproduce it -- I''ve got 5 clients concurrently retrieving 200 10k
files made of random binary, and I can''t get any corruption or memory
growth at all.
Is everyone experiencing the problem using Mongrel? Webrick? What
versions of ruby? Are only big files affected? Small files?
2008 Feb 07
4
how to get flac fingerprint from a wav?
In windows command line:
I have a wav file and would like to see what the flac fingerprint would be.
To do this I run flac to encode the wav file and write the flac file to the
hard disk. I then run metaflac to read the flac file and display the
fingerprint.
Is there an existing way or other utility to do this without generating the
flac file on the hard disk. I would think it could be quicker
2017 Mar 30
2
[GSoC 2017] Clang-based diff tool project
> On Mar 30, 2017, at 6:56 AM, Vassil Vassilev <v.g.vassilev at gmail.com> wrote:
>
> Hi,
>
> This seems a very exciting project.
Do I take that you’re volunteering to mentor it? ;-)
>
> As part of GSoC16 Raphael developed a code clone detection tool (https://docs.google.com/presentation/d/1mJ6dA6XmAQ8s8Zqm_j518yoW-_QZ72e69fPG1u_nbj8/edit#slide=id.g35f391192_00