[BUG] Batch encode crash - 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: [BUG] Batch encode crash (/thread-3522.html) |
Batch encode crash - i990049 - 25.12.2023 Hybrid 2023.12.22.1,Batch encode crash,some files have multi subtitles and 2 audios,some don't have mulit。click anyone of the red button to download。 https://wwi.lanzoup.com/iYwkJ1ix5ogd RE: Batch encode crash - Selur - 25.12.2023 Update to, latest version, create a new debug output and I'll look at it after the holidays. RE: Batch encode crash - i990049 - 25.12.2023 I did use the latest version Hybrid 2023.12.22.1. the link is the debug files. merry Christmas. enjoy yourself I can wait until you are available. RE: Batch encode crash - Selur - 25.12.2023 Okay, will look at after the holidays. RE: Batch encode crash - Selur - 25.12.2023 Had a look at the debug output, the crash happend because Hybrid was not able to load: Invalid json options file 'D:\Hybrid\2023-12-25@16_12_29_4310\job_16_13_16_536.json' Since I haven't changed that part of the code for multiple years, I suspect this s related to some anti virus program or similar. (I assume you are not running multiple Hybrid instances in parallel) Can you reproduce the problem when processing "C:\czz\Cai Zhizhong Cartoon Series S01E01A.mkv" on it's own? Cu Selur RE: Batch encode crash - i990049 - 25.12.2023 If only one file is encoded at a time, all of them are fine. This bug only occurs when multiple files are processed in batches. This time I picked six of the files to batch test and generate the debug1 file. Then remove one of the files and leave five files to generate the debug2 file. Finally, remove one file again, and four files are left to generate a debug3 file. https://wwi.lanzoup.com/iwkZB1iyidrc RE: Batch encode crash - Selur - 25.12.2023 "..four files are left to generate a debug3 file." Okay, does this also happen if you just use two files? And could you create a debug output of that, since the debug output should be way smaller, it might be easier to reproduce the problem. Cu Selur Ps.: if you can create two short samples and create the problem with those and can share them with me it would help a lot, otherwise I will probably spend hours reading the debug output to find a way to reproduce this. RE: Batch encode crash - Selur - 25.12.2023 Also try whether it helps to disable: 'Config->Paths->Create sub-folder per job in temp path. *experimental*', which seems to be enabled in your settings. Cu Selur RE: Batch encode crash - i990049 - 25.12.2023 Cai Zhizhong Cartoon Series S01E01A:1 audio no sub Cai Zhizhong Cartoon Series S01E01B:2 audios 3subs Cai Zhizhong Cartoon Series S01E02A:1 audio 3subs Cai Zhizhong Cartoon Series S01E03A:1 audio 4subs If disable: 'Config->Paths->Create sub-folder per job in temp path. *experimental*',Hybrid batch mod won't crash. But S01E01B's first sub will merge into S01E01A. Here is the debug4 : S01E01B's first sub merged into S01E01A. https://wwi.lanzoup.com/iHtqn1iyqycb If enable: 'Config->Paths->Create sub-folder per job in temp path. *experimental*',the sub won't match wrong, 1 audio 3subs/1 audio 4subs work fine, but 1 audios no subs/2 audios 3subs will crash. By the way, why I already set the VBV maxrate to 1040/13000, Hybrid still chang to default 62500/78125 when Batch encode? RE: Batch encode crash - Selur - 25.12.2023 Quote:Hybrid still chang to default 62500/78125 when Batch encode?If bit rate based encoding was used, probably yes, since changing the source will then trigger a recalculation of the restrictions. About the debug output like I wrote: Quote:Okay, does this also happen if you just use two files?otherwise I would need samples of all your sources that allow me to reproduce the problem. I'm not going to spend hours trying to separate all the debug output lines per source,... |