logo

Live Production Software Forums


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

Notification

Icon
Error

Options
Go to last post Go to first unread
ClementN  
#1 Posted : Thursday, September 3, 2015 8:37:53 AM(UTC)
ClementN

Rank: Advanced Member

Groups: Registered
Joined: 5/7/2012(UTC)
Posts: 185
Romania
Location: Bucharest

Thanks: 48 times
Was thanked: 13 time(s) in 11 post(s)
Hello,

I am trying to add a shortcut in v16 to set a certain input to Fullscreen ( SetOutputFullscreen function)

No syntax seems to work for me in the Value field of the shortcut.

I tried: Input=2 , Input2, Input="2", 2 etc

Nothing. Each time the Preview is assigned instead of the needed Input.

The "Output" and "MultiView" is working.


Any advice?

Thank you,

richardgatarski  
#2 Posted : Thursday, September 3, 2015 10:38:10 AM(UTC)
richardgatarski

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2014(UTC)
Posts: 1,813
Location: Stockholm

Thanks: 138 times
Was thanked: 292 time(s) in 246 post(s)
I have tried to figure it out too, but can't get it to work (16.00.65)
doggy  
#3 Posted : Thursday, September 3, 2015 11:14:56 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,084
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
A little confused

Trying to set an input to fullscreen with SetOutputFullscreen ?
ClementN  
#4 Posted : Thursday, September 3, 2015 11:17:13 AM(UTC)
ClementN

Rank: Advanced Member

Groups: Registered
Joined: 5/7/2012(UTC)
Posts: 185
Romania
Location: Bucharest

Thanks: 48 times
Was thanked: 13 time(s) in 11 post(s)
doggy wrote:
A little confused

Trying to set an input to fullscreen with SetOutputFullscreen ?



I want one of the inputs to be shown in the Fullscreen. In fact, I need a shortcut set-up for that.
migueis  
#5 Posted : Thursday, September 3, 2015 4:10:06 PM(UTC)
migueis

Rank: Newbie

Groups: Registered
Joined: 11/2/2014(UTC)
Posts: 9
Location: Portugal

Thanks: 1 times
ClementN wrote:
doggy wrote:
A little confused

Trying to set an input to fullscreen with SetOutputFullscreen ?



I want one of the inputs to be shown in the Fullscreen. In fact, I need a shortcut set-up for that.


Same problem here.
migueis  
#6 Posted : Thursday, September 3, 2015 4:19:45 PM(UTC)
migueis

Rank: Newbie

Groups: Registered
Joined: 11/2/2014(UTC)
Posts: 9
Location: Portugal

Thanks: 1 times
I have find a workaround to that problem:
First, click the Add button
- Before select the function, change the input to the input you want to display
- Then set the key and the function to the desired key and SetOutputFullscreen and no need to set the value
Check it now ;)
Ernest Król  
#7 Posted : Thursday, September 3, 2015 4:56:06 PM(UTC)
Ernest Król

Rank: Advanced Member

Groups: Registered
Joined: 11/12/2012(UTC)
Posts: 58
Man
Location: Tarnów, Poland

Thanks: 22 times
Was thanked: 4 time(s) in 4 post(s)
You can also use "StartScriptDynamic":

Code:
Function=SetOutputFullscreen&Value=Input&Input=n


where 'n' is the input number :)
ClementN  
#8 Posted : Friday, September 4, 2015 1:01:47 AM(UTC)
ClementN

Rank: Advanced Member

Groups: Registered
Joined: 5/7/2012(UTC)
Posts: 185
Romania
Location: Bucharest

Thanks: 48 times
Was thanked: 13 time(s) in 11 post(s)

Very nice work-arounds.

Thank you very much!
admin  
#9 Posted : Friday, September 4, 2015 8:57:31 AM(UTC)
admin

Rank: Administration

Groups: Administrators
Joined: 1/13/2010(UTC)
Posts: 5,157
Man
Location: Gold Coast, Australia

Was thanked: 4161 time(s) in 1494 post(s)
Just updated vMix 16 to version 16.0.0.67 which fixes the hidden input box bug for this shortcut.
thanks 2 users thanked admin for this useful post.
migueis on 9/4/2015(UTC), ClementN on 9/4/2015(UTC)
ClementN  
#10 Posted : Friday, September 4, 2015 12:01:01 PM(UTC)
ClementN

Rank: Advanced Member

Groups: Registered
Joined: 5/7/2012(UTC)
Posts: 185
Romania
Location: Bucharest

Thanks: 48 times
Was thanked: 13 time(s) in 11 post(s)
admin wrote:
16.0.0.67

* SetOutputFullscreen will now accept input names through API



Hello Martin,

In another post you explained why you prefer to use Input number instead of input name for Fullscreen output .

Is anything changed ? If we use Input name is there any trade with the CPU resources or you still recommend the use of input number if possible ?


Thank you very much,
admin  
#11 Posted : Friday, September 4, 2015 12:04:38 PM(UTC)
admin

Rank: Administration

Groups: Administrators
Joined: 1/13/2010(UTC)
Posts: 5,157
Man
Location: Gold Coast, Australia

Was thanked: 4161 time(s) in 1494 post(s)
The shortcut will find the number for that particular input and then set that to fullscreen.
This means that if you move the input around, the fullscreen will still stick to whatever input is in the original number position.
ClementN  
#12 Posted : Friday, September 4, 2015 12:07:14 PM(UTC)
ClementN

Rank: Advanced Member

Groups: Registered
Joined: 5/7/2012(UTC)
Posts: 185
Romania
Location: Bucharest

Thanks: 48 times
Was thanked: 13 time(s) in 11 post(s)

Thank you for explanation.

Very good solution. Thank you!

Clement
migueis  
#13 Posted : Friday, September 4, 2015 3:05:56 PM(UTC)
migueis

Rank: Newbie

Groups: Registered
Joined: 11/2/2014(UTC)
Posts: 9
Location: Portugal

Thanks: 1 times
admin wrote:
The shortcut will find the number for that particular input and then set that to fullscreen.
This means that if you move the input around, the fullscreen will still stick to whatever input is in the original number position.

I think i did not understand. So, you are telling that is good to use name instead of number?
migueis  
#14 Posted : Friday, September 4, 2015 3:10:24 PM(UTC)
migueis

Rank: Newbie

Groups: Registered
Joined: 11/2/2014(UTC)
Posts: 9
Location: Portugal

Thanks: 1 times
I have another problem with SetOutputFullscreen function.
I have an input (a video) and set a trigger OnTransitionOut or OnCompletion, SetOutputFullscreen to an input but it does not work. No action!!!
admin  
#15 Posted : Friday, September 4, 2015 10:22:05 PM(UTC)
admin

Rank: Administration

Groups: Administrators
Joined: 1/13/2010(UTC)
Posts: 5,157
Man
Location: Gold Coast, Australia

Was thanked: 4161 time(s) in 1494 post(s)
Triggers only supports basic shortcut functions that do not require Value to be set, so SetOutputFullscreen
won't work.

Not sure why you would need to use this with a trigger though? You should use the normal switcher functions to change the output.
migueis  
#16 Posted : Saturday, September 5, 2015 7:00:22 AM(UTC)
migueis

Rank: Newbie

Groups: Registered
Joined: 11/2/2014(UTC)
Posts: 9
Location: Portugal

Thanks: 1 times
admin wrote:
Triggers only supports basic shortcut functions that do not require Value to be set, so SetOutputFullscreen
won't work.

Not sure why you would need to use this with a trigger though? You should use the normal switcher functions to change the output.

I have a projector in an auditorium that functions as a second monitor. I want the videos to pass this projector and when the video ends and the mix change for a camera, the projector must display an image that is another input.
To do that e uso the function SetOutputFullscreen
Users browsing this topic
Guest
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.