Kurt Kartaltepe

Results 142 comments of Kurt Kartaltepe

Confirmed browser docks dont speak IME so only X11 input methods work for them. I'm not sure if CEF implements this for other platforms since i dont have any to...

Looks like this works on other platforms, likely CEF implements IME handling for windows/mac where it is standardized.

https://bitbucket.org/chromiumembedded/cef/issues/1813 seems there is an open bug against CEF for this but no one has finished and submitted an implementation there.

As mentioned in the issue https://github.com/obsproject/obs-studio/issues/2296#issuecomment-840967668 You cannot set this parameter via any of the existing settings parameters. It belongs to a different set of options that are not exposed...

> Is there any plan to implement this feature as functionality is already in obs for selecting vaapi_device in default preset These are two separate plugins. No i dont know...

This looks like an ffmpeg bug, the crash should occur even if you dont provide a `vaapi_device=` option. Is that right?

Thanks i dont think there is any fix on our end, we could probably filter out the broken vaapi encoders though this might break people using older versions of ffmpeg...

If you are interested in submitting a PR to support this functionality you can look at the ffmpeg code and our vaapi implementation.

I was looking into this recently, its almost reasonable to add this to the UI and I have written a proof of concept at https://github.com/kkartaltepe/obs-studio/tree/ffmpeg-hwctx which works on my machine...