So I've been trying to convert some tracks I downloaded from YouTube as m4a using JDownloader, and most of them worked (200+) but with 10 tracks there seems to be an Error with the "RIFF-Header".
Even though playing them using VLC Media Player works perfectly fine. I see there is an option to ignore this error in Lame MP3 using a flag, but since this is using faad converter I'm not sure what to try next. Ive also tried re-downloading them without success, and JD was closed during that time.
E.g. Log File:
LameXP v4.16 (Build #2134), compiled on 2018-04-30 at 14:48:13
-------------------------------
C:/Users/Dome/AppData/Local/Temp/ca83d69bb1b35669/lxp_faad.exe -o C:\Users\Dome\AppData\Local\Temp\ca83d69bb1b35669\68f42b3cb9ddf109.wav "REMOVED PATH.m4a"
*********** Ahead Software MPEG-4 AAC Decoder V2.8.6 ******************
Build: Dec 16 2017
Copyright 2002-2004: Ahead Software AG
http://www.audiocoding.com
bug tracking: https://sourceforge.net/p/faac/bugs/
Floating point version
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License.
**************************************************************************
**** MP4 header ****
Brand: isom(version 512)
Compatible brands: isomiso2mp41
*track media type: 'soun': OK
parse:-1
Error opening file: "REMOVED PATH".m4a
Exited with code: 0x0000
-------------------------------
C:/Users/Dome/AppData/Local/Temp/ca83d69bb1b35669/lxp_sox.exe --i C:\Users\Dome\AppData\Local\Temp\ca83d69bb1b35669\68f42b3cb9ddf109.wav
C:\Users\Dome\AppData\Local\Temp\ca83d69bb1b35669\lxp_sox.exe FAIL formats: can't open input file `C:\Users\Dome\AppData\Local\Temp\ca83d69bb1b35669\68f42b3cb9ddf109.wav': WAVE: RIFF header not found
Exited with code: 0x0001
Thanks in advance.