Jump to: Board index » General » Fusion

Clip viseo in text

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

David Claar

  • Posts: 32
  • Joined: Sat Jan 24, 2015 6:42 pm

Clip viseo in text

PostWed Jan 20, 2016 9:46 pm

Is there a way to place a video inside a bold text?
thanks
David
Offline

Sander de Regt

  • Posts: 4130
  • Joined: Thu Nov 13, 2014 10:09 pm

Re: Clip viseo in text

PostWed Jan 20, 2016 10:52 pm

Yes there is. Check the shading options in the Text+ tool. One of them is image into which you can feed the image you want to see on the text.
Sander de Regt

ShadowMaker SdR
The Netherlands
Offline

David Claar

  • Posts: 32
  • Joined: Sat Jan 24, 2015 6:42 pm

Re: Clip viseo in text

PostThu Jan 21, 2016 8:11 am

Yes I did that but it stay as a still image not a moving video. I dream to have a moving video in the text
Regard
david
Offline
User avatar

Yuri V. Nemets

  • Posts: 122
  • Joined: Mon Dec 08, 2014 10:41 am
  • Location: Ukraine, Kyiv

Re: Clip viseo in text

PostThu Jan 21, 2016 10:01 am

Use your text as a mask input for video-loader.
Offline

David Claar

  • Posts: 32
  • Joined: Sat Jan 24, 2015 6:42 pm

Re: Clip viseo in text

PostThu Jan 21, 2016 7:42 pm

Bingo Thanks a lot
David
Offline

Sander de Regt

  • Posts: 4130
  • Joined: Thu Nov 13, 2014 10:09 pm

Re: Clip viseo in text

PostFri Jan 22, 2016 10:21 am

Using a mask works, but it's a workaround, please copy/paste this example in Fusion

Code: Select all
{
   Tools = ordered() {
      FastNoise1 = FastNoise {
         Inputs = {
            GlobalOut = Input { Value = 125, },
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2", }, },
            Detail = Input { Value = 5, },
            SeetheRate = Input { Value = 0.5, },
            Gradient = Input {
               Value = Gradient {
                  Colors = {
                     [0] = { 0, 0, 0, 1, },
                     [1] = { 1, 1, 1, 1, },
                  },
               },
            },
         },
         ViewInfo = OperatorInfo { Pos = { 64, 12, }, },
      },
      Text1 = TextPlus {
         CtrlWZoom = false,
         Inputs = {
            GlobalOut = Input { Value = 125, },
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2", }, },
            Size = Input { Value = 0.235, },
            Font = Input { Value = "Arial", },
            StyledText = Input { Value = "BOLD TEXT", },
            Style = Input { Value = "Bold", },
            ManualFontKerningPlacement = Input {
               Value = StyledText {
                  Array = {
                  },
                  Value = "",
               },
            },
            CharacterSizeX = Input { Value = 1.1, },
            CharacterSizeY = Input { Value = 1.15, },
            Type1 = Input { Value = 1, },
            ColorImage1 = Input {
               SourceOp = "FastNoise1",
               Source = "Output",
            },
            ShadingGradient1 = Input {
               Value = Gradient {
                  Colors = {
                     [0] = { 0, 0, 0, 1, },
                     [1] = { 1, 1, 1, 1, },
                  },
               },
            },
            RenderToDPTFile = Input { Disabled = true, },
            DPTType = Input { Disabled = true, },
            DPTResolution = Input { Disabled = true, },
         },
         ViewInfo = OperatorInfo { Pos = { 83, 96, }, },
      },
   },
}
Sander de Regt

ShadowMaker SdR
The Netherlands

Return to Fusion

Who is online

Users browsing this forum: No registered users and 24 guests