Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
APPLE FINAL CUT PRO:HomeFCP ForumFCP XFCPX TechniquesFCP TutorialsFC ServerBasics ForumTrainingPodcastFAQ

random flicker effect

COW Forums : Apple Final Cut Pro

<< PREVIOUS   •   FAQ   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook
phil beekenrandom flicker effect
by on Nov 11, 2008 at 1:46:17 am

i am trying to produce the effect of one clip flickering in and out over another clip. I have used the blink effect but this is not random enough and looks stilted if i edit the effect parameters time line thingy (sorry for not knowing the technical name...). I am only using final cut so anything with motion or after effects etc is out.... any one have any suggestions??


Return to posts index
Reply   Like  

Andy MeesRe: random flicker effect
by on Nov 11, 2008 at 3:37:59 am

scriptid "Random Blink" //DO NOT LOCALIZE
filter "Random Blink"
group "Video";
producesAlpha;

input op, "Opacity", slider, 0, 0, 100 detent 0;
input blinkAmount, "Amount", slider, 0.5, 0, 1;

InvalEntireItem
RenderEachFrameWhenStill
fullframe;
code
exposedbackground = 1;

float doBlend;
doBlend = Random (0, 1);

if (doBlend < blinkAmount)
dest = src1;
else
channelfill(dest, 0, 0, 0, 0);
blend(dest, src1, dest, op/ 100);
end if;


Return to posts index
Reply   Like  

phil beekenRe: random flicker effect
by on Nov 11, 2008 at 11:38:38 am

wow thanks for the rapid response and solution i'm not too up on scripting and i know this is a really dumb question but how do i enter the scripting into the program ??



Return to posts index
Reply   Like  


Andy MeesRe: random flicker effect
by on Nov 11, 2008 at 1:04:27 pm

1) open FCP
2) right click the Flicker filter in the Effects bin and choose Open in Editor
3) select all the text that appears in the subsequent FxBuilder window and press delete
4) now copy and paste the text of that effect in its place
5) go to the FxBuilder menu and choose Create New Plugin (or words to that effect)
6) save the plugin on the desktop
7) then copy it into /Library/Application Support/Final Cut Pro System Support/Plugins
8) relaunch FCP


... failing that just bung me a email (address is in my profile) and I'll email the filter to you and then you can install it in the Plugins folder as above and relaunch FCP ( steps 8 and 9 )


Return to posts index
Reply   Like  

phil beekenRe: random flicker effect
by on Nov 11, 2008 at 2:49:32 pm

thats fantastic thank you so much for the super quick response, my new random flicker clip is just rendering now!!! are there many other little scripts like that or any websites that have help on building them/examples of them...?? i was aware it was do-able but hadn't looked into it much..... thank you again.... i really appreciate it



Return to posts index
Reply   Like  

Kevin MonahanRe: random flicker effect
by on Nov 11, 2008 at 5:47:33 pm

Random "anything" goes directly into Motion.

Stack the two clips
Apply the parameter behavior "Randomize" to the Opacity parameter of the overlaying clip.
Tweak to taste.

D O N E

Kevin Monahan
http://www.fcpworld.com
Author - Motion Graphics and Effects in Final Cut Pro


Return to posts index
Reply   Like  


phil beekenRe: random flicker effect
by on Nov 11, 2008 at 6:30:21 pm

i don't understand that Kevin....



Return to posts index
Reply   Like  

Rebekah SimoneauxRe: random flicker effect
by on Oct 15, 2009 at 4:05:26 pm

yay! been needing this one... that was really easy... thanks Andy!


Return to posts index
Reply   Like  

James PierreRe: random flicker effect
by on Dec 21, 2010 at 4:46:47 am

Hi Andy,
i am editing an hip hop music video on final cut pro and i would like to use the flicker effects as weel. i read your instructions but i failed several times. is there a way you can please email me the filter so i can install it. Thank you so very much for your help.
the client ask me for lens flare and blink effects as well. that is not a prob. i have used them before. but any idea will be welcome.


Return to posts index
Reply   Like  


Joe SchubertRe: random flicker effect
by on Oct 30, 2011 at 6:51:43 pm

Step 9?

Joe M. Schubert


Return to posts index
Reply   Like  

Andy MeesRe: random flicker effect
by on Oct 31, 2011 at 1:21:44 am

Hah! I think step 9) might have been something about christening the effect with a cold one from the fridge. Seriously tho, My mate Luca Bono built a really cool flicker filter which I highly recommend ... grab it here -->
http://www.lucavisualfx.com/freebies/lucas_dual_flicker.htm

(check out his other effects whilst you're there)

Cheers
Andy


Return to posts index
Reply   Like  

<< PREVIOUS   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook


FORUMSTUTORIALSMAGAZINESTOCKYARDVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]