logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

64 Pages«<4344454647>»
Options
Go to last post Go to first unread
magicnb35  
#881 Posted : Tuesday, August 18, 2020 11:17:47 AM(UTC)
magicnb35

Rank: Newbie

Groups: Registered
Joined: 7/9/2020(UTC)
Posts: 8
Angola

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: elgarf Go to Quoted Post
@magicnb35, looks like your images was really big. Hope I fixed handling them.

Downloads
Universal Title Controller (updated 17.08.2020)


It was working properly, thanks
musy2010  
#882 Posted : Tuesday, August 18, 2020 12:51:55 PM(UTC)
musy2010

Rank: Newbie

Groups: Registered
Joined: 12/28/2018(UTC)
Posts: 3
Argentina
Location: Monteros

Thanks: 2 times
Good, when I invert position of multiview 1 by 2 I need to change the name of the titles together with the change of position. Any ideas? From already thank you very much. (Attached image) Invertir.png (1,162kb) downloaded 3 time(s).
kiminyum  
#883 Posted : Tuesday, August 18, 2020 3:55:54 PM(UTC)
kiminyum

Rank: Newbie

Groups: Registered
Joined: 8/18/2020(UTC)
Posts: 1
Korea, Republic Of
Location: seoul

Hello. Can you recommend for me about UTC template site?
elgarf  
#884 Posted : Tuesday, August 18, 2020 5:09:53 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@kiminyum, there is no community with UTC templates right now (

@musy2010, if you change multiview with script, add SetText function next to function, that changes multiview.
musy2010  
#885 Posted : Thursday, August 20, 2020 8:49:45 AM(UTC)
musy2010

Rank: Newbie

Groups: Registered
Joined: 12/28/2018(UTC)
Posts: 3
Argentina
Location: Monteros

Thanks: 2 times
@elgarf,
I do the multiview change with button, I don't know how it is with script. What I don't know is how to determine which camera is in multiview 1 to be able to pass it to 2 and put the title of camera 2.
elgarf  
#886 Posted : Thursday, August 20, 2020 10:40:39 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@musy2010, I made example which swaps between two multiviews. There is check inside button "which input is overlay 1 now?". Hope, it will help.

SwapMultiView.zip (10kb) downloaded 67 time(s).
thanks 1 user thanked elgarf for this useful post.
musy2010 on 8/21/2020(UTC)
musy2010  
#887 Posted : Friday, August 21, 2020 8:32:33 AM(UTC)
musy2010

Rank: Newbie

Groups: Registered
Joined: 12/28/2018(UTC)
Posts: 3
Argentina
Location: Monteros

Thanks: 2 times
Originally Posted by: elgarf Go to Quoted Post
@musy2010, I made example which swaps between two multiviews. There is check inside button "which input is overlay 1 now?". Hope, it will help.

SwapMultiView.zip (10kb) downloaded 67 time(s).


In this case, it is known which is in position 1 and 2 with settext I assign the titles, but I have 6 intradas in which I use in 3-window multiview, should I use a while? or how would it be in that case to know what input is in each position of the multiview to be able to assign the title Thank you
Flaxcon  
#888 Posted : Friday, August 21, 2020 10:09:34 AM(UTC)
Flaxcon

Rank: Newbie

Groups: Registered
Joined: 8/20/2020(UTC)
Posts: 3

I have a simple form with this layout:

[ptz1-Scene1] [ptz1-Scene2] [ptz1-Scene3]
[FADE]
[ptz2-Scene1] [ptz2-Scene2] [ptz2-Scene3]

I have 2 PTZ cameras (ptz1 and ptz2) each scene is the ptz at a saved position. Clicking a button ([ptz1-Scene1]) would send that scene to the preview input. The [FADE] button does a transition the main output. I know I can get a light to show on each button by clicking the "State-Dependent" option on the button. How can I have all the buttons for the ptz that is being output to main show red and the others show green.

Trying to make it easier for camera operator to not accedently move the "live" ptz camera. Thank you.
elgarf  
#889 Posted : Friday, August 21, 2020 4:15:01 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@Flaxcon, you can use PreviewInput and ActiveInput functions, so button with PreviewInput will be green, if input is in preview, and button with ActiveInput will be green, if input is active. There is Buttons2.vmc example, which do what you want, I think.

@musy2010, what about making MultiView into MultiView? You can add title to your participant, and it will be always there.
Flaxcon  
#890 Posted : Saturday, August 22, 2020 6:19:05 AM(UTC)
Flaxcon

Rank: Newbie

Groups: Registered
Joined: 8/20/2020(UTC)
Posts: 3

Elgarf, thank you for the quick response. I'm sorry I didn't go into enough detail. All the buttons send the scene assigned to it to the PreviewInput and the fade button will send the preview to ActiveInput.

So I want the button red when it is moved to ActiveInput otherwise be green. The other layer of complexity is if any of the ptz1 scenes are in the ActiveInput I want all the ptz1 scenes to be red and the ptz2 scenes to be green.

Once again, thank you.
elgarf  
#891 Posted : Saturday, August 22, 2020 11:27:18 AM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@Flaxcon, right now it's not possible, but I can made 'execute' switch on script functions, and change state dependent logic from AND to OR (or selection from and/or).

So you add executable previewinput function and N activeinput functions, that will not be executed, but used in state dependency.
Flaxcon  
#892 Posted : Saturday, August 22, 2020 11:56:09 AM(UTC)
Flaxcon

Rank: Newbie

Groups: Registered
Joined: 8/20/2020(UTC)
Posts: 3

Thank you Elgarf. That would be great. It's so jarring for viewers to see the camera zoom from one position to the next when the operator accidentally clicks a different scene on the active camera.
witsok  
#893 Posted : Saturday, August 22, 2020 10:27:10 PM(UTC)
witsok

Rank: Advanced Member

Groups: Registered
Joined: 2/1/2018(UTC)
Posts: 34
Location: Poland

Originally Posted by: elgarf Go to Quoted Post
@magicnb35, replace Functions.xml with this version
Functions.zip (11kb) downloaded 18 time(s).

@witsok, not sure why timer can be so laggy (it has highest priority). Is there a lot of buttons in your controller or something like that? What about UTC CPU/MEM usage?


Hi, I have 10 buttons, 10 lists, and a timer. Nothing much. Vmix shows low CPU usage, around 10-15. Total goes up to 30-40.I don't know how to check UTC cpu/mem. I can't find it in task manager. One more thing, when streaming UTC is very slow in response when I want to add a score (+1) or select a list. It takes 3-4 seconds sometimes. Maybe I need to install sth like java. No idea what to do. The same laptop, same vMix and UTC versions as before and such problems.

in the meantime I tried to install the latest ver of UTC (current is 23) but it didn't cooperate with vMix ver 23 and crashed immediately after opening so I returned to ver 23.
timbrian  
#894 Posted : Monday, August 24, 2020 10:39:26 AM(UTC)
timbrian

Rank: Member

Groups: Registered
Joined: 11/27/2017(UTC)
Posts: 15
Man
United States
Location: Louisville, Kentucky

Thanks: 7 times
Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: chococrispis35 Go to Quoted Post
UTC, Vmix and Excell Baseball graphics, stats, lineups, defensives, and others things




I am trying to duplicate your lineup example. At the 30 second mark of the video you are choosing players from the excel worksheet to populate your lineup. What type of function are you using in excel to allow you to select the players spreadsheet information and place it into the batting order and position spots of your lineup? Please help or point me to a tutorial so I can learn to do it. Thank You!

elgarf  
#895 Posted : Tuesday, August 25, 2020 1:13:49 AM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@witsok, that's strange.
Can you see in log why latest version crash? Is it crashing when you load controller? Can you share your controller?

Can you try another software like panel builder? Is it also slow responding?
David Kaz  
#896 Posted : Wednesday, August 26, 2020 8:35:12 PM(UTC)
David Kaz

Rank: Member

Groups: Registered
Joined: 12/29/2018(UTC)
Posts: 10
Russian Federation
Location: Siberia

Was thanked: 1 time(s) in 1 post(s)
Hi, elgarf!
As i can see, last versions of UTC are very andry to CPU power. From 04.08.2020. Version from 21.07.2020 use 12% of my CPU with NDI window, but later versions "eat" from 20 to 25%. Nothing of "Conditions" and other "loop" functions are used.
amir29918  
#897 Posted : Thursday, August 27, 2020 6:58:27 AM(UTC)
amir29918

Rank: Member

Groups: Registered
Joined: 8/25/2020(UTC)
Posts: 11
Iran (Islamic Republic Of)

Thanks: 9 times
Hi
I want to set transition In & out button (on utc) for my scoreboard title but I don't know which command do that.
I test commands but can't find that.....
can anybody tell me which command do transition in & out?
elgarf  
#898 Posted : Thursday, August 27, 2020 3:59:46 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@amir29918, I think, OverlayInputXIn / OverlayInputXOut is waht you need.

@David Kaz, tried both versions, they show same CPU usage with NDI monitor, about 20-25%.
When I send NDI data from Resolume Arena, I get 12-15% CPU usage. It also depends on stream resolution.
Btw, I change NDI receiving settings from high bandwidth to low. It will reduce CPU usage a lot.
thanks 1 user thanked elgarf for this useful post.
amir29918 on 8/27/2020(UTC)
xztraz  
#899 Posted : Thursday, August 27, 2020 5:57:04 PM(UTC)
xztraz

Rank: Advanced Member

Groups: Registered
Joined: 10/9/2019(UTC)
Posts: 40
Sweden
Location: Bålsta

Thanks: 2 times
Was thanked: 5 time(s) in 2 post(s)
is there any way to have a quick search box from a data file? say input player number an have the correct row from excel datasource selected? using a dropdown to select row can be a bit fiddly when having lots of rows.
elgarf  
#900 Posted : Thursday, August 27, 2020 6:20:24 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 224 time(s) in 129 post(s)
@xztraz, you can feed rows from Excel into List widget, then use script to select row in data source.

But this is not very simple =(
Users browsing this topic
Guest (11)
64 Pages«<4344454647>»
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.