Rank: Newbie
Groups: Registered
Joined: 6/5/2012(UTC) Posts: 5 Location: Netherland
|
Goodday all,
My first post on this forum. We just started using vMix. I would like to show a clock with the current time in the output videoscreen. Is that possible? And if yes, how does that work?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/13/2010(UTC) Posts: 5,208 Location: Gold Coast, Australia Was thanked: 4287 time(s) in 1520 post(s)
|
Yes, you can use a Title to achieve this:
1. Add a Title Input into vMix. 2. Type in "{0:hh:mm:ss tt}" as the text. This can be customised to whatever time/date format you choose.
Regards,
Martin vMix
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 6/5/2012(UTC) Posts: 5 Location: Netherland
|
Thanks, is there a way to do this in 24 hr format?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/13/2010(UTC) Posts: 5,208 Location: Gold Coast, Australia Was thanked: 4287 time(s) in 1520 post(s)
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 6/5/2012(UTC) Posts: 5 Location: Netherland
|
Thanks, that is just what we needed!
I don't now if there is a way to ask more questions, I need some help with the following:
- I want to display time (done) - I want to display a txt scrollbar (found that, but won't work in combination with time) - I want to use my own design (is that posible?) - All at the same time, in the same scene!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 5/7/2012(UTC) Posts: 185 Location: Bucharest Thanks: 48 times Was thanked: 13 time(s) in 11 post(s)
|
Hello Martin,
What about having the option to display the time ONLY on the second monitor for the persons in the set and not show it in the main output ?
Thank you very much,
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 6/5/2012(UTC) Posts: 5 Location: Netherland
|
Little kick to my previous post. Is this possible?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/24/2012(UTC) Posts: 46 Location: Germany
Thanks: 2 times Was thanked: 5 time(s) in 5 post(s)
|
BBFM wrote: - I want to display a txt scrollbar (found that, but won't work in combination with time) - I want to use my own design (is that posible?) - All at the same time, in the same scene!
All of the above should be able if you're creating some custom XAML-Theme. This is the very format those overlays are made of and is user costumizeable. Have a look into your vMix program folder, there is a folder called " titles". That's where the magic's stored. ;) Let me explain it as for the example of title " TickerHD2": There are 4 files:
- TickerHD2.xaml.jpg
==> the preview image to be shown in the title selection
- TickerHD2.xaml
==> Here's what you want! If you take a look into it with your favorite text editor, you'll see a XML-File with several elements. The "Storyboard" is responsible for animating the ticker. And the "Grid" is defining what to place where and in what size, font, color... See this thread for further information.
- TickerHD2.xaml.vb
==> That's a file programmatically necessary. Probably one could do some additional magic here, I don't know. At least I haven't found out yet. Anyway: just copy the *.vb file of any other title and edit the name of the Class to match your own title.
- TickerHD2.xaml.png
==> That's the actual background image. It is referenced from within the *.xaml file and may be located anywhere. This one's in the same folder for convenience reasons. But I made my own title for example where it's using an image from anywhere else on the HDD. So no worry about that. ;)
Hopefully this gives you a short glimpse of what can be done using those xaml-titles. You can literally do anything you want with them! Probably the best way to find out how it works is to copy the title you like the most to a new file and make small changes to it. That way you can find out how to manipulate it and eventually come up with the very title scene you ever dreamed of! ;) And if you need any further assistance or information, don't hesitate to ask for it here in the forums. Regards, mh166
|
|
|
|
Rank: Advanced Member
Groups ready for retrieval: Registered
Joined: 3/7/2012(UTC) Posts: 2,636 Location: Canada Thanks: 33 times Was thanked: 506 time(s) in 475 post(s)
|
Are you saying that custom xaml files can be created with a simple text editor and thus without Microsoft Expression Blend 4? I would like to learn more about that.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/24/2012(UTC) Posts: 46 Location: Germany
Thanks: 2 times Was thanked: 5 time(s) in 5 post(s)
|
That's exactly what I'm aiming at. Yes, Expression Blend may be used. But it's no must. And since XAML -> Wiki is a common standard ... it shouldn't be the problem to find a suitable reference for this. Regards
|
|
|
|
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