Crash when using qaac encoder - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Crash when using qaac encoder (/thread-1378.html) |
Crash when using qaac encoder - Nero - 23.05.2020 When I try to use qaac to encode the audio, the log returns the following error message: -> 18_41_50_3410_02_audio crashed: ERROR: D:\Projects\temp\iId_2_aid_0_lang_en.aac was not created! Using other encoders for aac like fdkaac or neroaac everything works fine. I also already have the qtfiles folder to use qaac in portable mode. I can use it well in other GUIs, but for some reason, it is not working for me in hybrid. Thanks for any help. RE: Crash when using qaac encoder - Selur - 23.05.2020 1. Works fine here, you are not sharing any useful details. 2. You share parts of a log which starts with: Quote:This log is only intended for user information. It should not be part of a bug/problem report!!3. You did not read the '[INFO] Infos needed to fix&reproduce bugs,..'-sticky or simply ignored it. -> Sorry, but I won't spend time on this. Cu Selur RE: Crash when using qaac encoder - Nero - 23.05.2020 Sorry, I forgot to give you some details. OS is Windows 10 x64 v1909. All I did was set some x264 parameters, resize and apply spline36 and sharp filter. Also set to encode the audio in aac using qaac at 160kpbs in cvbr mode. I'll leave the debug logs below. Regards RE: Crash when using qaac encoder - Selur - 23.05.2020 What happens if you call: "C:\Hybrid\64bit\ffmpeg.exe" -y -threads 4 -loglevel fatal -nostdin -i "C:\Projects\temp\iId_4_aid_0_lang_ja_DELAY_-44ms_13_01_28_3610_01.flac" -ac 2 -ar 48000 -acodec pcm_s24le -f wav - | "C:\Hybrid\64bit\qaac.exe" --no-delay --threading --cvbr 160 - -o "C:\Projects\temp\iId_4_aid_0_lang_ja.aac" Cu Selur RE: Crash when using qaac encoder - Nero - 23.05.2020 Yeah, that's right. It crashes and the job queue stops, saying that the aac file wasn't created. I tried to get more information by changing the debug to level 9. So I found this error message: Qaac output: ERROR: CoreAudioToolbox.dll: The specified module could not be found. I think it's no problem with dependencies, because when hybrid checks for them, the debug log says: Checking for qaac / Apple Application Support in the registry,... RE: Crash when using qaac encoder - Selur - 24.05.2020 Hybrid only checks if the files are there, but it does not check that the files in your portable folder match your qtaac file. My guess is that you mixed 32bit and 64bit files. Cu Selur RE: Crash when using qaac encoder - Nero - 24.05.2020 That's not the case. All files in the portable folder were extracted from iTunes64Setup.exe using makeportable batch file. From there I just renamed the 'QTfiles64' folder to 'qtfiles' and moved it next to the qaac file. The qaac executable itself is also 64bit (already included in hybrid). In addition, using qaac in CLI everything goes well. So I guess there's no problem with the files. Any other guess? RE: Crash when using qaac encoder - Selur - 24.05.2020 03.05.2019 01:55 80.696 ASL.dll Cu Selur RE: Crash when using qaac encoder - Nero - 24.05.2020 I saw where the problem was, the name of qtfiles folder. Searching on how to integrate qaac portable support in hybrid, I found this post you made in hybrid's thread on the VideoHelp website: https://forum.videohelp.com/threads/345169-Hybrid(Windows-Linux-Mac)-Input-x264-x265-Xvid-VP8-VP9/page45#post2337288 So I thought the right thing to do would be to rename the 'QTfiles64' folder to 'qtfiles', which was causing the crash. Then, it's solved. My apologies for the mistake and thank you for your patience trying to help me with this. I really appreciate that. |