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
Aki  
#1 Posted : Thursday, November 21, 2024 11:51:13 PM(UTC)
Aki

Rank: Member

Groups: Registered
Joined: 8/14/2017(UTC)
Posts: 12
Location: Denmark

Thanks: 5 times
Hi, and thanks for all the grate work you guys put into vMix v28.

One of the new features I have been waiting for for a while now. Double up on the multiviews. Yes!

To my big surprise, you are not able to set the preview/program view to show an other mix than mix 1, the main mix.
I was really hoping this was possible. This way I could easily make a multiview for my camera guy/girl, which mixes the camera feed in a "sub" mix.

You might see this as an feature request, but I see this as an bug or not thinking of the possibility to do this.
Really hope this gets implemented before the stable release.

Kindly Aki
nikosman88  
#2 Posted : Friday, November 22, 2024 3:23:32 AM(UTC)
nikosman88

Rank: Advanced Member

Groups: Registered
Joined: 12/24/2021(UTC)
Posts: 508
Greece
Location: athens

Thanks: 123 times
Was thanked: 71 time(s) in 67 post(s)
Hello
This i think can be done. If you go to multiview in a number drop down menu, in vmix 28 has the option "mix" when until vmix 27 this "mix" not exist
As for the other you say,my opinion is that pgm-preview Output-main will always be main output (even if you send any other mix,operator must know what viewers see)so must exist there
WaltG12  
#3 Posted : Friday, November 22, 2024 6:28:52 AM(UTC)
WaltG12

Rank: Advanced Member

Groups: Registered
Joined: 7/4/2021(UTC)
Posts: 308
United States

Thanks: 8 times
Was thanked: 40 time(s) in 35 post(s)
UserPostedImage

UserPostedImage

UserPostedImage

UserPostedImage

Aki  
#4 Posted : Saturday, November 23, 2024 5:20:15 AM(UTC)
Aki

Rank: Member

Groups: Registered
Joined: 8/14/2017(UTC)
Posts: 12
Location: Denmark

Thanks: 5 times
Originally Posted by: WaltG12 Go to Quoted Post
UserPostedImage

UserPostedImage

UserPostedImage

UserPostedImage



This will only show the active output of the mix. I would like to see the preview of the mix.
Just like the "regular" multiview with preview on one side and output/main on the other side.
This should just show the preview and output from fx mix3

Hope this makes sense.

Thanks for the comments, though ;-)

Kindly Aki
Aki  
#5 Posted : Saturday, November 23, 2024 5:35:14 AM(UTC)
Aki

Rank: Member

Groups: Registered
Joined: 8/14/2017(UTC)
Posts: 12
Location: Denmark

Thanks: 5 times
I was kinda wrong, should have tested before I replied.

You can see the preview and output of a mix. But it is scaled way down, so both preview and output fit side by side where you would normally see just one input.
Not ideal, as the preview is used to check if the video/camera is ready for going live, and gets way to small for this.
So, almost there... ;-)

Kindly Aki

mix view2.jpg (216kb) downloaded 2 time(s).
WaltG12  
#6 Posted : Saturday, November 23, 2024 5:50:53 AM(UTC)
WaltG12

Rank: Advanced Member

Groups: Registered
Joined: 7/4/2021(UTC)
Posts: 308
United States

Thanks: 8 times
Was thanked: 40 time(s) in 35 post(s)
It's showing you the input.

When the Mix is in "Output Only" mode, that's what you get.

When it's not, you get the full view.

This is just taking the same visual you see in the "Input" section and putting it in the Multiview.

I believe I've seen past feature requests for Mix preview behavior that would give you what you're looking for here, but I can't find any at the moment, but that would be a "Feature Request".

In the meantime, you can create an input that correlates to the Mix preview and use scripting to change it as the Mix preview changes, but it'll be only as responsive as the timing on the script that's polling the API.

Then you can use that to give you the Mix preview and the Mix output of your choice.



thanks 1 user thanked WaltG12 for this useful post.
nikosman88 on 11/23/2024(UTC)
nikosman88  
#7 Posted : Saturday, November 23, 2024 6:04:07 AM(UTC)
nikosman88

Rank: Advanced Member

Groups: Registered
Joined: 12/24/2021(UTC)
Posts: 508
Greece
Location: athens

Thanks: 123 times
Was thanked: 71 time(s) in 67 post(s)
Originally Posted by: Aki Go to Quoted Post
I was kinda wrong, should have tested before I replied.

You can see the preview and output of a mix. But it is scaled way down, so both preview and output fit side by side where you would normally see just one input.
Not ideal, as the preview is used to check if the video/camera is ready for going live, and gets way to small for this.
So, almost there... ;-)

Kindly Aki

mix view2.jpg (216kb) downloaded 2 time(s).


May i offer another approach to this? By using scripting or companion bitfocus triggers we can do 2 new blank inputs. In the 1st blank input we put as layer1 the mix2 input and for example we rename it "Mix2-pgm" and in the 2nd blank input as layer1 we put again Mix2 input and we rename this blank input as "Mix2-prv"
Now we have 2 inputs that 1 must have the pgm out of mix2 and the other same time the preview of mix2
If you know scripting you can do a script to check and change the values when mix2 changes pgm-prv. With the help of companion triggers we need 2 triggers like these 2 i attach
mix2-pgm.png (71kb) downloaded 0 time(s). mix2-prv.png (73kb) downloaded 0 time(s).
So now when we do a cut/fade transition to mix2 input the 2 blank inputs will be informed like this
mix2-1 multi.png (20kb) downloaded 0 time(s). mix2-2 multi.png (20kb) downloaded 0 time(s).
nikosman88  
#8 Posted : Saturday, November 23, 2024 6:07:31 AM(UTC)
nikosman88

Rank: Advanced Member

Groups: Registered
Joined: 12/24/2021(UTC)
Posts: 508
Greece
Location: athens

Thanks: 123 times
Was thanked: 71 time(s) in 67 post(s)
Originally Posted by: nikosman88 Go to Quoted Post
Originally Posted by: Aki Go to Quoted Post
I was kinda wrong, should have tested before I replied.

You can see the preview and output of a mix. But it is scaled way down, so both preview and output fit side by side where you would normally see just one input.
Not ideal, as the preview is used to check if the video/camera is ready for going live, and gets way to small for this.
So, almost there... ;-)

Kindly Aki

mix view2.jpg (216kb) downloaded 2 time(s).


May i offer another approach to this? By using scripting or companion bitfocus triggers we can do 2 new blank inputs. In the 1st blank input we put as layer1 the mix2 input and for example we rename it "Mix2-pgm" and in the 2nd blank input as layer1 we put again Mix2 input and we rename this blank input as "Mix2-prv"
Now we have 2 inputs that 1 must have the pgm out of mix2 and the other same time the preview of mix2
If you know scripting you can do a script to check and change the values when mix2 changes pgm-prv. With the help of companion triggers we need 2 triggers like these 2 i attach
mix2-pgm.png (71kb) downloaded 0 time(s). mix2-prv.png (73kb) downloaded 0 time(s).
So now when we do a cut/fade transition to mix2 input the 2 blank inputs will be informed like this
mix2-1 multi.png (20kb) downloaded 0 time(s). mix2-2 multi.png (20kb) downloaded 0 time(s).


Originally Posted by: WaltG12 Go to Quoted Post
It's showing you the input.

When the Mix is in "Output Only" mode, that's what you get.

When it's not, you get the full view.

This is just taking the same visual you see in the "Input" section and putting it in the Multiview.

I believe I've seen past feature requests for Mix preview behavior that would give you what you're looking for here, but I can't find any at the moment, but that would be a "Feature Request".

In the meantime, you can create an input that correlates to the Mix preview and use scripting to change it as the Mix preview changes, but it'll be only as responsive as the timing on the script that's polling the API.

Then you can use that to give you the Mix preview and the Mix output of your choice.





That`s what i was thinking and write. About the latency. I have companion at 250ms api poll and in the multiview screen it is like realtime. I press to change in the mix2 and almost immediatelly it changes to multiview out
Users browsing this topic
Guest (2)
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.