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
BBFM  
#1 Posted : Tuesday, June 5, 2012 8:57:35 AM(UTC)
BBFM

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?
admin  
#2 Posted : Tuesday, June 5, 2012 10:15:14 AM(UTC)
admin

Rank: Administration

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

Was thanked: 4146 time(s) in 1491 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
BBFM  
#3 Posted : Tuesday, June 5, 2012 10:24:11 AM(UTC)
BBFM

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?
admin  
#4 Posted : Tuesday, June 5, 2012 12:26:02 PM(UTC)
admin

Rank: Administration

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

Was thanked: 4146 time(s) in 1491 post(s)
Try: {0:HH:mm:ss}
BBFM  
#5 Posted : Tuesday, June 5, 2012 2:04:16 PM(UTC)
BBFM

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!
ClementN  
#6 Posted : Wednesday, June 6, 2012 2:22:31 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 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,
BBFM  
#7 Posted : Friday, June 8, 2012 2:59:38 AM(UTC)
BBFM

Rank: Newbie

Groups: Registered
Joined: 6/5/2012(UTC)
Posts: 5
Location: Netherland

Little kick to my previous post. Is this possible?
mh166  
#8 Posted : Friday, June 8, 2012 3:51:10 AM(UTC)
mh166

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
IceStream  
#9 Posted : Thursday, June 21, 2012 7:24:21 PM(UTC)
IceStream

Rank: Advanced Member

Groups: Registered
Joined: 3/7/2012(UTC)
Posts: 2,602
Man
Location: Canada

Thanks: 33 times
Was thanked: 501 time(s) in 470 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.
mh166  
#10 Posted : Friday, June 22, 2012 3:57:54 AM(UTC)
mh166

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
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.