1. rem won't accept FLAC as input
  2. rem won't read tags & artwork from WAV
  3. rem without -d output folder will write file to current directory
  4.  
  5. qaac64 -V 100 --copy-artwork input -d outfolder
  6.  
  7.  
  8. rem ALAC
  9. rem -b 16 to force 16-bit depth in case input isn't
  10.  
  11. qaac64 -A -b 16 --copy-artwork input -d outfolder
  12.