James Lissiak

Results 19 comments of James Lissiak

Any chance we could also get additional math overloads? I'm trying to use an existing `BigNum` lua library that also uses `__mod`, `__pow`, `__lt`, `__gt`, and `__eq` overloads and it...

This sort of works due to #9 but you have to manually set the position/size of the source window. Which means if you move the window, you'd have to update...

@estebandelpino There are some known issues with ultrawide monitors that I've not managed to fix yet. Could you take a look at the workaround posted in #30 and try modifying...

Are you using a plugin to do vertical videos? Or are you just resizing the canvas? Can you link whatever the plugin is (if you are using one), so I...

@Hezkore That's a great workaround. I suspect the change may break some scenarios depending on the sort of zoom source and/or crop values it might have, but I'm glad you...

@MacPleb it sounds like the mouse cursor location cannot be tracked. What version of Mac OS are you on?

@MacPleb hmm, maybe the scaling got messed up. You could try resetting it by setting the Zoom Source to then clicking reset transform on your actual source in OBS, then...

@MacPleb The video shows that your screen resolution is smaller than the canvas size (1680x1050 vs 1920x1080) which is probably causing the issue, some calculation in the script is going...

@MacPleb oh, is this an issue because you have a retina display and OBS is showing it in the UI as 1680x1050 instead of its real value 3360x2100? That might...

@MacPleb I'm glad you got it working! I wonder if it would make sense for the script to look for the word "retina" on the OBS display name and if...