gchudov / cuetools.net

CD image processing suite with optimized lossless encoders in C#
http://cue.tools/
Other
480 stars 51 forks source link

CUETools doesn't support CUETools.FLACCL.cmd.exe compression modes #342

Closed acmodeu closed 1 month ago

acmodeu commented 1 month ago

When I set flac encoder to use CUETools.FLACCL.cmd.exe with multiple comression setting according:

cuda

and try to compress, I get the following error:

error

Encoding with -%M removed work perfectly.

Encoding using CUETools.FLACCL.cmd.exe in console with compression set also works.

ha-korth commented 1 month ago

flaccl is built-in. The command-line version was intended for use outside of CUETools but is dependent on many of the same files as the built-in encoder.

flaccl flaccl2

Did you check the original archive to see if Windows blocked it. This block can prevent CUETools from accessing the plugins folder.

c72578 commented 1 month ago

@acmodeu Please select a compression level once in CUETools using the slider, then it is supposed to work.

c72578 commented 1 month ago

Notes concerning this issue:

The settings.txt file shows what is going on:

So, the EncoderMode is missing after freshly adding the Encoder and has to be set.

If the compression level has been selected, it is shown in the CUETools window:

  1. Not selected yet: 1_CUETools_encoder_freshly_added

  2. Compression level selected (see green marker): 3_encoder_added+level_8_selected_marked

acmodeu commented 1 month ago

@ha-korth my encoder settings window is very different from yours.

@c72578 thank you! Setting initial compression fixed the issue.