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 : 7 years ago
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 : 7 years ago
IceStream

Rank: Advanced Member

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

Thanks: 33 times
Was thanked: 509 time(s) in 478 post(s)
@ miljansoax

Very cool!
Thanks for sharing.


Ice
doggy  
#3 Posted : 7 years ago
doggy

Rank: Advanced Member

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

Thanks: 300 times
Was thanked: 989 time(s) in 821 post(s)
Very Nice!

one question : is it intentional that the included logo doesnt load directly with the title ?
miljansoax  
#4 Posted : 7 years ago
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 : 7 years ago
doggy

Rank: Advanced Member

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

Thanks: 300 times
Was thanked: 989 time(s) in 821 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 : 7 years ago
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 : 7 years ago
doggy

Rank: Advanced Member

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

Thanks: 300 times
Was thanked: 989 time(s) in 821 post(s)
miljansoax  
#8 Posted : 7 years ago
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 : 7 years ago
doggy

Rank: Advanced Member

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

Thanks: 300 times
Was thanked: 989 time(s) in 821 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 : 7 years ago
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 : 7 years ago
doggy

Rank: Advanced Member

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

Thanks: 300 times
Was thanked: 989 time(s) in 821 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 : 7 years ago
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 : 7 years ago
doggy

Rank: Advanced Member

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

Thanks: 300 times
Was thanked: 989 time(s) in 821 post(s)
Nice !
Marvin  
#14 Posted : 7 years ago
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
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.