Guest User

Untitled

a guest
Jan 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. ===============================================================================
  2. flac - Command-line FLAC encoder/decoder version 1.2.1
  3. Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
  4.  
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9.  
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14.  
  15. You should have received a copy of the GNU General Public License
  16. along with this program; if not, write to the Free Software
  17. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  18. ===============================================================================
  19.  
  20. This is the short help; for all options use 'flac --help'; for even more
  21. instructions use 'flac --explain'
  22.  
  23. To encode:
  24. flac [-#] [INPUTFILE [...]]
  25.  
  26. -# is -0 (fastest compression) to -8 (highest compression); -5 is the default
  27.  
  28. To decode:
  29. flac -d [INPUTFILE [...]]
  30.  
  31. To test:
  32. flac -t [INPUTFILE [...]]
Add Comment
Please, Sign In to add comment