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
Murchik  
#1 Posted : Wednesday, February 1, 2017 9:33:43 PM(UTC)
Murchik

Rank: Advanced Member

Groups: Registered
Joined: 9/13/2016(UTC)
Posts: 112
Man
Ukraine
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.
elgarf  
#2 Posted : Thursday, February 2, 2017 4:47:47 AM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 225 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>

DWAM  
#3 Posted : Thursday, February 2, 2017 5:58:39 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
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=8812

and search the forum. Many other solutions have already been discussed.
Users browsing this topic
Similar Topics
Feature in GT Title Designer and DataSource (Feature Requests)
by Ham4u62 3/27/2024 12:07:21 AM(UTC)
GT Title Designer NO FUNCIONA CON AMD (GT)
by angel guerrero 2/23/2024 10:16:46 AM(UTC)
GT Title Designer - image sequence (Feature Requests)
by AndrzejK 12/26/2023 8:54:40 AM(UTC)
GT Title Designer Request (Feature Requests)
by Simsyuk 2/24/2023 12:43:38 AM(UTC)
Can't launch GT Title Designer for some reason. (GT)
by ralston 2/2/2023 10:24:07 AM(UTC)
Add Keyboard Shortcuts for GT Title Designer (Feature Requests)
by jameslex 1/27/2023 12:43:41 AM(UTC)
Different Font settings within the same field in Title designer (Feature Requests)
by Paul Camino 9/12/2022 2:02:28 PM(UTC)
GT Title Designer - Auto sized right align text (Feature Requests)
by Huwenator 6/21/2022 3:10:31 PM(UTC)
Animatable layer position in GT Title Designer (Feature Requests)
by Mr. Broadcast 5/10/2022 9:24:41 PM(UTC)
关于 GT Title Designer 的几点建议 (Feature Requests)
by nthjz 3/31/2022 12:23:29 PM(UTC)
line height in GT Title Designer (Feature Requests)
by PDU_Mikhail 3/3/2022 4:23:05 AM(UTC)
☝️ Leading Option in vMix GT Title Designer (Feature Requests)
by Pointer 2/1/2022 4:24:37 AM(UTC)
GT Title Designer Bounding Limits (Feature Requests)
by Ryan_AlleganyMedia 10/27/2021 11:25:09 AM(UTC)
Auto squeeze text - GT title designer (Feature Requests)
by Hylkewolf 1/11/2021 8:15:43 PM(UTC)
Standalone GT Title Designer (3rd Party Software and Development)
by rhodian 10/26/2020 6:03:23 PM(UTC)
Colour Picker in GT Title Designer (Feature Requests)
by colintve 10/14/2020 8:35:26 AM(UTC)
GT Title Designer from laptop to laptop (GT)
by bar807 8/24/2020 3:16:49 PM(UTC)
GT Title Designer - Rotate layer (Feature Requests)
by markusnygard 7/5/2020 4:45:08 PM(UTC)
Adding Font for GT Title Designer (General Discussion)
by Vincere5190 7/5/2020 8:32:12 AM(UTC)
GT Title Designer Anchor Point Problem (Feature Requests)
by Quinton 1/14/2020 6:50:33 PM(UTC)
Stand alone version of GT title designer (Feature Requests)
by Egriswold 9/24/2019 1:30:23 AM(UTC)
GT Title Designer Append (Feature Requests)
by Akeemlivestream 8/2/2019 11:18:22 AM(UTC)
GT title designer (GT)
by stefano 6/23/2019 1:56:02 AM(UTC)
Election Coverage Using Vmix & GT Title Designer (Showcase)
by jladnil 5/19/2019 4:25:42 PM(UTC)
Title Designer Text Rotation (General Discussion)
by gefiltafish 3/21/2019 8:44:23 AM(UTC)
increase GT title designer layer and title name length (Feature Requests)
by Rinsky 3/10/2019 11:49:04 AM(UTC)
Allow colour changes in GT title designer rectangle/Ellipse etc (Feature Requests)
by Quinton 3/10/2019 5:55:46 AM(UTC)
GT Title Designer Error vMix 22 - Fixed (General Discussion)
by blue28 2/18/2019 3:13:37 AM(UTC)
SHAPES in GT Title designer and ACTION BUTTONS on Output display (Feature Requests)
by Calizo 1/29/2019 10:18:04 PM(UTC)
Rolling Credits with GT Title Designer (GT)
by mavrick816 1/14/2019 5:24:12 PM(UTC)
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.