Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- Tools = ordered() {
- PipeRouter1 = PipeRouter {
- Inputs = {
- Input = Input {
- SourceOp = "Loader1",
- Source = "Output",
- }
- },
- ViewInfo = PipeRouterInfo { Pos = { 1779.35, -124.105 } },
- },
- Transform2 = Transform {
- Inputs = {
- Center = Input { Value = { 0.5, 0.5002 }, },
- InvertTransform = Input { Value = 1, },
- Input = Input {
- SourceOp = "Rectangle1",
- Source = "Mask",
- }
- },
- ViewInfo = OperatorInfo { Pos = { 1675.1, -234.518 } },
- },
- DirectionalBlur1 = DirectionalBlur {
- Inputs = {
- EffectMask = Input {
- SourceOp = "Blur1",
- Source = "Output",
- },
- Length = Input { Value = 0.037, },
- Angle = Input { Value = -88.7, },
- Input = Input {
- SourceOp = "Rectangle1",
- Source = "Mask",
- }
- },
- ViewInfo = OperatorInfo { Pos = { 1784.28, -194.406 } },
- },
- Displace1 = Displace {
- Inputs = {
- Type = Input { Value = 1, },
- XRefraction = Input { Value = 0.0115, },
- Input = Input {
- SourceOp = "PipeRouter1",
- Source = "Output",
- },
- Foreground = Input {
- SourceOp = "Crop1",
- Source = "Output",
- }
- },
- ViewInfo = OperatorInfo { Pos = { 2150.41, -124.105 } },
- },
- Transform3 = Transform {
- Inputs = {
- Center = Input {
- SourceOp = "Path2",
- Source = "Position",
- },
- FlipVert = Input { Value = 1, },
- Edges = Input { Value = 2, },
- Input = Input {
- SourceOp = "Background_1",
- Source = "Output",
- }
- },
- ViewInfo = OperatorInfo { Pos = { 2028.79, -194.406 } },
- },
- Path2 = PolyPath {
- DrawMode = "InsertAndModify",
- CtrlWZoom = false,
- Inputs = {
- Displacement = Input {
- SourceOp = "Path2Displacement",
- Source = "Value",
- },
- PolyLine = Input {
- Value = Polyline {
- Points = {
- { Linear = true, LockY = true, X = 0, Y = 0.515, RX = 0, RY = -0.349666666666667 },
- { Linear = true, LockY = true, X = 0, Y = -0.534, LX = 0, LY = 0.349666666666667 }
- }
- },
- }
- },
- },
- Path2Displacement = BezierSpline {
- SplineColor = { Red = 255, Green = 0, Blue = 255 },
- KeyFrames = {
- [0] = { 0, RH = { 33.3333333333333, 0.333333333333333 }, Flags = { LockedY = true, Loop = true } },
- [100] = { 1, LH = { 66.6666666666667, 0.666666666666667 }, Flags = { Linear = true, LockedY = true, Loop = true } }
- }
- },
- Blur1 = Blur {
- Inputs = {
- Filter = Input { Value = FuID { "Fast Gaussian" }, },
- XBlurSize = Input { Value = 0, },
- Input = Input {
- SourceOp = "Transform2",
- Source = "Output",
- }
- },
- ViewInfo = OperatorInfo { Pos = { 1784.28, -234.518 } },
- },
- Background_1 = Background {
- NameSet = true,
- Inputs = {
- EffectMask = Input {
- SourceOp = "DirectionalBlur1",
- Source = "Output",
- },
- GlobalOut = Input { Value = 200, },
- Width = Input { Value = 720, },
- Height = Input { Value = 480, },
- PixelAspect = Input { Value = { 0.9, 1 }, },
- Depth = Input { Value = 1, },
- ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
- TopLeftRed = Input { Value = 1, },
- TopLeftGreen = Input { Value = 1, },
- TopLeftBlue = Input { Value = 1, },
- GradientType = Input { Value = FuID { "Radial" }, },
- Start = Input { Value = { 0.5, 0.5 }, },
- End = Input { Value = { 1.4, 0.5 }, },
- Gradient = Input {
- Value = Gradient {
- Colors = {
- [0] = { 0.333333333333333, 0, 0, 1 },
- [1] = { 0, 0, 0, 1 }
- }
- },
- }
- },
- ViewInfo = OperatorInfo { Pos = { 1899.61, -194.406 } },
- },
- Crop1 = Crop {
- CtrlWZoom = false,
- NameSet = true,
- CustomData = {
- SxSFilename = "Macros:\\CropAndAHalf.setting",
- Path = {
- Map = {
- ["Setting:"] = "Macros:\\"
- }
- },
- },
- Inputs = {
- XOffset = Input { Value = -280, },
- YOffset = Input { Value = -120, },
- XSize = Input { Value = 1280, },
- YSize = Input { Value = 720, },
- KeepCentered = Input { Value = 1, },
- Input = Input {
- SourceOp = "Transform3",
- Source = "Output",
- },
- ClippingMode = Input { Value = FuID { "None" }, }
- },
- ViewInfo = OperatorInfo { Pos = { 2150.41, -194.406 } },
- UserControls = ordered() {
- ExportInvertedCrop = {
- INP_Integer = false,
- LINKID_DataType = "Number",
- BTNCS_Execute = " comp:StartUndo('Export Inverted Crop');\n crop = comp.ActiveTool;\n newcrop = comp:AddTool(\"Crop\", -32768, -32768);\n newcrop.XOffset:SetExpression(\"-\"..crop:GetAttrs().TOOLS_Name..\".XOffset\");\n newcrop.YOffset:SetExpression(\"-\"..crop:GetAttrs().TOOLS_Name..\".YOffset\");\n newcrop.XSize:SetExpression(crop:GetAttrs().TOOLS_Name..\".Input.OriginalWidth\");\n newcrop.YSize:SetExpression(crop:GetAttrs().TOOLS_Name..\".Input.OriginalHeight\");\n newcrop.ClippingMode = \"None\";\n newcrop:SetAttrs({ TOOLS_Name = crop:GetAttrs().TOOLS_Name..\"_Inverted\" });\n comp:EndUndo();\n ",
- ICS_ControlPage = "Crop",
- INPID_InputControl = "ButtonControl",
- LINKS_Name = "Export Inverted Crop",
- }
- }
- },
- Rectangle1 = RectangleMask {
- Inputs = {
- Filter = Input { Value = FuID { "Fast Gaussian" }, },
- MaskWidth = Input { Value = 1920, },
- MaskHeight = Input { Value = 1080, },
- PixelAspect = Input { Value = { 1, 1 }, },
- Width = Input { Value = 1, },
- Height = Input { Value = 0.0202952029520293, }
- },
- ViewInfo = OperatorInfo { Pos = { 1572.45, -194.406 } },
- },
- Loader1 = Loader {
- Clips = {
- Clip {
- ID = "Clip1",
- Filename = "C:\\--- TDownloads\\--- Movie reaction\\--- movies\\Sandahl Bergman on Conan the Barbarian (1982) (720p_24fps_H264-128kbit_AAC).mp4",
- FormatID = "QuickTimeMovies",
- Length = 1503,
- Multiframe = true,
- TrimIn = 0,
- TrimOut = 1502,
- ExtendFirst = 0,
- ExtendLast = 0,
- Loop = 1,
- AspectMode = 0,
- Depth = 0,
- TimeCode = 0,
- GlobalStart = 0,
- GlobalEnd = 1502
- }
- },
- Inputs = {
- ["Clip1.PNGFormat.PostMultiply"] = Input {
- Value = Number {
- Value = 1
- },
- },
- ["Clip1.JpegFormat.ApplyGainMap"] = Input {
- Value = Number {
- Value = 1
- },
- },
- PostMultiplyByAlpha = Input { Value = 1, }
- },
- ViewInfo = OperatorInfo { Pos = { 1575.72, -124.105 } },
- UserControls = ordered() {
- MakeLocal = {
- LINKS_Name = "Make Local",
- INPID_InputControl = "ButtonControl",
- BTNCS_Execute = " args = { tool = comp.ActiveTool, copyTree = true }\n path = comp:MapPath(\"Scripts:support/Loader_MakeLocal.lua\")\n comp:RunScript(path, args)\n ",
- IC_ControlPage = 0,
- LINKID_DataType = "Number",
- INP_Default = 0,
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement