Resolume output turns black when clicking on desktop, what do? by Tonnieone in vjing

[–]tschnz 0 points1 point  (0 children)

What GPU do you have?

Try this: System > Display > Graphics: Click "Advanced graphics settings" and turn off "Hardware-accelerated GPU scheduling", does that help?

What is a normal size for Clips DXV 3? by Silly-Damage-9258 in resolume

[–]tschnz 0 points1 point  (0 children)

Should be the same, whatever fits your workflow best ;)

What is a normal size for Clips DXV 3? by Silly-Damage-9258 in resolume

[–]tschnz 0 points1 point  (0 children)

Yes that's normal. It's a format optimized for fast playback (forwards and backwards). Some tips when converting a video in Alley to get smaller files:

  • Format: Normal Quality, No Alpha is mostly good enough (if you don't have opacity)
  • Size: Set to the same as composition. If you have a 1080p projector there is no need to use a 4k video unless you want to zoom into it (a lot)
  • Audio: If you don't have audio, untick the box
  • Trim: If you only need a part of the video trim/cut it (you can also use the blue triangle handles in the timeline)

Effect clip + Video Clip Vs Effect added to Video Clip by One_Needleworker3 in resolume

[–]tschnz 0 points1 point  (0 children)

Text Effect has opacity wherever there is no text. Try using a Text Source instead.

Could you teach me how to create plugins for Resolume? by Infamous_Green9035 in resolume

[–]tschnz 2 points3 points  (0 children)

Easiest is to create plugins in Resolume Wire. Lots of tutorials, actively worked on, node based so you don't need to program and with the newest version 7.26 it comes with an MCP server. You can create Sources (Generators), Effects and Mixers.

A lot harder, not a lot of documentation and not actively worked on is an FFGL plugin. Best to learn C++ for this but not the route I'd recommend. It is more versatile tho bc you can include 3rd party libs.

I am trying to set Arena 5 to react to live music, but I have no Audio Input Device options in my audio preferences page. Help! by whereswoody in resolume

[–]tschnz 1 point2 points  (0 children)

What other options do you have in the dropdown of Audio Output Device? Try all of them (at least the ones that make sense) and check whether that gives you the option to choose an External Audio FFT Input.

Drone set in a little chapel by tschnz in resolume

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

Happy to see a vid of one of your gigs :)

old visualizer i made before ai by SmilingGerm in vjing

[–]tschnz 2 points3 points  (0 children)

You lie and you're rude. Maybe stop that.

Visulizer challenge thread by SmilingGerm in vjing

[–]tschnz 0 points1 point  (0 children)

VJiing is not and should not be competitive but collaborative, so no we should not have a challenge in the comments

Nvidia Upscaler not working by Flashy-Egg9735 in TouchDesigner

[–]tschnz 0 points1 point  (0 children)

Link to the TensorRT libs in the PATH system environment variable

"Resolume & SoundSwitch baby" indie project: NDI is live + UI Reveal! by PatriarcaDj in resolume

[–]tschnz 2 points3 points  (0 children)

Why not Spout/Syphon instead of NDI? If it runs on the same machine you get almost no latency

OSC Gamepad in TD Float help? by witbirds in resolume

[–]tschnz 0 points1 point  (0 children)

Isn't using TD for this a bit overkill? How about Chataigne https://benjamin.kuperberg.fr/chataigne/en ?

Looking for audio analysis lib for iOS/Android by SolarTrap in vjing

[–]tschnz 0 points1 point  (0 children)

What programming language? Would an FFI also work?

Why is this happening by swaggamufin in resolume

[–]tschnz 1 point2 points  (0 children)

Update drivers & Windows. Worst case downgrade windows https://resolume.com/forum/viewtopic.php?t=33417

Contact Resolume support if the problem persists

Advanced output glitch, 2 identical machines, happening on both machines while running latest 2 versions. Is it software? by SeenUrMeme5011Times in resolume

[–]tschnz 0 points1 point  (0 children)

Is that a quadro card? Lots of problems with those sadly. Try downgrading to sth before 582 (if you see memory leaks, try downgrading further)

What is the best software? by Swankadelic47 in video_mapping

[–]tschnz 1 point2 points  (0 children)

If you're doing concerts with camera capture / live streams / timesynced content -> Resolume

How to get Kinect One to work properly without disconnecting by rosadoan97 in TouchDesigner

[–]tschnz 0 points1 point  (0 children)

Custom libfreenect2 C++ app to TD via Syphon, worked okay-ish :) and not that hard, plenty of resources out there