Originally Posted by BritishEye A bit like the iPod+iTunes ads? |
Exactly. Great example.
You'd film yourself in front of the camera doing dancing or whatnot, then when chromakeying, do the usual with picking out the green or blue. But reverse it, so whatever isn't green/blue is filled in - in this case with the colour black. You now have a black (shadow) image of yourself dancing in front of a green/blue screen.
At this point, you just need to change the green/blue to white. How you do it is up to you, as there are a number of ways. You could even apply the chromakey effect again to the green/blue and change its colour to white. |
That's perfect! Thank you, Rob.
Do you have any idea how to do this with Windows Movie Maker or Adobe Premier? For WMM I picked up this code on the internet:
<!-- 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>
Do you know which parameter I would change in order to fill in all the non-blue/green areas?
Thank you, again, for your time.
Jeff