Skip to content

Instantly share code, notes, and snippets.

@tommorris
Created February 28, 2012 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommorris/1934901 to your computer and use it in GitHub Desktop.
Save tommorris/1934901 to your computer and use it in GitHub Desktop.
ricoeur:~ tom$ cd /Users/tom/Music/iTunes/iTunes\ Music/LTJ\ Bukem/Journey\ Inwards\ \[Disc\ 2\]/
ricoeur:Journey Inwards [Disc 2] tom$ ls
2-07 Feel What You Feel.wav
ricoeur:Journey Inwards [Disc 2] tom$ sha1sum 2-07\ Feel\ What\ You\ Feel.wav
SHA1(2-07 Feel What You Feel.wav)= e421fa33ee86a133df8dde6c286ff1a3d78e6c5a
ricoeur:Journey Inwards [Disc 2] tom$ flac 2-07\ Feel\ What\ You\ Feel.wav
flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
2-07 Feel What You Feel.wav: wrote 61000992 bytes, ratio=0.685
ricoeur:Journey Inwards [Disc 2] tom$ mv 2-07\ Feel\ What\ You\ Feel.flac 2-07\ Feel\ What\ You\ Feel\ new.flac
ricoeur:Journey Inwards [Disc 2] tom$ flac -d 2-07\ Feel\ What\ You\ Feel\ new.flac
flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
2-07 Feel What You Feel new.flac: done
ricoeur:Journey Inwards [Disc 2] tom$ ls
2-07 Feel What You Feel new.flac 2-07 Feel What You Feel new.wav 2-07 Feel What You Feel.wav
ricoeur:Journey Inwards [Disc 2] tom$ sha1sum 2-07\ Feel\ What\ You\ Feel\ new.wav
SHA1(2-07 Feel What You Feel new.wav)= e421fa33ee86a133df8dde6c286ff1a3d78e6c5a
# No shit: FLAC actually is lossless like everyone says.
# Effective trolling was effective. ;-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment