enhancing contrast

F

fizzeng

Is there anyway to change contrast in movie clips in Movie Maker? You can
change brightness, but I can find no way to change contrast.
 
J

John Inzer

fizzeng said:
Is there anyway to change contrast in movie clips in Movie Maker?
You can change brightness, but I can find no way to change contrast.

=================================
The following article explains how to create
a custom profile that will add two Contrast
Effects to Movie Maker.

Movie Maker Profile -
Contrast Up and Contrast Down
http://tinyurl.com/cex42o
or...
http://www.windowsmoviemakers.net/Forums/ShowPost.aspx?PostID=128694


--


John Inzer MS-MVP
Digital Media Experience

Notice
This is not tech support
I am a volunteer

Solutions that work for
me may not work for you

Proceed at your own risk
 
J

John Inzer

BTW...you can add up 6 instances of an effect.

If the code from the previous article fails...
try using the following:



<TransitionsAndEffects Version="1.0">
<Effects>
<EffectDLL guid="{B4DC8DD9-2CC1-4081-9B2B-20D7030234EF}">
<Effect name="Contrast up" iconid="29" comment="by daniel">
<Param name="InternalName" value="Standard" />
<Param name="Red" value="0.2" />
<Param name="Blue" value="0.2" />
<Param name="Green" value="0.2" />
<Param name="yellow" value="0.2" />
<Param name="Brightness" value="0.9" />
</Effect>
<Effect name="Contrast Down" iconid="29" comment="by daniel">
<Param name="InternalName" value="Standard" />
<Param name="Contrast" value="0.5" />
</Effect>
</EffectDLL>
</Effects>
</TransitionsAndEffects>


--


John Inzer MS-MVP
Digital Media Experience

Notice
This is not tech support
I am a volunteer

Solutions that work for
me may not work for you

Proceed at your own risk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top