Tuesday, March 1, 2011

Learning to green screen/blue screen/chroma key

List of some files to download for green screening
http://www.thefxarchive.com/index.php?category=List&os=XP&type=Transitions&id=Chromakey

Other transitions
http://www.thefxarchive.com/index.php?os=XP&category=Transitions

Hayes baseball
pretty much worked
http://www.youtube.com/watch?v=iOLaIAiEkSQ







Hamster gone wild, kind of worked
http://www.youtube.com/watch?v=zHqrjx7Y6kk

Blue fist
worked, now need a screen and some lighting
http://www.youtube.com/watch?v=2xZkGQ3Jt88


transition to add to Movie Maker - BLUE SCREEN TRANSITION
http://www.wikihow.com/Chroma-Key-in-Windows-Movie-Maker
<!-- windowsmoviemakers.net/forums -->
<TransitionsAndEffects Version="1.0">
<Transitions>
<TransitionDLL guid="{C5B19592-145E-11D3-9F04-006008039E37}" >
<Transition name="Bluescreen" iconid="12" comment="Makes first clip show through blue areas of second clip">
<Param name="KeyType" value="1"/>
<Param name="Similarity" value="100"/>
<Param name="Progress" value="0.0"/>
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects>


 Click File>Save As, and navigate to C:\Program Files\Movie Maker\Shared\AddOnTFX. (If you don't already have an AddOnTFX folder, right click then New>Folder.) In the drop-down "File type" box, select "All types". Save the file as "bluescreen.xml"

transition to add to Movie Maker - NON BLUE SCREEN TRANSITION
http://www.windowsmoviemakers.net/Forums/ShowPost.aspx?&PostID=10722
<TransitionsAndEffects
Version="1.0" >
<Transitions>
<TransitionDLL guid="{C5B19592-145E-11D3-9F04-006008039E37}" >
<Transition name="Non-red Key Transition" iconid="11" comment="non-red Key Transition">
<Param name="KeyType" value="1"/>
<Param name="Similarity" value="75"/>
</Transition>
<Transition name="Chroma Blue" iconid="88">
<Param name="KeyType" value="0" />
<Param name="RGB" value="0x0000ff" />
</Transition>
<Transition name="Chroma Green" iconid="88">
<Param name="KeyType" value="0" />
<Param name="RGB" value="0x00ff00" />
</Transition>
<Transition name="Chroma Black" iconid="88">
<Param name="KeyType" value="0" />
<Param name="RGB" value="0x000000" />
</Transition>
<Transition name="Chroma White" iconid="88">
<Param name="KeyType" value="0" />
<Param name="RGB" value="0xffffff" />
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects> 



HOW TO CONVERT FLIP VIDEO FOR USE IN MOVIE MAKER
This process is horrible, but works
http://www.youtube.com/watch?v=VB_IUJUwW0U&feature=fvwrel


No comments:

Post a Comment