mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Flake: changed default compression level from 7 to 5
This commit is contained in:
@@ -44,7 +44,7 @@ namespace CUETools.Codecs.FLAKE
|
|||||||
|
|
||||||
public override string GetSupportedModes(out string defaultMode)
|
public override string GetSupportedModes(out string defaultMode)
|
||||||
{
|
{
|
||||||
defaultMode = "7";
|
defaultMode = "5";
|
||||||
return this.AllowNonSubset || (this.PCM != null && this.PCM.SampleRate > 48000) ? "0 1 2 3 4 5 6 7 8 9 10 11" : "0 1 2 3 4 5 6 7 8";
|
return this.AllowNonSubset || (this.PCM != null && this.PCM.SampleRate > 48000) ? "0 1 2 3 4 5 6 7 8 9 10 11" : "0 1 2 3 4 5 6 7 8";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ namespace CUETools.FlakeExe
|
|||||||
Console.WriteLine();
|
Console.WriteLine();
|
||||||
Console.WriteLine("Options:");
|
Console.WriteLine("Options:");
|
||||||
Console.WriteLine();
|
Console.WriteLine();
|
||||||
Console.WriteLine(" -0 .. -11 Compression level, default 7; 9..11 require --lax");
|
Console.WriteLine(" -0 .. -11 Compression level, default 5; 9..11 require --lax");
|
||||||
Console.WriteLine(" -o <file> Output filename, or \"-\" for stdout, or nul.");
|
Console.WriteLine(" -o <file> Output filename, or \"-\" for stdout, or nul.");
|
||||||
Console.WriteLine(" -P, --padding # Padding bytes.");
|
Console.WriteLine(" -P, --padding # Padding bytes.");
|
||||||
Console.WriteLine(" -q, --quiet Quiet mode.");
|
Console.WriteLine(" -q, --quiet Quiet mode.");
|
||||||
|
|||||||
Reference in New Issue
Block a user