[BUG] chapters & cut - 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] chapters & cut (/thread-621.html) |
chapters & cut - weyb06 - 18.09.2018 Hi, I did : - insert 3 chapters in a 25mn long H264 video file - put audio/video to 'passthrough' - create & start a job to have a new file with 3 chapters - load this file - audio passthrough - video : NVEnc / H265 / variable bitrate (HQ) - check 'use chapter names' - no suffix - crop + filter 'overwrite input scan type to : telecine' - created 3 jobs to the job queue - started the job queue --> it created 3 times the same file '..._Chapter X.mkv' which are 25mn long, with a part of the 1st chapter video running continuously the log is here : https://we.tl/t-3LemB5v6YM regardsPlease, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: chapters & cut - Selur - 18.09.2018 Will look into it assuming the debug output was properly created and contains the job creation and processing. RE: chapters & cut - Selur - 18.09.2018 Seems to be a bug in Hybrid. Will look into it, but this will probably take me quite a while. RE: chapters & cut - weyb06 - 18.09.2018 ok , I'll wait, I know you must have a lot of things to see... regards RE: chapters & cut - Selur - 18.09.2018 I think I got the main issue fixed, but I noticed, that this probably will create async output since NVEncC doesn't allow enforcing key frames at specific frame numbers so in case the chapter point isn't on a key frame output will be async. (added a feature request to the bug tracker of NVEncC, see: https://github.com/rigaya/NVEnc/issues/73) -> will send you a dev version for testing, if the output is async try x265 instead of NVEnc Cu Selur RE: chapters & cut - weyb06 - 18.09.2018 Hi, just to be sure : - you sent me via PM a dev version to tests the naming issue correction - you WILL send (& have not yet) me an other dev version to test the chapter issue correction ? regards RE: chapters & cut - Selur - 19.09.2018 The naming issue should fix the chapter issue as far as it is fixable. |