SceneCity

Results 8 comments of SceneCity

Would an OME restart then work, or would the NVidia drivers be permanently broken until a reboot is done? If restarting OME also works for you, I'd vote to try...

I have just noticed that decoder_avc_qsv.cpp is setting `::av_opt_set(_context->priv_data, "gpu_copy", "on", 0);` but decoder_hevc_qsv.cpp isn't. I'll now patch this and try to build from source on Arch Linux instead of...

I have now built OME from source including its ffmpeg. I added `::av_opt_set(_context->priv_data, "gpu_copy", "on", 0);` and of course fixed the codec name. It works, but sadly is not faster...

Maybe I should not have put all of these subjects into one issue, but you definitely need to correct the codec name from "h265_qsv" to "hevc_qsv" for it to work...

And I am aware that qsv does have direct transcoding path, where both decoding and encoding is done in one step in the GPU and is blazingly fast using an...

I am not experienced enough with github, else I would create a pull request. So, again, this is the important bug that should be fixed: In decoder_hevc_qsv.cpp: ` const AVCodec...

irlkitcom: Thank you for doing this, I still have to learn how to do PRs...