![]() |
Vaporsynth QTGMC bug in ver. 2017.10.05.1 - 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: Vaporsynth QTGMC bug in ver. 2017.10.05.1 (/thread-123.html) Pages:
1
2
|
RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - andrewschen - 29.12.2017 (29.12.2017, 17:50)Selur Wrote: Did a fast test her, by reencoding a 7.1 24bit 96kHz stream to flac 24 bit 48kHz. I checked the 2017.10.5.1 and 2017.5.6.1 version after I checked the current version. On my system, 2017.5.6.1 can successfully encode flac24. For 2017.10.5.1 and 2017.12.27.1, the program begins with the flac24 encode then soon reports finishing encoding, but doesn't really generate the flac24 audio for muxing to destination file, so the muxing process reported that it can't find the flac24 file and the job is crashed. Here's the debug output of the 3 version of Hybrid I checked. RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 29.12.2017 Only looked at the output of 2017.12.27.1 (don't care about old versions). According to the debug output: "C:\PROGRA~1\Hybrid\mkvmerge.exe" --ui-language en -o "T:\flac32stereo.mkv" --global-tags "H:\TMP\USERTMP\flac32stereo_03_38_37_6310__03.xml" --default-track 0:yes --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "H:\TMP\USERTMP\iId_5_aid_0_03_38_37_6310_01.flac" -> looks fine to me if you want a raw flac file as output, use '.raw' as extension in the Main-tab,... Cu Selur RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - andrewschen - 29.12.2017 (29.12.2017, 23:05)Selur Wrote: Only looked at the output of 2017.12.27.1 (don't care about old versions). Allow me to explain... I tested each hybrid version with more than 1 job, flac16/24/32 all tested. the error is only happen on flac24 encode, and the output results is located in the middle of HybridDebugOutput 2017.12.27.1.txt, flac24stereo is the name of crashed file/job, not flac32stereo. Sorry for confusing. ![]() RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 29.12.2017 Ah, problem is probably related to you using flacCL (which I never use ![]() Might be that it doesn't support 24bit encoding. What happens if you call: "C:\PROGRA~1\Hybrid\ffmpeg.exe" -y -threads 4 -i "H:\sample.thd" -ac 8 -ar 48000 -f sox - | "C:\PROGRA~1\Hybrid\sox.exe" --multi-threaded --ignore-length --temp "H:\TMP\USERTMP\03_38_05_901001" --buffer 524288 -S -t sox - --endian little -b 24 -t wav - remix -m 1v0.243804,7v0.062798,3v0.172392,6v0.044404,8v0.044404,5v0.432198 2v0.243804,7v0.062798,3v0.172392,5v0.044404,8v0.044404,6v0.432198 | "C:\PROGRA~1\Hybrid\CUETools.FLACCL.cmd.exe" -f -F --ignore-chunk-sizes -8 -o "H:\TMP\USERTMP\iId_4_aid_0_03_38_05_9010_02.flac" - Hybrid atm. doesn't check whether the output of FLacCL was created, since I totally forgot about it. ![]() Cu Selur RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 29.12.2017 Looking at the FLACCL command line options: CUETools FLACCL 2.1.6, Copyright (C) 2010-2013 Grigory Chudov. ![]() Cu Selur RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 30.12.2017 Okay, I'm a bit confused how you even managed to get Hybrid to use flacCL with 24 bit encoding, because for me as soon as FLACCL is used, there 16bit is enforced. RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 30.12.2017 Okay, I figured it out. I through flaccl out as the default flac audio encoder, but you set it manually in the tools section, by default Hybrid uses flac.exe there. And now comes the bug, normally Hybrid should remove '24bit' support when flaccl is used and this fails. ![]() ->FLACCL only supports 16 and 32bit not 24bit and Hybrid should hide the 24 from the user, but here it fails. ![]() Cu Selur RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 30.12.2017 After some sleepless hours,.. a. flac through flaccl only supports 16bit b. flac through ffmpeg only supports 16 and 32bit c. flac through flac supports 16/24/32bit -> fixed that + a bug during the ffmpeg call optimization in the dev build I send you a link to in a few minutes. Cu Selur RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - andrewschen - 30.12.2017 (30.12.2017, 03:28)Selur Wrote: After some sleepless hours,.. I didn't enable flaccl actually..... But I tested the new fix you send me, and it does solve the problem! Thanks you! ![]() |