Green Screen problems
movieeditor
07-09-2005, 09:34 PM
I have entered the code for the green screen effect in WMM but the effect is
still not showing help. Could some one please help!!!
Rehan
07-09-2005, 09:34 PM
movieeditor wrote:
> I have entered the code for the green screen effect in WMM but the effect is
> still not showing help. Could some one please help!!!
Show the code and what procedure you employed to install it?
--
Rehan
MS MVP (Digital Media)
www.rehanfx.org -- get effects & transitions for MM2
movieeditor
07-09-2005, 09:35 PM
"Rehan" wrote:
> movieeditor wrote:
> > I have entered the code for the green screen effect in WMM but the effect is
> > still not showing help. Could some one please help!!!
>
> Show the code and what procedure you employed to install it?
>
> --
> Rehan
> MS MVP (Digital Media)
> www.rehanfx.org -- get effects & transitions for MM2
Here is the code I used,
<TransitionsAndEffects Version="1.0">
<Transitions>
<TransitionDLL guid="{C5B19592-145E-11D3-9F04-006008039E37}" >
<Transition name="Greenscreen" iconid="11">
<Param name="KeyType" value="0" />
<Param name="RGB" value="0x00FF00" />
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects>
I entered it in Word because notepad or wordpad did not have XML files.
I saved it under this file name,
C:\Program Files\Movie Maker\Shared\AddOnTFX
I then went to WMM 2.1 to see if it worked and it was not there. Help!!!!
>
Rehan
07-09-2005, 09:35 PM
> I entered it in Word because notepad or wordpad did not have XML files.
I think you made a mistake there. You should have copied pasted the code in
notepad and in the Save As dialog, should have given the filename with the
xml extension such as "greenkey.xml"
--
Rehan
MS MVP -- Digital Media
www.rehanfx.org - get transitions and effects for Windows Movie Maker
"movieeditor" <movieeditor@discussions.microsoft.com> wrote in message
news:E3B3E3CB-4567-4BB9-9035-71299298E41C@microsoft.com...
.....
>
>
> Here is the code I used,
>
> <TransitionsAndEffects Version="1.0">
> <Transitions>
> <TransitionDLL guid="{C5B19592-145E-11D3-9F04-006008039E37}" >
> <Transition name="Greenscreen" iconid="11">
> <Param name="KeyType" value="0" />
> <Param name="RGB" value="0x00FF00" />
> </Transition>
> </TransitionDLL>
> </Transitions>
> </TransitionsAndEffects>
>
> I entered it in Word because notepad or wordpad did not have XML files.
>
> I saved it under this file name,
> C:\Program Files\Movie Maker\Shared\AddOnTFX
>
> I then went to WMM 2.1 to see if it worked and it was not there. Help!!!!
>
>
>>
Green Screen problems