Editing Text in Edit Page Title Creation

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

eager to learn

  • Posts: 235
  • Joined: Mon Jul 13, 2020 6:17 pm
  • Real Name: Charles Meyer

Editing Text in Edit Page Title Creation

PostWed Mar 24, 2021 8:23 pm

I’ve learned to create a title called Lower Third Corporate Corner 2 line in Edit Page. I typed in the text and chose the font style and color. I was also able to create the 3nd line of text … but when I drag the Playhead over these Titles in the Timeline it cuts off some of the text on the 1st line of text.

Is there a “wrap” function like in Excel where the text on the 1st line can wrap onto another line so it can bee seen as the title is played on the Timeline? Is my only option to reduce the font size or lessen the word count on the 1st line of Text?

Thank you!
Offline

Jim Simon

  • Posts: 36143
  • Joined: Fri Dec 23, 2016 1:47 am

Re: Editing Text in Edit Page Title Creation

PostThu Mar 25, 2021 3:42 pm

There's no wrap function for text, you'll have to manually insert line breaks where needed.
My Biases:

You NEED training.
You NEED a desktop.
You NEED a calibrated (non-computer) display.
Offline

Timothy Clark

  • Posts: 157
  • Joined: Sat Sep 22, 2018 7:56 pm
  • Real Name: Timothy Clark

Re: Editing Text in Edit Page Title Creation

PostThu Mar 25, 2021 4:14 pm

There has been people asking for word wrap/text boxes for a while (including me).
For now you'll have to manually add breaks where necessary.

Be sure to add your support for word wrap functionally in the Feature Request forum.
Offline

eager to learn

  • Posts: 235
  • Joined: Mon Jul 13, 2020 6:17 pm
  • Real Name: Charles Meyer

Re: Editing Text in Edit Page Title Creation

PostThu Mar 25, 2021 5:08 pm

Can you please share how I add line breaks where needed? I have seen no video nor see it in the DR manual. I want to type in the text "9,500 Bikes Given to the Homeless and Poor on line one" but it only displays 9,500 Bikes Given - how do I "create the line break to add the additional text on line one?

I'll have to do the same for line 2 where it doesn't display all the words on the line I type into.

Thank you!
Offline

xunile

  • Posts: 3109
  • Joined: Mon Apr 23, 2018 5:21 am
  • Real Name: Eric Eisenmann

Re: Editing Text in Edit Page Title Creation

PostThu Mar 25, 2021 5:50 pm

You can try this Title I modified. I removed the Follower on both Text+ nodes and just used the Write-On of each. You can just copy the code below and past it in the Node Editor.
Code: Select all
{
   Tools = ordered() {
      LowerThirdCorporateCorner2Up = GroupOperator {
         CtrlWZoom = false,
         Inputs = ordered() {
            MainText = InstanceInput {
               SourceOp = "mainText",
               Source = "MainText",
               Page = "Controls",
            },
            Input2 = InstanceInput {
               SourceOp = "mainText",
               Source = "Font",
               Name = "Main Text Font",
               ControlGroup = 2,
            },
            Input3 = InstanceInput {
               SourceOp = "mainText",
               Source = "Style",
               ControlGroup = 2,
            },
            Input4 = InstanceInput {
               SourceOp = "mainText",
               Source = "StyledText",
               Name = "Main Text",
            },
            Input5 = InstanceInput {
               SourceOp = "mainText",
               Source = "Center",
               Name = "Main Text Center",
            },
            Input1 = InstanceInput {
               SourceOp = "mainText",
               Source = "Size",
               Name = "Main Text Size",
               Default = 0.18,
            },
            Input6 = InstanceInput {
               SourceOp = "mainText",
               Source = "CharacterSpacingClone",
               Name = "Main Tracking",
               Default = 1,
            },
            Input7 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "Type",
            },
            Input8 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "TopLeftRed",
               Name = "Main Text Color",
               ControlGroup = 7,
               Default = 1,
            },
            Input9 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "TopLeftGreen",
               ControlGroup = 7,
               Default = 1,
            },
            Input10 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "TopLeftBlue",
               ControlGroup = 7,
               Default = 1,
            },
            Input11 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "TopLeftAlpha",
               ControlGroup = 7,
               Default = 1,
            },
            Input12 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "TopRightRed",
               Name = "Top Right",
               ControlGroup = 8,
               Default = 1,
            },
            Input13 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "TopRightGreen",
               ControlGroup = 8,
               Default = 0.0247977921471,
            },
            Input14 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "TopRightBlue",
               ControlGroup = 8,
               Default = 0,
            },
            Input15 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "TopRightAlpha",
               ControlGroup = 8,
               Default = 1,
            },
            Input16 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "BottomLeftRed",
               Name = "Bottom Left",
               ControlGroup = 9,
               Default = 0,
            },
            Input17 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "BottomLeftGreen",
               ControlGroup = 9,
               Default = 0.2186286259498,
            },
            Input18 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "BottomLeftBlue",
               ControlGroup = 9,
               Default = 1,
            },
            Input19 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "BottomLeftAlpha",
               ControlGroup = 9,
               Default = 1,
            },
            Input20 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "BottomRightRed",
               Name = "Bottom Right",
               ControlGroup = 10,
               Default = 1,
            },
            Input21 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "BottomRightGreen",
               ControlGroup = 10,
               Default = 0,
            },
            Input22 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "BottomRightBlue",
               ControlGroup = 10,
               Default = 0.9272151497313,
            },
            Input23 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "BottomRightAlpha",
               ControlGroup = 10,
               Default = 1,
            },
            Input24 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "GradientType",
            },
            Input25 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "Start",
               DefaultX = 0,
               DefaultY = 0.5,
            },
            Input26 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "End",
               DefaultX = 1,
               DefaultY = 0.5,
            },
            Input27 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "Gradient",
            },
            Input28 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "GradientInterpolationMethod",
            },
            Input29 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "Offset",
               Default = 0,
            },
            Input30 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "Repeat",
            },
            Input31 = InstanceInput {
               SourceOp = "mainTextColor",
               Source = "SubPixel",
            },
            SecondaryText = InstanceInput {
               SourceOp = "secondaryText",
               Source = "SecondaryText",
               Page = "Controls",
            },
            Input33 = InstanceInput {
               SourceOp = "secondaryText",
               Source = "Font",
               Name = "Secondary Font",
               ControlGroup = 20,
            },
            Input34 = InstanceInput {
               SourceOp = "secondaryText",
               Source = "Style",
               ControlGroup = 20,
            },
            Input35 = InstanceInput {
               SourceOp = "secondaryText",
               Source = "StyledText",
               Name = "Secondary Text",
            },
            Input36 = InstanceInput {
               SourceOp = "secondaryText",
               Source = "Center",
               Name = "Secondary Center",
            },
            Input32 = InstanceInput {
               SourceOp = "secondaryText",
               Source = "Size",
               Name = "Secondary Size",
               Default = 0.17,
            },
            Input114 = InstanceInput {
               SourceOp = "secondaryText",
               Source = "CharacterSpacingClone",
               Name = "Secondary Tracking",
               Default = 20,
            },
            Input37 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "Type",
            },
            Input38 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "TopLeftRed",
               Name = "Secondary Text Color",
               ControlGroup = 24,
               Default = 0.58,
            },
            Input39 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "TopLeftGreen",
               ControlGroup = 24,
               Default = 0.58,
            },
            Input40 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "TopLeftBlue",
               ControlGroup = 24,
               Default = 0.58,
            },
            Input41 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "TopLeftAlpha",
               ControlGroup = 24,
               Default = 1,
            },
            Input42 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "TopRightRed",
               Name = "Top Right",
               ControlGroup = 25,
               Default = 1,
            },
            Input43 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "TopRightGreen",
               ControlGroup = 25,
               Default = 0.0536582482809,
            },
            Input44 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "TopRightBlue",
               ControlGroup = 25,
               Default = 0,
            },
            Input45 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "TopRightAlpha",
               ControlGroup = 25,
               Default = 1,
            },
            Input46 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "BottomLeftRed",
               Name = "Bottom Left",
               ControlGroup = 26,
               Default = 0,
            },
            Input47 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "BottomLeftGreen",
               ControlGroup = 26,
               Default = 0.0778791018301,
            },
            Input48 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "BottomLeftBlue",
               ControlGroup = 26,
               Default = 1,
            },
            Input49 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "BottomLeftAlpha",
               ControlGroup = 26,
               Default = 1,
            },
            Input50 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "BottomRightRed",
               Name = "Bottom Right",
               ControlGroup = 27,
               Default = 1,
            },
            Input51 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "BottomRightGreen",
               ControlGroup = 27,
               Default = 0,
            },
            Input52 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "BottomRightBlue",
               ControlGroup = 27,
               Default = 0.9649791850694,
            },
            Input53 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "BottomRightAlpha",
               ControlGroup = 27,
               Default = 1,
            },
            Input54 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "GradientType",
            },
            Input55 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "Start",
               DefaultX = 0,
               DefaultY = 0.5,
            },
            Input56 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "End",
               DefaultX = 1,
               DefaultY = 0.5,
            },
            Input57 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "Gradient",
            },
            Input58 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "GradientInterpolationMethod",
            },
            Input59 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "Offset",
               Default = 0,
            },
            Input60 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "Repeat",
            },
            Input61 = InstanceInput {
               SourceOp = "secondaryTextColor",
               Source = "SubPixel",
            },
            LeftCorner = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "LeftCorner",
               Page = "Controls",
            },
            Input62 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "Type",
            },
            Input63 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "TopLeftRed",
               Name = "Left Corner Color",
               ControlGroup = 37,
               Default = 1,
            },
            Input64 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "TopLeftGreen",
               ControlGroup = 37,
               Default = 0.54,
            },
            Input65 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "TopLeftBlue",
               ControlGroup = 37,
               Default = 0,
            },
            Input66 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "TopLeftAlpha",
               ControlGroup = 37,
               Default = 1,
            },
            Input67 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "TopRightRed",
               Name = "Top Right",
               ControlGroup = 38,
               Default = 1,
            },
            Input68 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "TopRightGreen",
               ControlGroup = 38,
               Default = 0,
            },
            Input69 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "TopRightBlue",
               ControlGroup = 38,
               Default = 0.0156531824289,
            },
            Input70 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "TopRightAlpha",
               ControlGroup = 38,
               Default = 1,
            },
            Input71 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "BottomLeftRed",
               Name = "Bottom Left",
               ControlGroup = 39,
               Default = 0,
            },
            Input72 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "BottomLeftGreen",
               ControlGroup = 39,
               Default = 0.0342895955701,
            },
            Input73 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "BottomLeftBlue",
               ControlGroup = 39,
               Default = 1,
            },
            Input74 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "BottomLeftAlpha",
               ControlGroup = 39,
               Default = 1,
            },
            Input75 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "BottomRightRed",
               Name = "Bottom Right",
               ControlGroup = 40,
               Default = 1,
            },
            Input76 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "BottomRightGreen",
               ControlGroup = 40,
               Default = 0,
            },
            Input77 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "BottomRightBlue",
               ControlGroup = 40,
               Default = 0.9551335969571,
            },
            Input78 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "BottomRightAlpha",
               ControlGroup = 40,
               Default = 1,
            },
            Input79 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "GradientType",
            },
            Input80 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "Start",
               DefaultX = 0,
               DefaultY = 0.5,
            },
            Input81 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "End",
               DefaultX = 1,
               DefaultY = 0.5,
            },
            Input82 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "Gradient",
            },
            Input83 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "GradientInterpolationMethod",
            },
            Input84 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "Offset",
               Default = 0,
            },
            Input85 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "Repeat",
            },
            Input86 = InstanceInput {
               SourceOp = "lowerLeftCornerColor",
               Source = "SubPixel",
            },
            Input87 = InstanceInput {
               SourceOp = "PolylineStroke1_1",
               Source = "RectBrush.Size",
               Name = "Line Thickness",
               Default = 0.015,
            },
            RightCorner = InstanceInput {
               SourceOp = "topRightColor",
               Source = "RightCorner",
               Page = "Controls",
            },
            Input88 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "Type",
            },
            Input89 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "TopLeftRed",
               Name = "Right Corner Color",
               ControlGroup = 51,
               Default = 1,
            },
            Input90 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "TopLeftGreen",
               ControlGroup = 51,
               Default = 0.54,
            },
            Input91 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "TopLeftBlue",
               ControlGroup = 51,
               Default = 0,
            },
            Input92 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "TopLeftAlpha",
               ControlGroup = 51,
               Default = 1,
            },
            Input93 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "TopRightRed",
               Name = "Top Right",
               ControlGroup = 52,
               Default = 1,
            },
            Input94 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "TopRightGreen",
               ControlGroup = 52,
               Default = 0.01515634082,
            },
            Input95 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "TopRightBlue",
               ControlGroup = 52,
               Default = 0,
            },
            Input96 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "TopRightAlpha",
               ControlGroup = 52,
               Default = 1,
            },
            Input97 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "BottomLeftRed",
               Name = "Bottom Left",
               ControlGroup = 53,
               Default = 0.0081416907152,
            },
            Input98 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "BottomLeftGreen",
               ControlGroup = 53,
               Default = 0,
            },
            Input99 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "BottomLeftBlue",
               ControlGroup = 53,
               Default = 1,
            },
            Input100 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "BottomLeftAlpha",
               ControlGroup = 53,
               Default = 1,
            },
            Input101 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "BottomRightRed",
               Name = "Bottom Right",
               ControlGroup = 54,
               Default = 1,
            },
            Input102 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "BottomRightGreen",
               ControlGroup = 54,
               Default = 0,
            },
            Input103 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "BottomRightBlue",
               ControlGroup = 54,
               Default = 0.9441716572923,
            },
            Input104 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "BottomRightAlpha",
               ControlGroup = 54,
               Default = 1,
            },
            Input105 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "GradientType",
            },
            Input106 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "Start",
               DefaultX = 0,
               DefaultY = 0.5,
            },
            Input107 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "End",
               DefaultX = 1,
               DefaultY = 0.5,
            },
            Input108 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "Gradient",
            },
            Input109 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "GradientInterpolationMethod",
            },
            Input110 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "Offset",
               Default = 0,
            },
            Input111 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "Repeat",
            },
            Input112 = InstanceInput {
               SourceOp = "topRightColor",
               Source = "SubPixel",
            },
            Input113 = InstanceInput {
               SourceOp = "PolylineStroke1_1",
               Source = "RectBrush.Size",
               Name = "Line Thickness",
               Default = 0.015,
            }
         },
         Outputs = {
            MainOutput1 = InstanceOutput {
               SourceOp = "KeyframeStretcher1",
               Source = "Result",
               Name = "Output",
            }
         },
         ViewInfo = GroupInfo {
            Pos = { 398.667, -42.0151 },
            Flags = {
               AllowPan = false,
               AutoSnap = true,
               RemoveRouters = true
            },
            Size = { 574.823, 198.363, 287.411, 24.2424 },
            Direction = "Horizontal",
            PipeStyle = "Direct",
            Scale = 1,
            Offset = { 0, 0 }
         },
         Tools = ordered() {
            frameSize = Background {
               ExtentSet = true,
               NameSet = true,
               Inputs = {
                  GlobalOut = Input { Value = 20000, },
                  Width = Input { Value = 1920, },
                  Height = Input { Value = 1080, },
                  UseFrameFormatSettings = Input { Value = 1, },
                  Depth = Input { Value = 1, },
                  ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
                  TopLeftAlpha = Input { Value = 0, },
               },
               ViewInfo = OperatorInfo { Pos = { -224.823, 42.194 } },
            },
            mainText = TextPlus {
               ExtentSet = true,
               NameSet = true,
               Inputs = {
                  Alignment = Input { Value = 1, },
                  GlobalOut = Input { Value = 20000, },
                  Width = Input { Value = 1920, },
                  Height = Input { Value = 1080, },
                  ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
                  Center = Input { Value = { 0, 0.5417457305503 }, },
                  StyledText = Input { Value = "9,500 Bikes Given to the \nHomeless and Poor", },
                  Font = Input { Value = "Open Sans", },
                  Style = Input { Value = "Bold", },
                  Size = Input { Value = 0.1417, },
                  VerticalTopCenterBottom = Input { Value = 1, },
                  VerticalJustificationNew = Input { Value = 3, },
                  HorizontalLeftCenterRight = Input { Value = -1, },
                  HorizontalJustificationNew = Input { Value = 3, },
                  Start = Input {
                     SourceOp = "mainTextStart",
                     Source = "Value",
                  },
                  End = Input {
                     SourceOp = "mainTextEnd",
                     Source = "Value",
                  },
                  ManualFontKerningPlacement = Input {
                     Value = StyledText {
                        Array = {
                        },
                        Value = ""
                     },
                  },
                  MainText = Input { Value = 1, },
               },
               ViewInfo = OperatorInfo { Pos = { -50.0049, 8.75792 } },
               UserControls = ordered() { MainText = { LBLC_NumInputs = 27, LINKS_Name = "Main Text", LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", } }
            },
            mainTextColor = Background {
               CtrlWShown = false,
               NameSet = true,
               Inputs = {
                  EffectMask = Input {
                     SourceOp = "mainText",
                     Source = "Output",
                  },
                  GlobalOut = Input { Value = 179, },
                  Width = Input { Value = 1920, },
                  Height = Input { Value = 1080, },
                  ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
                  TopLeftRed = Input { Value = 1, },
                  TopLeftGreen = Input { Value = 1, },
                  TopLeftBlue = Input { Value = 1, },
                  TopRightRed = Input { Value = 1, },
                  TopRightGreen = Input { Value = 0.0247977921471, },
                  BottomLeftGreen = Input { Value = 0.2186286259498, },
                  BottomLeftBlue = Input { Value = 1, },
                  BottomRightRed = Input { Value = 1, },
                  BottomRightBlue = Input { Value = 0.9272151497313, },
                  Gradient = Input {
                     Value = Gradient {
                        Colors = {
                           [0] = { 1, 0.927829713408278, 0, 1 },
                           [1] = { 0, 1, 0.917527770832927, 1 }
                        }
                     },
                  },
               },
               ViewInfo = OperatorInfo { Pos = { -50.0049, 41.7578 } },
            },
            lowerLeftCornerColor = Background {
               NameSet = true,
               Inputs = {
                  EffectMask = Input {
                     SourceOp = "cornerLine",
                     Source = "Output",
                  },
                  GlobalOut = Input { Value = 179, },
                  Width = Input { Value = 1920, },
                  Height = Input { Value = 1080, },
                  UseFrameFormatSettings = Input { Value = 1, },
                  Depth = Input { Value = 1, },
                  ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
                  TopLeftRed = Input { Value = 1, },
                  TopLeftGreen = Input { Value = 0.5400390625, },
               },
               ViewInfo = OperatorInfo { Pos = { -224.823, 140.757 } },
               UserControls = ordered() { LeftCorner = { LBLC_NumInputs = 26, LINKS_Name = "Left Corner", LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", } }
            },
            cornerLine = Paint {
               NameSet = true,
               Inputs = {
                  Input = Input {
                     SourceOp = "frameSize",
                     Source = "Output",
                  },
                  Paint = Input {
                     SourceOp = "PolylineStroke1_1",
                     Source = "Out",
                  },
               },
               ViewInfo = OperatorInfo { Pos = { -224.823, 86.1549 } },
            },
            doubleMerge = Merge {
               NameSet = true,
               Inputs = {
                  Background = Input {
                     SourceOp = "topRightColor",
                     Source = "Output",
                  },
                  Foreground = Input {
                     SourceOp = "lowerLeftCornerColor",
                     Source = "Output",
                  },
                  Center = Input { Value = { 0.496466431095406, 0.550314465408805 }, },
                  Angle = Input { Value = 180, },
                  PerformDepthMerge = Input { Value = 0, },
               },
               ViewInfo = OperatorInfo { Pos = { -121.306, 141.969 } },
            },
            topRightColor = Background {
               ExtentSet = true,
               CtrlWShown = false,
               NameSet = true,
               Inputs = {
                  EffectMask = Input {
                     SourceOp = "cornerLine",
                     Source = "Output",
                  },
                  GlobalOut = Input { Value = 20000, },
                  Width = Input { Value = 1920, },
                  Height = Input { Value = 1080, },
                  UseFrameFormatSettings = Input { Value = 1, },
                  Depth = Input { Value = 1, },
                  ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
                  TopLeftRed = Input { Value = 1, },
                  TopLeftGreen = Input { Value = 0.5400390625, },
               },
               ViewInfo = OperatorInfo { Pos = { -121.306, 101.663 } },
               UserControls = ordered() { RightCorner = { LBLC_NumInputs = 26, LINKS_Name = "Right Corner", LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", } }
            },
            cornersAndText = Merge {
               CtrlWShown = false,
               NameSet = true,
               Inputs = {
                  Background = Input {
                     SourceOp = "Transform1",
                     Source = "Output",
                  },
                  Foreground = Input {
                     SourceOp = "doubleMerge",
                     Source = "Output",
                  },
                  Center = Input { Value = { 0.269793916749372, 0.148305084745763 }, },
                  Size = Input { Value = 0.5, },
                  PerformDepthMerge = Input { Value = 0, },
               },
               ViewInfo = OperatorInfo { Pos = { 4.995, 140.757 } },
            },
            Transform1 = Transform {
               CtrlWShown = false,
               Inputs = {
                  Center = Input { Value = { 0.2695374359188, 0.1491133688115 }, },
                  Size = Input { Value = 0.4, },
                  Input = Input {
                     SourceOp = "Merge1",
                     Source = "Output",
                  },
               },
               ViewInfo = OperatorInfo { Pos = { 4.995, 107.757 } },
            },
            Merge1 = Merge {
               CtrlWShown = false,
               Inputs = {
                  Background = Input {
                     SourceOp = "mainTextColor",
                     Source = "Output",
                  },
                  Foreground = Input {
                     SourceOp = "secondaryTextColor",
                     Source = "Output",
                  },
                  PerformDepthMerge = Input { Value = 0, },
               },
               ViewInfo = OperatorInfo { Pos = { 4.995, 74.7578 } },
            },
            output = Merge {
               NameSet = true,
               Inputs = {
                  Background = Input {
                     SourceOp = "cornersAndText",
                     Source = "Output",
                  },
                  PerformDepthMerge = Input { Value = 0, },
               },
               ViewInfo = OperatorInfo { Pos = { 114, 140.757 } },
            },
            secondaryTextColor = Background {
               CtrlWShown = false,
               NameSet = true,
               Inputs = {
                  EffectMask = Input {
                     SourceOp = "secondaryText",
                     Source = "Output",
                  },
                  GlobalOut = Input { Value = 179, },
                  Width = Input { Value = 1920, },
                  Height = Input { Value = 1080, },
                  ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
                  TopLeftRed = Input { Value = 0.58, },
                  TopLeftGreen = Input { Value = 0.58, },
                  TopLeftBlue = Input { Value = 0.58, },
                  TopRightRed = Input { Value = 1, },
                  TopRightGreen = Input { Value = 0.0536582482809, },
                  BottomLeftGreen = Input { Value = 0.0778791018301, },
                  BottomLeftBlue = Input { Value = 1, },
                  BottomRightRed = Input { Value = 1, },
                  BottomRightBlue = Input { Value = 0.9649791850694, },
                  Gradient = Input {
                     Value = Gradient {
                        Colors = {
                           [0] = { 0.984897015278546, 1, 0, 1 },
                           [0.453020134228188] = { 0, 1, 0.823588197083984, 1 }
                        }
                     },
                  },
               },
               ViewInfo = OperatorInfo { Pos = { 114.995, 41.7578 } },
            },
            secondaryText = TextPlus {
               ExtentSet = true,
               NameSet = true,
               Inputs = {
                  Alignment = Input { Value = 1, },
                  GlobalOut = Input { Value = 20000, },
                  Width = Input { Value = 1920, },
                  Height = Input { Value = 1080, },
                  ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
                  Center = Input { Value = { 0, 0.4810246679317 }, },
                  StyledText = Input { Value = "Corporate Corners is\nthe best", },
                  Font = Input { Value = "Open Sans", },
                  Style = Input { Value = "Light", },
                  Size = Input { Value = 0.1339, },
                  VerticalTopCenterBottom = Input { Value = -1, },
                  VerticalJustificationNew = Input { Value = 3, },
                  HorizontalLeftCenterRight = Input { Value = -1, },
                  HorizontalJustificationNew = Input { Value = 3, },
                  End = Input {
                     SourceOp = "mainText_1End",
                     Source = "Value",
                  },
                  ManualFontKerningPlacement = Input {
                     Value = StyledText {
                        Array = {
                        },
                        Value = ""
                     },
                  },
                  SecondaryText = Input { Value = 1, },
               },
               ViewInfo = OperatorInfo { Pos = { 115.662, 9.36398 } },
               UserControls = ordered() { SecondaryText = { LBLC_NumInputs = 27, LINKS_Name = "Secondary Text", LBLC_DropDownButton = true, INPID_InputControl = "LabelControl", } }
            },
            KeyframeStretcher1 = KeyStretcher {
               Inputs = {
                  Keyframes = Input {
                     SourceOp = "output",
                     Source = "Output",
                  },
                  SourceEnd = Input { Value = 150, },
                  StretchStart = Input { Value = 22, },
                  StretchEnd = Input { Value = 125, },
               },
               ViewInfo = OperatorInfo { Pos = { 224, 140.757 } },
            }
         },
      },
      mainTextStart = BezierSpline {
         SplineColor = { Red = 232, Green = 6, Blue = 244 },
         NameSet = true,
         KeyFrames = {
            [0] = { 0, RH = { 10, 0 } },
            [30] = { 0, LH = { 20, 0 }, RH = { 57.9972, 0 } },
            [114] = { 0, LH = { 86, 0 }, RH = { 114.3333, 0 } },
            [115] = { 0, LH = { 114.666666666667, 0 }, RH = { 123.9991, 0 } },
            [142] = { 0, LH = { 133, 0 } }
         }
      },
      mainTextEnd = BezierSpline {
         SplineColor = { Red = 72, Green = 233, Blue = 54 },
         NameSet = true,
         KeyFrames = {
            [0] = { 0, RH = { 10, 0 } },
            [30] = { 1, LH = { 20, 1 }, RH = { 57.9972, 1 } },
            [114] = { 1, LH = { 86, 1 }, RH = { 114.3333, 1 } },
            [115] = { 1, LH = { 114.666666666667, 1 }, RH = { 123.9991, 1 } },
            [142] = { 0, LH = { 133, -1.73472347597681e-18 } }
         }
      },
      PolylineStroke1_1 = PolylineStroke {
         Points = {
         },
         IsThreaded = true,
         Brushes = { "RectBrush" },
         ApplyModes = { "PaintApplyColor" },
         CtrlWZoom = false,
         Inputs = {
            BrushShape = Input { Value = FuID { "RectBrush" }, },
            ["RectBrush.Size"] = Input { Value = 0.015, },
            StrokeControls = Input { Value = 1, },
            WriteOnStart = Input {
               SourceOp = "PolylineStroke1_1Start",
               Source = "Value",
            },
            WriteOnEnd = Input {
               SourceOp = "PolylineStroke1_1End",
               Source = "Value",
            },
            Center = Input { Value = { 0.757067137809187, 0.625786163522013 }, },
            StrokeSize = Input { Value = 0.5, },
            Polyline = Input {
               Value = Polyline {
                  Closed = true,
                  Points = {
                     { Linear = true, X = -0.400140059660016, Y = 0.399736333074393, LX = 3.94143035106949e-05, LY = -0.266632936931212, RX = 0.266696133061518, RY = 6.16731678907042e-05 },
                     { Linear = true, X = 0.399948339524538, Y = 0.399921352578065, LX = -0.266696133061518, LY = -6.16731678907042e-05, RX = 0.000132899875839532, RY = -0.266561542900167 },
                     { Linear = true, X = 0.400347039152057, Y = -0.399763276122437, LX = -0.000132899875839532, LY = 0.266561542900167, RX = -0.266789618633847, RY = -0.000133067198935447 },
                     { Linear = true, X = -0.400021816749484, Y = -0.400162477719243, LX = 0.266789618633847, LY = 0.000133067198935447, RX = -3.94143035106949e-05, RY = 0.266632936931212 }
                  }
               },
            },
         },
      },
      PolylineStroke1_1Start = BezierSpline {
         SplineColor = { Red = 249, Green = 211, Blue = 150 },
         CtrlWShown = false,
         KeyFrames = {
            [0] = { 0.822, RH = { 5, 0.822 }, Flags = { Linear = true } },
            [15] = { 0.275, LH = { 5.3, 0.275 }, RH = { 51.6666666666667, 0.275 } },
            [125] = { 0.275, LH = { 88.3333333333337, 0.275 }, RH = { 136.7, 0.275 } },
            [143] = { 0, LH = { 137, 0 } }
         }
      },
      PolylineStroke1_1End = BezierSpline {
         SplineColor = { Red = 218, Green = 249, Blue = 145 },
         CtrlWShown = false,
         KeyFrames = {
            [0] = { 0.822, RH = { 5, 0.822 }, Flags = { Linear = true } },
            [15] = { 0.35, LH = { 5.35, 0.35 }, RH = { 51.6666666666667, 0.35 } },
            [125] = { 0.35, LH = { 88.3333333333337, 0.35 }, RH = { 136.7, 0.35 } },
            [143] = { 0, LH = { 137, 0 } }
         }
      },
      mainText_1End = BezierSpline {
         SplineColor = { Red = 72, Green = 233, Blue = 54 },
         NameSet = true,
         KeyFrames = {
            [0] = { 0, RH = { 10, 0 } },
            [30] = { 1, LH = { 20, 1 }, RH = { 57.9972, 1 } },
            [114] = { 1, LH = { 86, 1 }, RH = { 114.3333, 1 } },
            [115] = { 1, LH = { 114.666666666667, 1 }, RH = { 123.9991, 1 } },
            [142] = { 0, LH = { 133, -1.73472347597681e-18 } }
         }
      }
   },
   ActiveTool = "LowerThirdCorporateCorner2Up"
}
Attachments
2021-03-25 (4).png
2021-03-25 (4).png (741.2 KiB) Viewed 1247 times
2021-03-25 (5).png
2021-03-25 (5).png (757.61 KiB) Viewed 1247 times
2021-03-25 (6).png
2021-03-25 (6).png (297.47 KiB) Viewed 1247 times
Win 10 Home | Intel i7 - 10700f 64 GB 1 TB GB SSD 2 TB SSD
RTX-3060 12 GB | Resolve Studio 18.6.6| Fusion Studio 18.6.6

Win 10 Home | Intel Core I7-7700HQ 32 GB 1 TB NVME SSD 1 TB SATA SSD
GTX-1060-6GB | Resolve 17.4.6
Offline

Timothy Clark

  • Posts: 157
  • Joined: Sat Sep 22, 2018 7:56 pm
  • Real Name: Timothy Clark

Re: Editing Text in Edit Page Title Creation

PostThu Mar 25, 2021 7:36 pm

eager to learn wrote:Can you please share how I add line breaks where needed? I have seen no video nor see it in the DR manual. I want to type in the text "9,500 Bikes Given to the Homeless and Poor on line one" but it only displays 9,500 Bikes Given - how do I "create the line break to add the additional text on line one?

I'll have to do the same for line 2 where it doesn't display all the words on the line I type into.

Thank you!


It's a bit tricky with these preset titles since they have very defined areas.
The 2 line template just links the two texts together I think...
You'll probably want to try a different preset if you want two distinct lines.

But to make a line break, just press enter in the box after the word you want to end line 1.
Offline

eager to learn

  • Posts: 235
  • Joined: Mon Jul 13, 2020 6:17 pm
  • Real Name: Charles Meyer

Re: Editing Text in Edit Page Title Creation

PostThu Mar 25, 2021 8:56 pm

Hi xunite,

You are awesome +!

I'm so new to DR (but love it!) so I'm not sure how/where to access the Title + and Node Editor?

Would you pls elucidate how I would use both?

Then, I would just copy and paste your "code" into the Node Editor and then when I'm creating Text in a Title your code would enable me to just keep typing text without worrying about fitting the text in?

Thank you ever so much.
Offline

eager to learn

  • Posts: 235
  • Joined: Mon Jul 13, 2020 6:17 pm
  • Real Name: Charles Meyer

Re: Editing Text in Edit Page Title Creation

PostThu Mar 25, 2021 8:59 pm

Hi Timothy,

Since this is my 1st DR video edit I'll probably need to follow your suggestion to keep it simpler until I can learn more re: Title + and Node Editing which I so want to do once I get a better feel for DR.

Thank you very much!
Offline

eager to learn

  • Posts: 235
  • Joined: Mon Jul 13, 2020 6:17 pm
  • Real Name: Charles Meyer

Re: Editing Text in Edit Page Title Creation

PostThu Mar 25, 2021 10:00 pm

Hi Tim,

I followed your advice but changed to the Lower Third Corporate Corners One line and had to use Gil Sans Condensed to fit the the text within those 2 corners (borders). But, there is no Color Chart now for the font color I want so I'm stuck with white. Is there a way to get the color chart for this Title?

Thank you!
Attachments
3-25-2-21 Trying to fit words into Corporate 1 Line.jpg
3-25-2-21 Trying to fit words into Corporate 1 Line.jpg (174.57 KiB) Viewed 1213 times
Offline

Jim Simon

  • Posts: 36143
  • Joined: Fri Dec 23, 2016 1:47 am

Re: Editing Text in Edit Page Title Creation

PostThu Mar 25, 2021 10:48 pm

eager to learn wrote:Can you please share how I add line breaks where needed?
Place the cursor, hit Enter.
My Biases:

You NEED training.
You NEED a desktop.
You NEED a calibrated (non-computer) display.
Offline

xunile

  • Posts: 3109
  • Joined: Mon Apr 23, 2018 5:21 am
  • Real Name: Eric Eisenmann

Re: Editing Text in Edit Page Title Creation

PostFri Mar 26, 2021 3:58 am

You hold down your left mouse button and select all of the code in the code box above in my post, then hit Ctrl-c to copy. You add the Title you were using to the Edit page, right-click on it and open it in the Fusion Page. Click anywhere in the bottom portion where the nodes are placed(called the Node Editor) and hit Ctrl-v on the keyboard to paste the node. You then just need to disconnect the "LowertThirdCorporate" node group from the MediaOut node and connect the one you just pasted. You can then edit the Main Text and Secondary Text to what you want.
Attachments
2021-03-25 (9).png
2021-03-25 (9).png (329.14 KiB) Viewed 1195 times
2021-03-25 (11).png
2021-03-25 (11).png (242.1 KiB) Viewed 1195 times
2021-03-25 (12).png
2021-03-25 (12).png (243.16 KiB) Viewed 1195 times
Win 10 Home | Intel i7 - 10700f 64 GB 1 TB GB SSD 2 TB SSD
RTX-3060 12 GB | Resolve Studio 18.6.6| Fusion Studio 18.6.6

Win 10 Home | Intel Core I7-7700HQ 32 GB 1 TB NVME SSD 1 TB SATA SSD
GTX-1060-6GB | Resolve 17.4.6
Offline

eager to learn

  • Posts: 235
  • Joined: Mon Jul 13, 2020 6:17 pm
  • Real Name: Charles Meyer

Re: Editing Text in Edit Page Title Creation

PostFri Mar 26, 2021 10:34 pm

xunile and Jim,

Thank you both. I'm not sure if I'm ready for xunile's great work (but I'm working toward that!).

2 things I notice re: editing text in Titles in the Edit Page.

1 - in Lower Third Corporate Corners 2 lines - I can type in text in the Main Title, change the font style and even change the font color, Then, when I open the Secondary Title text window and start to type but it deletes the text (character by character) the characters I've typed in the Main Title. Is there a way to "lock" the text I've typed in the Main Title?

That way I could type in text in the Secondary Title window and not affect the Main Title text.

2 - in Fusion Title - Lower 3rd Corporate Corners 1 line - it seems to limit how many words (characters) you can type in and fit into those corners without having text appear on the outside of the corners. Ex. I want to type in 9,500 Bikes Given to the Poor and Homeless but the only way I can fit that text in is if I press Enter and the space bar and then try tons of font styles and sizes to try to to fit it all in those corners.

Is there any way to "drag" those corners so they are farther apart to fit text in between those corners?

Thank you!
Attachments
3-25-2-21 Trying to fit words into Corporate 1 Line.jpg
3-25-2-21 Trying to fit words into Corporate 1 Line.jpg (174.57 KiB) Viewed 1147 times
Offline

eager to learn

  • Posts: 235
  • Joined: Mon Jul 13, 2020 6:17 pm
  • Real Name: Charles Meyer

Re: Editing Text in Edit Page Title Creation

PostMon Mar 29, 2021 6:05 pm

My esteemed listmates,

Experimenting, I've learned to choose various Fusion Titles in the Edit Page to fit text in them.

What I haven't been able to accomplish is to move a Fusion Title box to the left or up or down.

Can that be done in Fusion Titles or are you stuck where DR places the Title box?

Ex. Applying the One Line Corporate Corners I see how to vary the text size to fit it all into the Corners but how can I then move that box of 2 Corners to the left a little or down a little?

Is that reserved for Fusion Page editing?

I intend to study and learn Fusion page one day but I'm trying to master as much in the Edit page right now.

Thank for for your insights!
Offline

xunile

  • Posts: 3109
  • Joined: Mon Apr 23, 2018 5:21 am
  • Real Name: Eric Eisenmann

Re: Editing Text in Edit Page Title Creation

PostMon Mar 29, 2021 6:15 pm

Win 10 Home | Intel i7 - 10700f 64 GB 1 TB GB SSD 2 TB SSD
RTX-3060 12 GB | Resolve Studio 18.6.6| Fusion Studio 18.6.6

Win 10 Home | Intel Core I7-7700HQ 32 GB 1 TB NVME SSD 1 TB SATA SSD
GTX-1060-6GB | Resolve 17.4.6

Return to DaVinci Resolve

Who is online

Users browsing this forum: Bing [Bot], Damien LeVeck, panos_mts and 342 guests