View Full Version : Speed of movies


John Kelly
07-16-2004, 11:03 PM
Hello there,

Have you had a look at the effects. There is one for speeding up and one for
slowing down. If memory serves they are a bit crude...I think its double and
half...whatever, but its set increase and decrease.

MovieDV Ver 6 and I think its little brother MovieXone can set the speed in
increments of 100th of 1 percent and variable as time progress's It can reverse
the film in the same way too. MovieDV Version 6 is available from www.aist.de
Version 4 is available from www.aist.com
--
Best Wishes.....John Kelly
www.the-kellys.org
www.the-kellys.co.uk
---
All material gained from other sources is duly acknowledged. No Value is
obtained by publishing in any format other peoples work

Morvyn
07-16-2004, 11:57 PM
Is there any way of actually setting the speed of a project before being
saved as a WMV in MM2?

Thanks

M Finch

Rehan
07-17-2004, 12:57 AM
MM has two speed effects to set speed to Half and Double rates.

However one can easily create effects of any arbitrary speed value by means
of custom effect mechanism. For example the following code adds a few more
speed effects:

<TransitionsAndEffects Version="1.0">
<Effects>
<EffectDLL guid="{00000000-0000-0000-0000-000000000000}" >
<Effect name="Speed Slow 1/4" iconid="31" speed=".25" />
<Effect name="Speed Slow 1/8" iconid="31" speed=".125" />
<Effect name="Speed Slow 1/100" iconid="31" speed=".01" />
<Effect name="Speed Fast 4x" iconid="32" speed="4.0" />
<Effect name="Speed Fast 6x" iconid="32" speed="6.0" />
<Effect name="Speed Fast 10x" iconid="32" speed="10.0" />
</EffectDLL>
</Effects>
</TransitionsAndEffects>


Instructions: Open notepad, copy paste the above code into it and save as
"speed.xml" in folder "C:\Program Files\Movie Maker\Shared\AddOnTFX". Create
the folder if not already there. Restart MM.

For further info about custom effects and transitions:
<http://msdn.microsoft.com/library/en-us/dnwmt/html/moviemakersfx.asp>


---
-R-e-h-a-n-
www.rehanfx.org
---


"Morvyn" <morvyn.finch@ntlworld.com> wrote in message
news:q3ZJc.172$MW5.93@newsfe6-win.ntli.net...
> Is there any way of actually setting the speed of a project before being
> saved as a WMV in MM2?
>
> Thanks
>
> M Finch
>
>

Pop
07-18-2004, 06:43 PM
Excellent Resource link, thank you!


"Rehan" <rehan@[nospam]ntlworld.com> wrote in message
news:unnHTC5aEHA.972@TK2MSFTNGP12.phx.gbl...
> MM has two speed effects to set speed to Half and Double
rates.
>
> However one can easily create effects of any arbitrary
speed value by means
> of custom effect mechanism. For example the following code
adds a few more
> speed effects:
>
> <TransitionsAndEffects Version="1.0">
> <Effects>
> <EffectDLL guid="{00000000-0000-0000-0000-000000000000}" >
> <Effect name="Speed Slow 1/4" iconid="31" speed=".25" />
> <Effect name="Speed Slow 1/8" iconid="31" speed=".125" />
> <Effect name="Speed Slow 1/100" iconid="31" speed=".01" />
> <Effect name="Speed Fast 4x" iconid="32" speed="4.0" />
> <Effect name="Speed Fast 6x" iconid="32" speed="6.0" />
> <Effect name="Speed Fast 10x" iconid="32" speed="10.0" />
> </EffectDLL>
> </Effects>
> </TransitionsAndEffects>
>
>
> Instructions: Open notepad, copy paste the above code into
it and save as
> "speed.xml" in folder "C:\Program Files\Movie
Maker\Shared\AddOnTFX". Create
> the folder if not already there. Restart MM.
>
> For further info about custom effects and transitions:
>
<http://msdn.microsoft.com/library/en-us/dnwmt/html/moviemak
ersfx.asp>
>
>
> ---
> -R-e-h-a-n-
> www.rehanfx.org
> ---
>
>
> "Morvyn" <morvyn.finch@ntlworld.com> wrote in message
> news:q3ZJc.172$MW5.93@newsfe6-win.ntli.net...
> > Is there any way of actually setting the speed of a
project before being
> > saved as a WMV in MM2?
> >
> > Thanks
> >
> > M Finch
> >
> >
>
>