Search found 2566 matches

by Arvol
Fri Apr 26, 2024 21:25
Forum: New Features
Topic: [?] NDI 6 Update
Replies: 3
Views: 291

Re: [?] NDI 6 Update

Just because the libraries and dependencies are there doesn't mean the software will use those features. I would advise against doing this, as changing anything from vanilla install will not get you any official support.
by Arvol
Thu Apr 25, 2024 20:16
Forum: Problems? Bugs? Solutions!
Topic: Jpg issues
Replies: 2
Views: 62

Re: Jpg issues

No issues here. How big is the jpg's resolution?
I ALWAYS convert EVERYTHING to DXV3, even if it's a still image. Everything works better. But you should be able to load a jpg or png just fine, however if the resolution is 8000 x 8000, well that makes no sense to use at all
by Arvol
Sun Apr 21, 2024 16:55
Forum: New Features
Topic: Nvidia Broadcast
Replies: 2
Views: 170

Re: Nvidia Broadcast

Yeah, I've been using this on festival for years. I have a dedicated computer with a few NDI camera's connected into this then I spit out the clean image to a local network any VJ can plug into. Has been a solid setup! Yeah, When apple boycotted nVidia and took away standardized ports is the day the...
by Arvol
Fri Apr 19, 2024 21:54
Forum: Problems? Bugs? Solutions!
Topic: GMA2 light storage
Replies: 1
Views: 151

Re: GMA2 light storage

You will need to make your own. Takes less than 10 minutes 1 time and you're set.
by Arvol
Tue Apr 16, 2024 15:24
Forum: New Features
Topic: input patch for the capture cards
Replies: 2
Views: 207

Re: New Freature

Yeah ^, Have 1 layer as your switcher with various inputs, then above that layer have your normal comp. Use Video Router specified to the first layer and then add your FX on that. Change source layer if something is wrong.
by Arvol
Sat Apr 13, 2024 14:54
Forum: Problems? Bugs? Solutions!
Topic: Mapping, DMX and Decks
Replies: 2
Views: 271

Re: Mapping, DMX and Decks

You can assign each deck a DMX address just like you do with MIDI, or for use with a single address or encoder would to be to map the |< >| buttons next to the deck with a DMX address, then assign your deck UI in your console to that specific address.
by Arvol
Sat Apr 13, 2024 14:52
Forum: Developers Developers Developers
Topic: Is it possible to command the switcher via RS-232C from the resolume?
Replies: 4
Views: 771

Re: Is it possible to command the switcher via RS-232C from the resolume?

Directly, No.
However you can send out OSC or DMX from Arena and then use a free translator app like Chataigne to convert to other protocols.
by Arvol
Sat Apr 13, 2024 14:51
Forum: General Chat
Topic: What is the best way to achieve 5.1 surround sound audio output for Resolume Avenue or Arena in 2024?
Replies: 4
Views: 508

Re: What is the best way to achieve 5.1 surround sound audio output for Resolume Avenue or Arena in 2024?

Correct. Currently Resolume can only do a stereo out. You can kind of bandaid it together using Resolume for mapping and video playback and then have Ableton or some other DAW send out audio. You can send another audio out track from your DAW to Resolume sending out LTC so that the video can follow ...
by Arvol
Fri Apr 12, 2024 18:44
Forum: New Features
Topic: DMX Automap and CITP
Replies: 1
Views: 251

Re: DMX Automap and CITP

Good luck going through life with that type of attitude.
by Arvol
Fri Apr 12, 2024 18:22
Forum: Developers Developers Developers
Topic: send integer to Text Block ?
Replies: 3
Views: 447

Re: send integer to Text Block ?

With Python I usually do something like:

str("xxx") with xxx being the int(operator)