Learn More Contact Now Learn more about GeniusDV Video Training Classes - call toll-free: 866-566-1881

Introduction to Fxscript

|
 What Is FxScript? FxScript is a set of commands that performs a specific function. Scripting is the process similar to programming that allows you execute complex task automatically with in FCP.

First, we start by selecting the TOOL in the FCP menu and click on FxBuilder.

 

fx_scriptmenu.gif

Now we have open the FxBuilder we see two tabs the Fxbuilder Text Entry here's were your FxScript goes and your script editor with in FCP.

FXBuilder_Text_Entry.gif

 

 

 

 

 

 

 

 

fxbuilder_input_controls.gif The second tab is your FXBuilder Input Controls here were your input video feed goes.Now go get any video and place it in source 1.


 

 

 

 

 

 

 

 

 

 

Now We can start creating our first FxScript now go back to your FXbuilder Text Entry tab and write the code bellow.

filter "Tint";
group "Image Control";

input RGBtint, "Tint Color", color, 0, 0, 0, 0;
input amt, "Amount", slider, 100, 0, 100;

InformationFlag("YUVaware")

code

YUVcolor yuvtint;
RGBtint.a = 255;
yuvtint = RGBtint;
yuvtint += 128;

ConvertImage(src1, dest, kFormatYUV219);
channelFill(Dest, -1, -1, yuvtint.u, yuvtint.v);
blend(src1, dest, dest, amt/100);

It should look like this:

fxbuilder_text.gif  

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

On the FCP menu click on FxBuilder and select run.

fcp_interface.gif  

Receive FREE Tutorials by email:

Find on-site Genius training in:
Online and On-Site Training available on demand.
Orlando Classroom Schedule
November 2009
S M T W T F S
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
6 7 8 9 10 11 12
  Nov 2nd -- Nov 6th  
  Media Composer Training
 
  Nov 9th -- Nov 13th  
  Final Cut Studio Training
 
  Dec 7th -- Dec 11th  
  Final Cut Studio Training
 
  Dec 10th -- Dec 11th  
  Google Sketchup Training
 
  Jan 4th -- Jan 8th  
  Media Composer Training
 
  Jan 11th -- Jan 15th  
  Final Cut Studio Training
 
  Jan 18th -- Jan 20th  
  After Effects Training
 
  Feb 8th -- Feb 12th  
  Final Cut Studio Training
 
  Feb 15th -- Feb 17th  
  After Effects Training
 
 
Search Our Tutorials:
about.this

Utilizing The Nest Items Command In Final Cut Pro was the previous entry in this blog.

Setting Up For Voiceover in Final Cut Pro is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.