gchudov/cuetools.net

Add support for AIFF

DarkVoyage opened this issue · 6 comments

Should be no problem to add at least as input format with ffmpeg. It is common for Apple users, who download and share aiff from Bandcamp and rip CDs too.

In the meantime you can add it yourself.
Some examples here https://hydrogenaud.io/index.php?msg=1020471 (tagging is not supported)
EDIT: You can use the keyboard INSERT key on all three tabs to add each new format/encoder/decoder. You need to provide ffmpeg.exe.

Thanks for info. It is usable for external formats. But it would be better, if you just add internal support with ffmpeg.dll, because this is one of basic formats that should be supported.

c72578 commented

@DarkVoyage Could you please test the build provided here:
#299

It doesn't work. It gives following message and then CueTools crashes after any action.
X:......aiff: Specified method is not supported..

By the way, TAK can be decoded by ffmpeg, may remove the need for takc.exe for those, who don't need to encode.

c72578 commented

@DarkVoyage Did you copy the required ffmpeg 6.0 dlls to plugins\x64 ?

Otherwise the exception, which you have observed, will appear:
Exception_Specified_method_is_not_supported

Download links for the ffmpeg 6.0 dlls can be found e.g. here:
#276 (comment)

Ok. It works. Thanks.