Advertisement
Urik_Kane

qaac64 sample promts

Mar 24th, 2025 (edited)
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.30 KB | None | 0 0
  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.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement