search for: shntool

Displaying 18 results from an estimated 18 matches for "shntool".

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, shntool can fix .wav files or anything else it can pro...
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. ____________________...
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 "non-aligned" CD quality WAV files. I then "fixed"...
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 - shntool-3.0.10-10.fc21.src.rpm and `yum localinstall`'ed the RPMs, t...
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 zero-pad the last file when > encoding with the --sector-align option. > > My test consisted of the creation of four "non-aligned" CD quality &...
2004 Sep 10
1
Re: Header Ideas
...DING block. Right. Another thought I had, was the option, if the audio track is not cut on a sector boundary, the ability for the software to "fix" this by taking the samples from the next track and appending it to the end of the previous track. Etree.org created such a program, called SHNtool, to do just that. Having this functionality built into FLAC would be a fantastic leg-up for the etree geeks, and something to really win them over. >> Flag for making the ID3 >tags "read-only" >> >why not just use file >permissions? I was thinking in terms of someon...
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. -----Orig...
2011 Jun 01
1
MD5 Signature Mismatch
...He sent me a link to the files here: http://www.archive.org/details/wolf2011-05-29.cleantone I just grabbed the first track (only 2.7 MB), and metaflac gave me an MD5, but the file failed testing and won't decode. md5 in flac file: 8cefa4d345df955912a2ca94178f072d correct md5 according to shntool: ce67ad906f81db0d914104bea08b0825 So it looks like his machine is creating bad md5s. I just don't know enough about why this could be the case or what else I should be looking at... Thanks, Scott
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...?
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
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
2004 Sep 10
0
Differing RIFF Lengths
...sor, it does not store everything about a WAV file so it can be exactly reproduced, it only stores the audio, so cmp is not the right way to prove that flac is working. a better way is to compare the MD5 sum in the .flac header with the equivalent one from the WAV file, which you can generate with shntool. Josh <p>__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list,...
2004 Sep 12
1
output format when decoding multiple files
here's a quickie - if I do flac -d -c 1.flac 2.flac 3.flac > foo.wav does this work? or are there multiple wav headers in foo.wav. Can flac turn multiple flac files into 1 big wav, or should I decode individually and use another tool to splice them back together? Thanks, -Eric
2008 Feb 08
0
how to get flac fingerprint from a wav?
shntool (http://etree.org/shnutils/, http://shnutils.freeshell.org/) is Windows-only, but the source is available. > 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...
2007 Jan 20
2
FLAC CD Archive
...ely ejected. ... > > Add the line: > > post_read # Execute the user-defined post-read function before ejecting > > Now to go back to the other direction, create an "original CD" (ie, one > with the same CDDB discid), do the following: > > cd /path/to/album/ > shntool join --stdout *.flac > data.wav > cdrdao write --device /dev/hdc toc.txt > rm data.wav > > This is the procedure I used on several hundred CDs I own in order to > get a FLAC archive of them. I use several Squeezeboxes in my house to > listen to them. > > Dax Kelson > G...
2006 Sep 26
4
FLAC CD Archive
I have read some posts about using FLAC to archive CD collections and would like to get some feedback. I am torn between creating a bin and cue file with CDDB info and compressing that down with FLAC as a single file or the second method of ripping all the files out to wav and converting to FLAC and maybe saving the cue file in attempt to use it later. The first method I believe will pretty much