|
Re: powerpoint to movie
6/3/2005 3:58:08 PM
(Total replies: 1)
|
| Or why not just "Publish" the movie from the Producer? Here is a tutorial: <a href="http://download.microsoft.com/download/b/0/b/b0bebab5-7419-4455-bb58-c6c6551a6e6b/Publish_WebVersion.wmv">Publishing to Your Computer or the Network</a> |
|
|
|
Re: powerpoint to movie
6/5/2005 10:39:52 PM
(Total replies: 0)
|
| Glow, you are right but I guess it would be fairly obvious that once presentation is published with time durations of the slides adjusted as required, it can be played as HTML locally... then web page can be captured back as a movie. There is a v nice Capture option right from the toolbar. |
|
|
|
|
|
|
|
|
|
Re: Problems with Translucency Transitions
2/21/2008 7:58:53 PM
(Total replies: 1)
|
| As a work around can you try to register the main DLL as an administrator:
1. Click on Start button
2. In the search box type "cmd", windows should find the the Command Shell "cmd.exe"
3. Right click on the cmd.exe icon and select "Run As Administrator"
4. Accept the security warning
5. In the command shell try to register the ShaderTFX.DLL as usual:
<b>> cd "\Program Files\RehanFX\Shader"
> regsvr32 shadertfx.dll </b>
Hope it will succeed. Please provide any feedback. |
|
|
|
Re: Request your vista transition and effects here!
7/25/2007 11:04:39 AM
(Total replies: 1)
|
| Hope you guys have had a look at my post announcing ShaderTransition pack for Vista: <post>128890</post>. It has split transition as well as Bluescreens. These type of transitions required implementing a custom DLL. Not possible wiht just the xml.
|
|
|
|
|
|
|
Re: Request your vista transition and effects here!
8/5/2007 6:54:38 PM
(Total replies: 1)
|
| MMK, I would not advise you to do so as it will be a serious breach of system wide security that has been so painstakingly built into Windows Vista by Micorosoft. Any such attempt would be considered a security attack and can land you into legal issues.
Furthermore I am certain this will not even solve the problem with Blaine's installer. The problem he is having are very much akin to the ones I encountered and I was able to solve them without resorting to disrupting the operating system ... |
|
|
|
Re: Request your vista transition and effects here!
8/5/2007 7:04:04 PM
(Total replies: 1)
|
| I will be releasing my own composite transitions later but will try not to overlap with the nice attempt by Blaine.
As for the Flyby effect... making it into a transition with proper tweakable parameters would require me to finish off PipPlus 2.0 for vista and xp. This may take some more time.
|
|
|
|
Re: Request your vista transition and effects here!
8/12/2007 11:00:58 AM
(Total replies: 2)
|
| Ilinotheblue if it is the vertical scroll that you want then try this:
<color="purple">
<TransitionsAndEffects Version="2.8" >
<Effects>
<EffectDLL guid="TFX">
<Effect name="RehanFX Vertical scroll" iconid="0" guid="RehanFX Vertical scroll" shadermodel="2">
<Param name="Animation" value="FX" />
<Param name="FXFile" value="rehanfx_multi.fx" />
<Param name="Technique" value="MultiScreen" />
<Semantics>
<ScreenTranslation evaluation="Linear" type="float2" >
<Point time="0.0" ... |
|