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
miljansoax  
#1 Posted : Saturday, March 10, 2018 6:19:33 PM(UTC)
miljansoax

Rank: Member

Groups: Registered
Joined: 3/5/2018(UTC)
Posts: 10
Location: Belgrade

Was thanked: 8 time(s) in 4 post(s)
Whenever we have some new free item, we'll add it here.

Lower Third v1.1

Sample Preview:
Lower Third Free Sample Preview

Download link:
Download Free Lower Third

More info and solutions on: info@soax.rs
thanks 1 user thanked miljansoax for this useful post.
TuesdaysLive on 3/11/2018(UTC)
IceStream  
#2 Posted : Saturday, March 10, 2018 10:50:15 PM(UTC)
IceStream

Rank: Advanced Member

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

Thanks: 33 times
Was thanked: 501 time(s) in 470 post(s)
@ miljansoax

Very cool!
Thanks for sharing.


Ice
doggy  
#3 Posted : Sunday, March 11, 2018 3:32:21 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Very Nice!

one question : is it intentional that the included logo doesnt load directly with the title ?
miljansoax  
#4 Posted : Sunday, March 11, 2018 5:15:29 AM(UTC)
miljansoax

Rank: Member

Groups: Registered
Joined: 3/5/2018(UTC)
Posts: 10
Location: Belgrade

Was thanked: 8 time(s) in 4 post(s)
@ doggy

You can change logo also.
doggy  
#5 Posted : Sunday, March 11, 2018 5:18:36 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
@ miljansoax

i understand that, was just wondering as it looked to be an initial part of the title, hence save time loading the title and not to set the logo each time
Marvin  
#6 Posted : Sunday, March 11, 2018 11:36:35 PM(UTC)
Marvin

Rank: Advanced Member

Groups: Registered
Joined: 8/2/2012(UTC)
Posts: 49
Location: Maryland

Thanks: 5 times
Was thanked: 1 time(s) in 1 post(s)
miljansoax, thanks for the lower third is really nice, what you used to create this graphic animation
doggy  
#7 Posted : Monday, March 12, 2018 6:06:40 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
miljansoax  
#8 Posted : Monday, March 12, 2018 7:41:26 AM(UTC)
miljansoax

Rank: Member

Groups: Registered
Joined: 3/5/2018(UTC)
Posts: 10
Location: Belgrade

Was thanked: 8 time(s) in 4 post(s)
@ Marvin ... as Doggy explained in last Post, Microsoft Blend.
doggy  
#9 Posted : Monday, March 12, 2018 8:41:46 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
@ miljansoax

While i also would create titles as a .dll file when complex code is involved to handle desing changes by data changes i am wondering why this is done here rather than a regular xaml file (with the images included in the folder) . the "problem" is when you want to make small changes to the background image for example and recompile it to a .dll you will have to close vmix completely in order to reload the .dll properly with the changes applied. As one is creating it in Blend anyway why not use rectangles or borders and color those in xaml rather than images? Will save you having to use another drawing program to redesign or tweak those "backgrounds"
miljansoax  
#10 Posted : Monday, March 12, 2018 9:26:15 AM(UTC)
miljansoax

Rank: Member

Groups: Registered
Joined: 3/5/2018(UTC)
Posts: 10
Location: Belgrade

Was thanked: 8 time(s) in 4 post(s)
@ doggy

Lower Third sample in XAML with changeable backgrounds

Lower Third XAML sample
doggy  
#11 Posted : Monday, March 12, 2018 9:45:59 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Code:
<Canvas Height="150" Margin="212.948,0,318.316,207.896" ClipToBounds="true"  VerticalAlignment="Bottom">
  		<Rectangle x:Name="rectangle" RadiusY="12.552" RadiusX="12.552" RenderTransformOrigin="0.5,0.5" Height="96" Canvas.Left="-45.515" Canvas.Top="26" Width="1404">
  			<Rectangle.Stroke>
  				<LinearGradientBrush EndPoint="1.015,0.853" StartPoint="0.865,0.095">
  					<GradientStop Color="Black" Offset="0.288"/>
  					<GradientStop Color="White" Offset="1"/>
  				</LinearGradientBrush>
  			</Rectangle.Stroke>
  			<Rectangle.RenderTransform>
  				<TransformGroup>
  					<ScaleTransform/>
  					<SkewTransform AngleX="-27"/>
  					<RotateTransform/>
  					<TranslateTransform/>
  				</TransformGroup>
  			</Rectangle.RenderTransform>
  			<Rectangle.Fill>
  				<LinearGradientBrush EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" StartPoint="0.5,0">
  					<GradientStop Color="#FF1969C7" Offset="1"/>
  					<GradientStop Color="#FF196AC7" Offset="0.559"/>
  					<GradientStop Color="#FF3699DD" Offset="0.557"/>
  				</LinearGradientBrush>
  			</Rectangle.Fill>
  		</Rectangle>
  	</Canvas>


doggy attached the following image(s):
imgxaml.jpg (41kb) downloaded 24 time(s).

You cannot view/download attachments. Try to login or register.
miljansoax  
#12 Posted : Monday, March 12, 2018 10:26:33 AM(UTC)
miljansoax

Rank: Member

Groups: Registered
Joined: 3/5/2018(UTC)
Posts: 10
Location: Belgrade

Was thanked: 8 time(s) in 4 post(s)
@ doggy

I'm using sometimes images, sometimes rectangles. Sometimes you can't draw with vectors what you want to show. But not in this case, of course.

Sample with rectangles:

Lower Third Sample Preview
doggy  
#13 Posted : Monday, March 12, 2018 1:16:03 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Nice !
Marvin  
#14 Posted : Monday, March 12, 2018 1:52:36 PM(UTC)
Marvin

Rank: Advanced Member

Groups: Registered
Joined: 8/2/2012(UTC)
Posts: 49
Location: Maryland

Thanks: 5 times
Was thanked: 1 time(s) in 1 post(s)
miljansoax wrote:
@ Marvin ... as Doggy explained in last Post, Microsoft Blend.

thanks so much you did a great job
Users browsing this topic
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.