The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
[BUG] default temp path - 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] default temp path (/thread-672.html) |
default temp path - weyb06 - 15.10.2018 Hi, it seems that not all temporary files created in the default temp path are deleted before finishing the job, especially the <original_name>_<Id>.mkv files. sometimes, they're not deleted, sometimes yes. regards RE: default temp path - Selur - 15.10.2018 They should only not be deleted in case something goes wrong, normally Hybrid is intended to delete the temp files,.. RE: default temp path - weyb06 - 15.10.2018 ah : so they're not deleted in the case there's a crash - only ? RE: default temp path - Selur - 16.10.2018 Yes, that is the intention, in case some tools change there might be something left, but that would not be intended. A job should also contain cleanup-subjobs for the cleaning. In case something leaves stuff behind try to describe me how to reproduce the problem and I'll try to fix it. Cu Selur RE: default temp path - weyb06 - 16.10.2018 Hi, example : when i hit the 'chapter queue' to split a video in multiple videos according to chapters, then I have all the <original_name>_<Id>.mkv files in default temp path even if all jobs are 'finished' (& not crashed) -> in my case today : 5 files i can send you a capture of the explorer window if you want, or do you need smthg else ? regards RE: default temp path - Selur - 16.10.2018 Will look into it, probably something changed in mkvmerge,.. RE: default temp path - weyb06 - 16.10.2018 Hi, I had a crash during some encoding at the step "03_video" "constant quantizer encoding - 1 pass (NVEnc - MPEG-4 HEVC)". and 2 files remain in the default temp path : - iId_15_aid_0_<Id>.mp3 - <name>_<Id>.qp regards RE: default temp path - Selur - 16.10.2018 Yes, on a crash all current temp files will be kept, so that users can do with them what they want. That is as intended. Don't see what this has to do with the problem, I already wrote: Quote:They should only not be deleted in case something goes wrong, normally Hybrid is intended to delete the temp files,..and a crash is a case where Hybrid assumes something went wrong, so the files are kept. Cu Selur RE: default temp path - weyb06 - 17.10.2018 ok then regards RE: default temp path - Selur - 17.10.2018 fixed this (unwanted temp files left over during queue chapters for mkv sources) locally, so next dev version I send you should be fine, but I'll try to fix the splitting+asynch issue first. Cu Selur |