Sinbad wrote:
>snip<
> Can I stop the recorded audio in part and record a
> narration to continue to correct an error? How would
> I do this?
=====================================
Long reply...good luck...
You can split the file anywhere you wish and right
click / mute any portion. Then add your narration
to the Autio/Music track and drag it left or right to
align it.
Info on splitting:
Play the video/audio by clicking the
"Play" button under the view screen.
You will see the Playback Indicator
(vertical line) advancing across the
timeline.
Click the "Pause" button at the point
where you wish to split and type...
Ctrl+L or click the "Split" button at the
bottom of the view screen.
(you can also make adjustments by
dragging the Playback Indicator)
=====================================
> What are the restrictions?
=====================================
Your imagination.
=====================================
> Must I remove the entire audio which was recorded
> when I shot the video and replace it with audio or
> narration or ???
=====================================
You could right click / mute the whole music track
and add wht ever you like to the Audio / Music track.
=====================================
> Also, can I edit the color saturation and contract
> of a video segment with Movie Maker and how
> do I do it? What are the restrictions?
=====================================
This can be done with various effects. You can
also create Custom Effects.
Creating Custom Effects and
Transitions in Windows Movie Maker
http://msdn.microsoft.com/en-us/library/ms867186.aspx
The following XML code from Rehan will give you
a set of color filters. Copy paste the code into
Notepad and then save it in "C:\Program Files\Movie
Maker\Shared\AddOnTFX" fodler with name "colorfitlers.xml".
You may have to create the AddOnTFX folder if this is
the first time you are saving the custom effects xml.
<TransitionsAndEffects Version="1.0">
<Effects>
<EffectDLL guid="{B4DC8DD9-2CC1-4081-9B2B-20D7030234EF}" >
<Effect name="Color Filter: Greenish" iconid="16" >
<Param name="InternalName" value="Hue" />
<Param name="Value" value="0.3" />
<Param name="EndValue" value="0.3" />
</Effect>
<Effect name="Color Filter: Blueish" iconid="16" >
<Param name="InternalName" value="Hue" />
<Param name="Value" value="0.0" />
<Param name="EndValue" value="0.0" />
</Effect>
<Effect name="Color Filter: Orangish" iconid="16" >
<Param name="InternalName" value="Hue" />
<Param name="Value" value="0.6" />
<Param name="EndValue" value="0.6" />
</Effect>
<Effect name="Color Filter: Yellowish" iconid="16" >
<Param name="InternalName" value="Hue" />
<Param name="Value" value="0.5" />
<Param name="EndValue" value="0.5" />
</Effect>
<Effect name="Color Filter: Redish" iconid="16" >
<Param name="InternalName" value="Hue" />
<Param name="Value" value="0.66" />
<Param name="EndValue" value="0.66" />
</Effect>
</EffectDLL>
</Effects>
</TransitionsAndEffects>
--
Volunteer J - 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