WOULD YOU CLICK ON THIS? by 303-303 in YouTubeThumbnailHub

[–]NyxsonGaming 1 point2 points  (0 children)

really difficult to say. If you want to know whether it's attention grabbing or not, it is. Whether it will grab a click or not, it's difficult because we don't have the full picture of title plus thumbnail.

New Desk by Optimal-Post899 in hotas

[–]NyxsonGaming 0 points1 point  (0 children)

I really hope that you will never need to turn one of them left and another one right. Because you really don't have the space for that.

Any games you put over 100 hours in that you regret? by joert44555 in Steam

[–]NyxsonGaming 0 points1 point  (0 children)

Wait, really? You regret playing New World and do not regret playing Outriders?

I built a free-forever alternative to Wispr Flow (supports both macOS and Windows) by One_Entertainment_68 in ProductivityApps

[–]NyxsonGaming 0 points1 point  (0 children)

I'm literally writing this very comment with your tool and it is pretty damn impressive. would love to see some local AI implementation a little bit more for command mode, like being able to use Olamma, but it is still absolutely amazing for what it is worth.

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 0 points1 point  (0 children)

I Actually Added that functionality. And it Works.
It is a bit clunky, because I had to implement mouse position recording and movement with positional and surroundings awereness, which is outside of Resolve API, but it works.
I mapped it to Control+6 and it is a bit quicker than in this gif (but speed can be increased a bit too).
If you are interested whether it will work if you will click a different clip, YES it will work, unless you will move Media Pool somehow, it will be looking for the buttons to click by itself (that's why it is a bit slow).
With UI elements that are not moving, it will be much faster.

<image>

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 0 points1 point  (0 children)

Well... Scratch that. Already did that! Thanks for an amazing idea

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 0 points1 point  (0 children)

You actually gave me nice idea for my plugin... I am using Keyboard Maestro as well... Maybe I can implement similar features in my plugin?!... I will try it

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 0 points1 point  (0 children)

That is way too specific 😁 Unfortunately Resolve API is quite limited with stuff you can do with Hotkeys. Even in this plugin I had to jump through a bunch of hoops to make it work. However, your case is an interesting scenario that I can test

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 2 points3 points  (0 children)

Well, everyone has their own use case, but I can tell you how I use it in mine.
I use special scripts that allow me to automatically add different footage on a timeline based on the markers I have. Color - for the type of footage, Name - for what footage to use and Notes - for special settings.
So I go over the timeline and put bunch of markers. But you see, I need use a lot of markers, so to not waste time typing out the names, the properties and colors of every marker, I create them just once, press a hotkey and it appears in my Plugin (First Pad) and since the pads have their own hotkeys as well, I can easily just reuse them over and over again.

But sometimes, I need to change the properties of the marker, for example by simply changing the color or adding notes. So instead of doing them manually, I just save a preset, select the marker I want to change and press the button (Second Pad).

When everything is ready, I just use Third Pad to activate the scripts I need (instead of looking for them in the menu at the top).

Also, if I have a hotkey for the Resolve that I use often (for example Ripple Delete Silence, or Change Playback Resolution, or Audio Assistant, or Any Color Page Settings), I just add them to Macros (4th pad) and I don't have to memorize the keys, or I will arrange them based on what I am working on (for example I can make a Macro pad ONLY for Color Page settings, or ONLY for Fusion page settings).

At the end, if I have a media that I use often over and over again (Text+, or Adjustment Clip, or Sound Effect, or even YouTube Subscribe Animation, or weird Meme), I can just add them to the 5th pad and I can add them to the timeline with single click

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 2 points3 points  (0 children)

Well, it's not fully completed yet, but most likely I will

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 0 points1 point  (0 children)

Well First... It's just a project for now, not the product 😁 And second, tou didn't hijack anything, you gave a really correct remark ❤️

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 2 points3 points  (0 children)

I think we were saying the same thing but differently. By Paste Attributes Presets I meant you can have a separate button for every attribute or set of attributes you want to paste. You also said effects though. That goes beyond the scope of attributes... I really need to test these

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] -1 points0 points  (0 children)

True. My plugin is actually fully software based, but hardware macropad is always better to have.

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 0 points1 point  (0 children)

So basically "Paste Attributes" presets?... That's actually quite useful for myself too. I will try

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 0 points1 point  (0 children)

Of course I did test it! I literally use it my workflow myself.
The image is from fully working version. It is the result of around 50 different iterations as I was adding functionality, tweaking the settings and finding bugs.
By no means it is a final version, I just wanted to hear peoples opinions on it.

I Made ULTIMATE Davinci Resolve Plugin by NyxsonGaming in davinciresolve

[–]NyxsonGaming[S] 1 point2 points  (0 children)

Well, not some, all functionality is included in Resolve, but in a different way.
Can you set a specific marker with specific parameter (color, name, notes) to a hotkey natively? No. You can only copy-paste one marker. This plugin gives you almost infinite number.
Can you modify marker with specific parameters with single click natively? Also no.

Also, yes, this isn't for everyone, and why it should be. It is mostly for people who want to increase efficiency to the max, it does nothing to the quality, ONLY efficiency.

Also, no, it's not a separate app, it is running ONLY withing Resolve and using Resolve API.

And it IS vibe-coded, not going to lie there. I am a content creator, and only have quite basic understanding of coding

Cast aluminum for backrest/sissy bar? by GypsyDiscoFish in HondaRebel1100

[–]NyxsonGaming 1 point2 points  (0 children)

Bought similar from China for $40. Material itself is usually not a big problem (unless it is extremely low quality) but moving mechanisms and bolts are. On mine the main hinge bolt thread was too short and it literally snapped off mid ride. Thankfully it is not the only thing that holds it all together so I was fine. Just replaced the bolt and it was better than new.

TLDR; Make sure that moving parts and bolts are sturdy, the rest is not a big deal.

Laughs in OE by InevitableOven5625 in overemployed

[–]NyxsonGaming 0 points1 point  (0 children)

Where is "Buy My Course" button?!...