vMix Forums
»
General
»
General Discussion
»
Title with several apparitions of images
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Hi all,
I was wondering how I can do this : I have a 12 photos with 12 names of people coming onstage, and I'd like to trigger each photo when the speaker calls them, then have all of them at the end. GT Designer seems to be the right way but I'm having a hard time to find out how to do it without using 12 shortcuts…
Another great way would be to use Apple Keynote on a second machine and key out a colour, but it affects the photos, and the names are not nicely displayed. Do you know if there is a way of having a sort of alpha channel from Keynote or PPT to vMix ?
Thanks all and great Community !
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,289 Location: Belgium Thanks: 296 times Was thanked: 967 time(s) in 801 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Thanks doggy, but I don't get how I would do that. With the shortcuts ?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,289 Location: Belgium Thanks: 296 times Was thanked: 967 time(s) in 801 post(s)
|
But you said you didn't want 12 shortcuts so with datasource you click on an image reference in a list ;-)
(Or in title presets)
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Hi doggy
I'm not sure that we're talking about the same thing. I'd like to display 1 photo, then trigger a second one while the first is in place, then a third… until having 12 photos. I Don't need to cange the photos or names, just add new ones to have them all at the end on the screen.
In fact the PageXX function with TitleBeginAnimation shortcut works well, except that there are only 10 pages and I would need at least 11, and I need 12 different shorcuts on my pad. What would be great is a sort of "next item" button, like in a Powerpoint presentation when you hit a key and it triggers the next stuff each time...
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,289 Location: Belgium Thanks: 296 times Was thanked: 967 time(s) in 801 post(s)
|
Guess we were not :-)
the 10 page limitation doesn't help What about imagevisibility on/off and a little script or based on a value when hitting one shortcut (values can be stored in a hidden field )? (not tried)
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,289 Location: Belgium Thanks: 296 times Was thanked: 967 time(s) in 801 post(s)
|
ok could work (with some refinement) have a title with all your images Have them all set to visible toggle Have one textfield (you can hide it) that will hold your position state starting with 0 as basis , have all images hidden and set the value of the text field to zero have a shortcut trigger this script Quote:Code:dim i As string = ""
i = Input.Find("images.gtzip").Text("TextBlock1.Text")
API.Function("SetImageVisibleOn",Input:="images.gtzip",SelectedIndex:=i )
i = i+1
API.Function("SetText",Input:="images.gtzip",SelectedName:="TextBlock1.Text",Value:=i )
first time triggered it will show the first image , and the value in the textblock will increase by one next time you trigger the second will become visible and so on The way it is now you can manually make each image hidden/visible, or adjust the image number to trigger its up to you now to refine this, have the images in correct order or like add another script with a loop through to clear them all and such
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Thanks a lot !
I'm not really used to srcipting (not at all in fact) but I try. I Don't think it would work with layers instead of images ? That would be awesome cause each time I have an image displaying, I should have a rectangle and a name below it… Anyway great stuff !
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,289 Location: Belgium Thanks: 296 times Was thanked: 967 time(s) in 801 post(s)
|
Same thing , just create your rectangles and textblock and hide them too unhide them the same way by copying the line of code making the image visible and adjusting the i values ( now there is some math involved LOL)
you know like x; x+12 ; x+24 :-)
(to keep it simple)
|
1 user thanked doggy for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Ah ok so you mean that ImageVisibleOn will work with a rectangle and a text ?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Hi doggy,
Do you think I would be able to do the same with the PageX function for TitleBeginAnimation instead of the number of my image ? In this way I could trigger consecutive pages with one shortcut
Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,289 Location: Belgium Thanks: 296 times Was thanked: 967 time(s) in 801 post(s)
|
@ukcpw
I don't know , haven't tried and i normally do not make GT titles , have you tried at least ?
you were given a option/solution , whats wrong with it? at some point you will have to take and focus on one option
There are several ways to cross a river, just have to pick one
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Thank you doggy,
I'm just not really at ease with Scripting. So with this whole form+text+image stuff, it's confusing for me… I've tried the PageX incrementation but I might be wrong with the Scripting. Anyway, I'll cross my river, but I'll bring a boat next time ;)
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/21/2017(UTC) Posts: 319 Location: Uk
Thanks: 26 times Was thanked: 33 time(s) in 29 post(s)
|
create the titles as videos and put them in order in a list and use a shortcut to cut to next in the list
|
1 user thanked Barney Box Lane for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: Barney Box Lane create the titles as videos and put them in order in a list and use a shortcut to cut to next in the list Thanks Barney, Since I want to keep my Freedom to change the names or images in case, that won't work, but could be a great way.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/17/2017(UTC) Posts: 436 Location: Luzern - Schweiz Thanks: 65 times Was thanked: 57 time(s) in 51 post(s)
|
Hi, I'm not sure what you want to do. As I understand it, you want to display images, one at a time. Is that correct? I tinkered on the fast something. Create a graphics transparency png with a graphic software. Size eg. 300x300px. Then use graphic software to create the images of the people with the title or name. In the GT Title Designer you create the GT Title. Rectangle create according to your choice (size, color etc.) Import transparent PNG. See video. Drag image 1 onto the created rectangle, adjust the size. Pull all the way to the left and align - up-down. Then click with the right arrow 5x. Place second Tranparent png, drag to the left until the green line lights up. Move right again with the right arrow key. Click 10x. Then the third and so on. Load in vMix GT Title. Then view the pictures as in the video. I do not know if that's what you're looking for. At least it brought me back to an idea. Greeting Video
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Hi Elvis
Your video seems to be in private mode...
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/17/2017(UTC) Posts: 436 Location: Luzern - Schweiz Thanks: 65 times Was thanked: 57 time(s) in 51 post(s)
|
Originally Posted by: ukcpw Hi Elvis
Your video seems to be in private mode... Sorry, ist jetzt frei. Video
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/30/2018(UTC) Posts: 44 Location: Paris
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Hi Elvis,
Thanks for the video ;)
This is a great way too. I wanted somehow to automatize all this with only one shortcut, sort of "next event" button that would display the photos one by one when the MC calls people on stage. I found a kind of workaround with displaying images 3 by 3 with a different delay on each in 4 pages of animation Inside GT, then call the 4 pages with 4 shortcuts (which is still less than 12).
Thanks a lot for helping
|
|
|
|
vMix Forums
»
General
»
General Discussion
»
Title with several apparitions of images
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close