The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
NVEncC -vpy - 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: NVEncC -vpy (/thread-3607.html) |
RE: NVEncC -vpy - Selur - 08.06.2024 So that speed statement was just a guess. RE: NVEncC -vpy - Dan64 - 08.06.2024 I tested the speed and unfortunately using NVenc to directly parse the script is significantly slower. My expectation was that removing the pipe NVenc could be able to encode faster. I will open an issue to Rigaya: Dan EDIT: issue opened: https://github.com/rigaya/NVEnc/issues/591 RE: NVEncC -vpy - Selur - 08.06.2024 Okay, I'm not surprised that it is slower, since it will probably not open the script with as much threads. Cu Selur RE: NVEncC -vpy - Selur - 08.06.2024 Send you a link to a dev version with adds the H.265 options and adjusted 'DirectSynthLoading' for NVEnc to include '--vsdir'. The 'DirectSynthLoading' effect is only visible during job creation, since only then Hybrid knows for sure that Vapoursynth is used with NVEnc and 'DirectSynthLoading'. Cu Selur RE: NVEncC -vpy - Dan64 - 12.06.2024 I set b-frames=5 but Temporal Filtering is always disabled. I need to set other options ? Dan RE: NVEncC -vpy - Selur - 12.06.2024 might be a bug will look at it after work RE: NVEncC -vpy - Selur - 12.06.2024 Found the problem, send you a link via pm. (not sure whether it's my ISP or the webspace, upload is around 700KiB/s instead of the normal 3.5MiB/s and upload had to resume three times) Cu Selur RE: NVEncC -vpy - Dan64 - 12.06.2024 The new dev. version solved the issue. Thanks, Dan RE: NVEncC -vpy - Dan64 - 15.06.2024 Hello Selur, It is possible to add support for option: --vpp-nlmeans Thanks, Dan RE: NVEncC -vpy - Selur - 15.06.2024 I'll look into tit tomorrow. You can use it through the Misc->Additions option. |