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
ChrisDE  
#1 Posted : Saturday, July 15, 2017 8:49:32 AM(UTC)
ChrisDE

Rank: Newbie

Groups: Registered
Joined: 7/15/2017(UTC)
Posts: 4
Man
Location: Germany, Munich

Thanks: 1 times
I tried to create a custom lower third in XAML, unfortunately I failed.
It would be great if you could help me with that, I'm a Newbie so I assume that I made something wrong.

In theory this lower third should combine some animation with a ticker functionality.
I attached the XAML to this Topic.

I want to achieve below solution.
1) Animation of the rectangels should be shown.
2) After animation is done the ticker should appear, but only in the blue rectangle.
3) With fade out the text should disappear and fade out animation should start.

The animation part is working fine, but as soon I add the ticker object the first animation (red rectangle) is running in a loop.

I would be really great if somebody of you could help me, I would need it for a stream on Tuesday.

Many thanks in advance.
Chris

File Attachment(s):
Test.xaml (5kb) downloaded 16 time(s).

You cannot view/download attachments. Try to login or register.
doggy  
#2 Posted : Saturday, July 15, 2017 9:32:35 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Standard the first storyboard will be treated as the start animation and the second the finish animation (overlay on/Off)
seems you have a storyboard within a storyboard
YOu specified the redblue part as repeating forever
thanks 1 user thanked doggy for this useful post.
ChrisDE on 7/16/2017(UTC)
ChrisDE  
#3 Posted : Sunday, July 16, 2017 6:46:36 AM(UTC)
ChrisDE

Rank: Newbie

Groups: Registered
Joined: 7/15/2017(UTC)
Posts: 4
Man
Location: Germany, Munich

Thanks: 1 times
doggy wrote:
Standard the first storyboard will be treated as the start animation and the second the finish animation (overlay on/Off)
seems you have a storyboard within a storyboard
YOu specified the redblue part as repeating forever


Hi doggy, many thanks for your help. This is what I also assumed but I have no Idea how to fix the looping.
Please can you give me a hint how I can fix this.
doggy  
#4 Posted : Sunday, July 16, 2017 9:16:33 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
NOT RepeatBehavior="Forever" ;-)

There are plenty of simple XAML animation examples (Google) to help you understand the basic process
nomski  
#5 Posted : Monday, July 17, 2017 11:35:29 AM(UTC)
nomski

Rank: Advanced Member

Groups: Registered
Joined: 10/14/2016(UTC)
Posts: 64
Location: Sheffield

We've done a bunch of Xaml stuff thanks to some tips from Doggy. It's opened up all sorts of options. One thing that would be good to know is how do you stop the titles from being "Ofline" when you open up a preset in vMix? It's such a pain in the butt having to re-add them in everytime. Have you guys come up against this?

Thanks!
IceStream  
#6 Posted : Monday, July 17, 2017 12:27:12 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)
@ nomski

Was the preset saved with the XAML Input in Question?
AFAIK, vMix remembers the 'original' saved path to Inputs when saved as a new preset, although I could be wrong on this if it is outside of vMix's default locations...
If the path/folder changes at any point after that, you will need to manually search/find each Input that vMix can't find, which I agree is a major PITA.


Ice
ChrisDE  
#7 Posted : Tuesday, July 18, 2017 1:18:10 AM(UTC)
ChrisDE

Rank: Newbie

Groups: Registered
Joined: 7/15/2017(UTC)
Posts: 4
Man
Location: Germany, Munich

Thanks: 1 times
doggy wrote:
NOT RepeatBehavior="Forever" ;-)

There are plenty of simple XAML animation examples (Google) to help you understand the basic process


This was also my first guessing, but when I remove the RepeatBehavior it has no effect.
The first animation is still looping.

I guess it will be easier for me to skip the ticker and work with standard TextBlock.

Many thanks anyhow.
doggy  
#8 Posted : Tuesday, July 18, 2017 3:02:10 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Quote:
I guess it will be easier for me to skip the ticker and work with standard TextBlock


The ticker IS a textblock that is animated (changes position )
a animation timeline (storyboard) can not be single or repeated forever at the same time
As you are trying a standard title animation you only have access to 2 animations , a start and end one ( overlay on /off)

mixing timed and forever animations is a bit tricky (sorry i also program by trial and error and google ;-) ) and past the basic vMix title animation

Quote:
I guess it will be easier for me to skip the ticker and work with standard TextBlock.


What is your goal? purpose of the title?

ChrisDE  
#9 Posted : Tuesday, July 18, 2017 5:46:54 AM(UTC)
ChrisDE

Rank: Newbie

Groups: Registered
Joined: 7/15/2017(UTC)
Posts: 4
Man
Location: Germany, Munich

Thanks: 1 times
doggy wrote:


What is your goal? purpose of the title?



Again many thanks for helping me.
I attached a working XAML file, this contains the animation that I already have.

In addition I would like to have a ticker (right to left) within the blue rectangle.

First the animation should be started, as soon the IN animation is completed, the ticker should be displayed.

For the OUT transition, the ticker should be disappear (maybe a fade out) and afterwards the OUT animation of the 2 rectangles should start.
File Attachment(s):
Test.xaml (4kb) downloaded 10 time(s).

You cannot view/download attachments. Try to login or register.
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.