Xaymar

Results 152 comments of Xaymar

@campbellwmorgan Looking at the crash logs in #40, this appears to be a different crash. Unfortunately I have not spent any time debugging the plugin to say for sure if...

> I wonder, is this perhaps why DaVinci Resolve refuses to import such videos? 🤔 Many Resolve features are paywalled, and require you to buy the product.

Beta and Release Candidates of OBS Studio are not supported, as they are Beta and Release Candidates instead of full releases.

#### Progress so far on OBS Studio 28.x support: - Building with Qt6 is working, although not on all platforms. - Linking against new FFmpeg, CURL and similar dependencies is...

#### Progress so far: - Windows is failed to link because it can't find CURL, but at the same time found CURL. This is probably the weirdest problem I've ever...

For interested people, there are test builds available in #870. These builds are more alpha than alpha, and still need a lot of work, but they do finally build on...

> Therefore, the path to the install_name_tool command will also need to be changed. Any idea why the libobs.Framework cmake config file does not have an INTERFACE_INCLUDE_DIRECTORIES entry only on...

#### Status: - Build is working for Windows and Linux, for both Qt5 and Qt6. - MacOS is failing as libobs.Framework has no INTERFACE_INCLUDE_DIRECTORIES, and as such can't figure out...

After a day of delving into the Mac issue, I think I've tracked it down to the include directorioes property being completely empty when installing the `obs_libraries` component. I'll apply...