Hey,
I encountered a problem encoding a song I downloaded from the internet, the song below is publicly available for download
https://soundcloud.com/calvin-ocommor/calvin-ocommor-joanna-angelina
Error in the title. I tried using --ignore-chunk-sizes, but that doesn't work either
c:\flac>flac -8 --ignore-chunk-sizes "C:\Users\graco\Downloads\Music\Calvin O'Commor & Joanna Angelina - Mały Raj (Extended Mix).wav"
flac 1.5.0
Copyright (C) 2000-2009 Josh Coalson, 2011-2025 Xiph.Org Foundation
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
INFO: Make sure you know what you're doing when using --ignore-chunk-sizes.
Improper use can cause flac to encode non-audio data as audio.
WARNING: RIFF chunk size of file C:\Users\graco\Downloads\Music\Calvin O'Commor & Joanna Angelina - Mały Raj (Extended Mix).wav does not agree with filesize
Calvin O'Commor & Joanna Angelina - Mały Raj (Extended Mix).wav: WARNING: 'data' chunk has non-zero size, using --ignore-chunk-sizes is probably a bad idea
(No runtime statistics possible; please wait for encoding to finish...)
Calvin O'Commor & Joanna Angelina - Mały Raj (Extended Mix).wav: ERROR: got partial sample
1 Name: Calvin O'Commor & Joanna Angelina - Mały Raj (Extended Mix); Status: Decoded with minor problems; Warnings: Indicated RIFF size exceeds actual file size, file appears to be truncated; Malformed or truncated chunk found at 38 bytes, claimed length 74048624 bytes, truncated to 74048622 bytes (...); MD5: F916053177DC68B85E7BCB769CEEC02F; CRC32: 468B5465
Is there any way to encode this file to FLAC ignoring the above errors?
Encode as raw pcm is probably not a good idea, because it also encodes the sounds of the WAV header.
Thanks in advance!