Apple should dedicate some resources to making this successful. Metal could use more wins outside of Apple itself.
OBS Studio Gets a New Renderer
41–50 of 78 posts
Re: OBS Studio Gets a New Renderer
#42If you are - recording your screen but not streaming - you are not customizing what goes into your screen Then use something else. GPU screen recorder has a lower overhead and produces much smoother recordings: https://git.dec05eba.com/gpu-screen-recorder/about/
NVIDIA has a "lower overhead" screen recorder, no? It's alt + f9 or something. AFAIK It's supposed to be optimized, because they own the stack and all. It's probably only on Windows though.
Re: OBS Studio Gets a New Renderer
#43Re: OBS Studio Gets a New Renderer
#44Was considering building a streaming rig around a Mac Mini. I wonder if with these performance enhancements, that will work for me?
Re: OBS Studio Gets a New Renderer
#45Re: OBS Studio Gets a New Renderer
#46Earlier quoted context omitted.
Also Mac only, since non Mac users won't have a clue what metal means in this context.
“Mac-only” was disappointing to read, but OBS’ render performance has been fine on macos and linux even with older hardware. James Webb calls anything heavier than helium “metal.”
And i call it great music.
Re: OBS Studio Gets a New Renderer
#47I wonder how this improves performance on older Intel macs with a Metal-compatible GPUs, or if it's really a M-series only improvement.
Not sure why though, because Metal 3 is still supported on a bunch of Intel Macs...
Re: OBS Studio Gets a New Renderer
#48Earlier quoted context omitted.
There is a Metal Obj-C API, Metal implementation is C++.
No it's not - the compiler for MSL is of course C++ because it's LLVM but the runtime is absolutely written in objc (there weren't even C++ bindings until recently).
What you are talking about are C++ wrappers around Metal Objective-C API. Yes, it is weird as they are going C++ -> Objective-C -> C++. Why not go directly? Because Apple does not ship C++ systems frameworks.
The term is Objective-C++.
Re: OBS Studio Gets a New Renderer
#49Vulkan support was introduced in OBS Studio 25.0 in March 2020, 5.5 years ago.
Re: OBS Studio Gets a New Renderer
#50If you are - recording your screen but not streaming - you are not customizing what goes into your screen Then use something else. GPU screen recorder has a lower overhead and produces much smoother recordings: https://git.dec05eba.com/gpu-screen-recorder/about/
Looks neat but seems like a complete hassle to get up and running and maintain, unless if your goal is to learn how screen recorders work.