gchudov / cuetools.net

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

RF64 wavs not accepted #344

Open tormento opened 1 month ago

tormento commented 1 month ago

I have some DTS files to convert to FLAC but when converting them with

ffmpeg.exe -i test.dts -acodec pcm_s24le -rf64 auto test.wav

I get

Error: Not a valid RIFF file..

Unfortunately I can't have a "standard" RIFF file, as the WAV from DTS is more than 5 GB.

Can you help me?