![]() |
fallback from "Use only decoder" mode for NVENC - 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: fallback from "Use only decoder" mode for NVENC (/thread-1827.html) Pages:
1
2
|
fallback from "Use only decoder" mode for NVENC - Mimo - 03.05.2021 Hi, is there a possibility to implement a fallback from "Use only decoder" mode ? It is little annoying to recreate jobs due to this ...Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: fallback from "Use only decoder" mode for NVENC - Selur - 03.05.2021 I have no clue what such a fallback should do. NVEncC has no option that allows to first test hardware decoding and if that fails automatically use software decoding. Only thing that comes to mind I could do is add some checks to abort the job creation, if NVEnC + 'use only decoder' is selected, but the input is not one of these formats:
Cu Selur RE: fallback from "Use only decoder" mode for NVENC - Mimo - 03.05.2021 Ya, this is one way, but it might not work always as i have many times H264 videos where is nvenc crashing when use encoder only. I have in mind something like that if there is a crash after use only encoder then start job without use only encoder parameter. ... And this behavior can be switch on in internal config f.e. RE: fallback from "Use only decoder" mode for NVENC - Selur - 03.05.2021 Quote:I have in mind something like that if there is no stream after use only encoder then start job without use only encoder parameter. ...Okay, that won't happen. ![]() -> I'll add an additional check to Hybrid during the job creation for the next release. Cu Selur RE: fallback from "Use only decoder" mode for NVENC - Mimo - 03.05.2021 (03.05.2021, 18:48)Selur Wrote:Quote:I have in mind something like that if there is no stream after use only encoder then start job without use only encoder parameter. ...Okay, that won't happen. Ok. This would save me a lot of time to reset crashed jobs, but thanks anyway for the perfect tool. RE: fallback from "Use only decoder" mode for NVENC - Selur - 04.05.2021 Found some time and send you a link to a dev version via pm which adds some additional checks during job creations. Cu Selur RE: fallback from "Use only decoder" mode for NVENC - Mimo - 05.05.2021 (04.05.2021, 20:05)Selur Wrote: Found some time and send you a link to a dev version via pm which adds some additional checks during job creations. it is now filtering out AVC videos ... so it is not working correctly for me . other question: how to resize only files with some resolution higher as some value ? RE: fallback from "Use only decoder" mode for NVENC - Selur - 05.05.2021 Quote:how to resize only files with some resolution higher as some value ?There is no such option in Hybrid atm., but I can probably write one,.. Quote:it is now filtering out AVC videos ...made a typo, fixed it locally will send you a new version in ~1hr. Cu Selur RE: fallback from "Use only decoder" mode for NVENC - Mimo - 05.05.2021 ok, so filter is correct but nvenc is still crashing, even stream is AVC. here is media info for one not working : ID : 1 due this situations i was talking about fallback scenario. RE: fallback from "Use only decoder" mode for NVENC - Selur - 05.05.2021 No clue why NVEnc would have problems with such a file. -> Create a debug output and share it. Cu Selur |