Jump to: Board index » General » Fusion

Replicating cropping from EDIT page in fusion

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

MarvinBarre

  • Posts: 153
  • Joined: Tue Jul 02, 2019 10:08 pm
  • Real Name: MarvinBarre

Replicating cropping from EDIT page in fusion

PostFri Oct 08, 2021 6:57 am

Hi, I can't figure this out .

When I am in edit page and I have a video in my time line. Above the video is a text in the center.
When I what to reveal the text I simple go to inspector- cropping- crop right and use key frames .

When I try to replicate it in fusion using a crop node it just doesn't seem to work the same way.
Is there a different tool in fusion for a simple cropping of titles?

Thank you for your help.
Offline
User avatar

TheBloke

  • Posts: 1905
  • Joined: Sat Nov 02, 2019 11:49 pm
  • Location: UK
  • Real Name: Tom Jobbins

Re: Replicating cropping from EDIT page in fusion

PostFri Oct 08, 2021 7:02 am

You don't want to use a crop node for this. There's loads of ways to do this, but one simple example is to use an animated mask, like a Rectangle, to hide/reveal text.

Here's a basic example of revealing the word "FUSION" (from Text+) with a rectangle mask, animated from frames 0 to 100. You can copy this code and paste it into the Fusion page to recreate the nodes I made:
Code: Select all
{
   Tools = ordered() {
      Text1 = TextPlus {
         Inputs = {
            GlobalOut = Input { Value = 100, },
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
            StyledText = Input { Value = "FUSION", },
            Font = Input { Value = "Open Sans", },
            Style = Input { Value = "Bold", },
            Size = Input { Value = 0.3976, },
            VerticalJustificationNew = Input { Value = 3, },
            HorizontalJustificationNew = Input { Value = 3, },
            ManualFontKerningPlacement = Input {
               Value = StyledText {
                  Array = {
                  },
                  Value = ""
               },
            },
            EffectMask = Input {
               SourceOp = "Rectangle1",
               Source = "Mask",
            }
         },
         ViewInfo = OperatorInfo { Pos = { 1102, 126.758 } },
      },
      Rectangle1 = RectangleMask {
         CtrlWZoom = false,
         Inputs = {
            Filter = Input { Value = FuID { "Fast Gaussian" }, },
            MaskWidth = Input { Value = 1920, },
            MaskHeight = Input { Value = 1080, },
            PixelAspect = Input { Value = { 1, 1 }, },
            ClippingMode = Input { Value = FuID { "None" }, },
            Center = Input {
               SourceOp = "Path1",
               Source = "Position",
            },
            Width = Input { Value = 0.8557, },
         },
         ViewInfo = OperatorInfo { Pos = { 1102, 93.7576 } },
      },
      Path1 = PolyPath {
         DrawMode = "InsertAndModify",
         CtrlWZoom = false,
         Inputs = {
            Displacement = Input {
               SourceOp = "Path1Displacement",
               Source = "Value",
            },
            PolyLine = Input {
               Value = Polyline {
                  Points = {
                     { Linear = true, LockY = true, X = -0.8556258, Y = 0, RX = 0.285051293094227, RY = 0 },
                     { Linear = true, LockY = true, X = -0.000471920717319385, Y = 0, LX = -0.285051293094227, LY = 0 }
                  }
               },
            },
         },
      },
      Path1Displacement = BezierSpline {
         SplineColor = { Red = 255, Green = 0, Blue = 255 },
         NameSet = true,
         KeyFrames = {
            [0] = { 0, RH = { 33.3333333333333, 0 }, Flags = { LockedY = true } },
            [100] = { 1, LH = { 66.6666666666667, 1 }, Flags = { LockedY = true } }
         }
      }
   }
}
Resolve Studio 17.4.3 and Fusion Studio 17.4.3 on macOS 11.6.1

Hackintosh:: X299, Intel i9-10980XE, 128GB DDR4, AMD 6900XT 16GB
Monitors: 1 x 3840x2160 & 3 x 1920x1200
Disk: 2TB NVMe + 4TB RAID0 NVMe; NAS: 36TB RAID6
BMD Speed Editor
Offline

MarvinBarre

  • Posts: 153
  • Joined: Tue Jul 02, 2019 10:08 pm
  • Real Name: MarvinBarre

Re: Replicating cropping from EDIT page in fusion

PostFri Oct 08, 2021 12:27 pm

THANK YOU , I really appreciate your help.
Works perfect .

Return to Fusion

Who is online

Users browsing this forum: No registered users and 25 guests