Rodney

Results 351 comments of Rodney

> Yep, something like `actions/windows-bundler` or something would be more canonical - what does `bout` actually stand for? It stands for [Building OBS Updates Fast(er)](https://github.com/obsproject/bouf?tab=readme-ov-file#bouf---building-obs-updates-faster).

> Is the `package` step (of the workflow and the action) ever run without a consecutive `update` step as which makes "merging" two separate workflows and actions into the same...

Previously we decided that we wanted to have the updater files ready for testing and deployment before we publish a github release, so that's a question for @RytoEX if we...

With that in mind I would then propose the following approach: - Rename the `bouf` action to `windows-signing` to have a more descriptive name + It will remain part of...

Implemented the changes outlined above, tested it on my fork as well and seems to work fine.

To be honest I've not really thought about how we'll handle multi-architecture Windows at all yet. Will require some further thought about how we want to implement that in the...

Seems fine, I recently had a use for this as well (GPU rescaling allows multiple video outputs with different formats, but `get_mix_for_video` fails if your encoder has an fps divisor,...

Looks fine to me, can't test it on my machine due to NVIDIA right now, hopefully one of our Linux folks can double check.

Added another commit to add support for Linux using the new non-texture encoder. Tested on openSUSE Tumbleweed with NVIDIA 545.0 drivers.

Updated to use a CUDA array, this variant does not have Linux support right now as I need time to re-test that.