Rank: Advanced Member
Groups: Registered
Joined: 9/13/2016(UTC) Posts: 112 Location: Ukraine Thanks: 6 times Was thanked: 5 time(s) in 4 post(s)
|
Hello. When Title Designer as a background can be used with a video animation or an alpha channel ?? Still images are too boring. Thank you.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@Murchik, you can use small hack to show PNG sequences, but that's need a lot of work by your hands =) Code:<UserControl x:Class="AnimatedHD"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d" Width="1920" Height="1080" xmlns:my="clr-namespace:vMixTitleLibrary;assembly=vMixTitleLibrary">
<UserControl.Resources>
<Storyboard x:Key="Storyboard1" Duration="0:0:5">
<StringAnimationUsingKeyFrames Storyboard.TargetProperty="Text" Storyboard.TargetName="rHeadline">
<DiscreteStringKeyFrame KeyTime="0:0:00.00" Value="Test_1000.png"/>
<DiscreteStringKeyFrame KeyTime="0:0:00.03" Value="Test_1001.png"/>
<DiscreteStringKeyFrame KeyTime="0:0:00.07" Value="Test_1002.png"/>
....
<DiscreteStringKeyFrame KeyTime="0:0:04.93" Value="Test_1148.png"/>
<DiscreteStringKeyFrame KeyTime="0:0:04.97" Value="Test_1149.png"/>
</StringAnimationUsingKeyFrames>
</Storyboard>
<Storyboard x:Key="Storyboard2" Duration="0:0:5">
<StringAnimationUsingKeyFrames Storyboard.TargetProperty="Text" Storyboard.TargetName="rHeadline">
<DiscreteStringKeyFrame KeyTime="0:0:00.00" Value="Test_1149.png"/>
<DiscreteStringKeyFrame KeyTime="0:0:00.03" Value="Test_1148.png"/>
....
<DiscreteStringKeyFrame KeyTime="0:0:04.93" Value="Test_1001.png"/>
<DiscreteStringKeyFrame KeyTime="0:0:04.97" Value="Test_1000.png"/>
</StringAnimationUsingKeyFrames>
</Storyboard>
</UserControl.Resources>
<UserControl.Triggers>
<EventTrigger RoutedEvent="FrameworkElement.Loaded">
<BeginStoryboard Storyboard="{StaticResource Storyboard1}"/>
</EventTrigger>
</UserControl.Triggers>
<Grid Background="Black">
<my:TextBlockDesign Name="rHeadline" Text="Test_1000.png"/>
<Image Source="{Binding Text, ElementName=rHeadline}"/>
</Grid>
</UserControl>
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
Hi Murchik As is Title Designer won't let you build titles with animations or videos as a background. As Elgarf showed, you can use Expression Blend (from MS Visual Studio) to create more sophisticated xaml titles. You can also take advantage of every feature vMix has, for example alpha channel support, to create your animated title in Adobe After Effect (or else) and feed vMix over NDI or as an alpha video. I explained this solution yesterday, check this topic: http://forums.vmix.com/d....aspx?g=posts&t=8812and search the forum. Many other solutions have already been discussed.
|
|
|
|
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