Difference between revisions of "CUETools"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
Line 12: Line 12:
 
}}
 
}}
  
'''CUETools''' is a tool for [[lossless|lossless audio]]/[[Cue sheet|CUE sheet]] format conversion. The goal is to make sure the album image is preserved accurately. Lossless disc image must be lossless not only in preserving contents of the audio tracks, but also in preserving gaps and CUE sheet contents. Many applications loose vital information upon conversion, and don't support all possible CUE sheet styles. For example, [[foobar2000]] looses disc pregap information when converting an album image, and doesn't support gaps appended (noncompliant) CUE sheets.
+
'''CUETools''' is a tool for [[lossless|lossless audio]]/[[Cue sheet|CUE sheet]] format conversion. The goal is to make sure the album image is preserved accurately. Lossless disc image must be lossless not only in preserving contents of the audio tracks, but also in preserving gaps and CUE sheet contents. Many applications loose vital information upon conversion, and don't support all possible CUE sheet styles. For example, [[foobar2000]] looses disc pre-gap information when converting an album image, and doesn't support gaps appended (noncompliant) CUE sheets.
  
 
==Supported formats==
 
==Supported formats==

Revision as of 15:52, 17 November 2008

CUETools
{{{logo}}}

Developer(s) Moitah,Greg Chudov
Release information
Initial release {{{released}}}
Stable release 1.9.1
Preview release 1.9.2 update 8
Compatibility
Operating system Windows
Additional information
Use Encoder/Decoder
License GNU GPL
Website Hydrogenaudio

CUETools is a tool for lossless audio/CUE sheet format conversion. The goal is to make sure the album image is preserved accurately. Lossless disc image must be lossless not only in preserving contents of the audio tracks, but also in preserving gaps and CUE sheet contents. Many applications loose vital information upon conversion, and don't support all possible CUE sheet styles. For example, foobar2000 looses disc pre-gap information when converting an album image, and doesn't support gaps appended (noncompliant) CUE sheets.

Supported formats

Supports WAV, FLAC, APE and WavPack audio input/output. Audio must be 16-bit, 44.1kHz samples stereo (i.e. CD PCM). Supports every imaginable CUE sheet style (embedded, single file, gaps appended/prepended/left out).

AccurateRip support

Since version 1.9.2, CUETools can verify album images using AccurateRip database. ARCue and TripleFLAC were an inspiration. The unique feature of CUETools AccurateRip verification is offset detection. Rip that was made without offset correction can still be verified against the database, offset can be found and corrected.

Command line options

  • CUETools.exe /verify <filename> - verify an image using AccurateRip database.
  • CUETools.exe /convert <filename> - convert an image to the default output format.
  • CUETools.exe <filename> - open CUETools dialog, with input file set to <filename>.
  • ArCueDotNet.exe <filename> - console version of AccurateRip verification.

Supported platforms

CUETools is a .NET application, written in C#. Binaries are available for 32 bit (x86) and 64 bit (x64) Windows versions. .NET Framework 2.0 and Visual C++ 2005 SP1 runtime are required. Users report they have been able to use it under linux, using Mono, but in this scenario only WAV audio is supported, as other codecs are not yet ported to C#.

External links