Help
-
Search
-
Members
-
Calendar
Full Version:
FC command replacement
Hydrogenaudio Forums
>
Lossless Audio Compression
>
Lossless / Other Codecs
schonenberg
May 15 2005, 20:21
I am looking for a replacement for the DOS "fc" command, that supports comparing a file and stdin.
I'm comparing a flac file to the original wave.
I'm not going to use the flac verify command, I want to actually verify it myself all in one command.
Supernaut
May 15 2005, 21:05
GNU diff can do that.
Download a win32 compile
(you'll need the 'binaries' and 'dependencies' package) then try something like:
CODE
flac -d test.flac | diff -q --binary - test.wav
No output means they're identical, error message means they're not.
foobar2000
has a bit-compare tracks option which also works quite well.
schonenberg
May 15 2005, 23:42
Thanks!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Invision Power Board © 2001-2009
Invision Power Services, Inc.