Hyde
Your problem is interesting:
>
> My problem is that the jpg images do not expand to the 16:9 display size
> on
> my television in the way the avi files do. So my resulting movie shows
> black
> side bars to the image slide show element of the movie, but the avi's play
> full screen.
>
> I've tried re-sizing my original jpg's from their default 2304 x 1728 to
> 720
> x 576 as given in "setting details" section of the Save Movie Wizard, but
> this does not resolve the problem.
>
I challenge you to do it any other way than the following methods. I am
pretty sure that by now you would have tried all sort of cropping and
resizing... Nothing works. I sympathise with you.
You actually do not need to either resize or crop your images. You can use
them in the original form with these solutions:
A. For best quality and control:
1. Download and install my pan zoom effects from
http://rehanfx.org/panzoom.htm
2. Try the new effects in movie maker to make sure these are working
3. Copy paste the following lines into notepad and save as rpzwide.xml in
"C:\Program Files\Movie Maker\shared\AddOnTFX" folder
4. Restart Movie maker and apply the new effect called "RFX Widescreen" to a
photo in Storyboard you want to make fit into widescreen.
<TransitionsAndEffects Version="1.0">
<Effects>
<EffectDLL guid="{4B4670E6-4512-4bec-BED1-57A017078ECC}">
<Effect name="RFX Widescreen" iconid="33">
<Param name="X1" value="0.125" />
<Param name="Y1" value="0.125" />
<Param name="Size1" value="0.75" />
<Param name="X2" value="0.125" />
<Param name="Y2" value="0.125" />
<Param name="Size2" value="0.75" />
</Effect>
</EffectDLL>
</Effects>
</TransitionsAndEffects>
B. If you dont want my package, it can be done with customizing standard
effects but you would see marked loss of quality.
Copy paste the following lines into notepad and save as zoomwide.xml in
"C:\Program Files\Movie Maker\shared\AddOnTFX" folder. After that restart
Movie maker and apply the new effect "Zoom Fixed 75%" to a photo you want to
make fit into full widescreen.
<TransitionsAndEffects Version="1.0" >
<Effects>
<EffectDLL guid="{B4DC8DD9-2CC1-4081-9B2B-20D7030234EF}">
<Effect name="Zoom Fixed 75%" iconid="33">
<Param name="InternalName" value="Simple3D" />
<Param name="ScaleA" value="1.3333" />
<Param name="InitialScaleA" value="1.3333" />
</Effect>
</EffectDLL>
</Effects>
</TransitionsAndEffects>
Hope it helps. Please report back your experience.
--
Rehan
www.rehanfx.org - get transitions and effects for Windows MovieMaker
""Hyde" the darker side" <"Hyde" the darker
(E-Mail Removed)>
wrote in message news:3DCE0194-BB0B-4EEC-8AEE-(E-Mail Removed)...
>I have imported avi files and jpg's into the same timeline, applied all my
> transitions, audio overlays etc and saved the output as "High quality
> video
> (PAL)" which gives me .wmv file which I then convert to SVCD using Nero 6.
>
> (I've found I get better quality output on my TV by converting the DV-AVI
> file to WMV and then use the MPEG-2 encoder in Nero 6 to create my SVCD,
> than
> encoding DV-AVI directly to MPEG-2. Strange I know)
>
> My problem is that the jpg images do not expand to the 16:9 display size
> on
> my television in the way the avi files do. So my resulting movie shows
> black
> side bars to the image slide show element of the movie, but the avi's play
> full screen.
>
> I've tried re-sizing my original jpg's from their default 2304 x 1728 to
> 720
> x 576 as given in "setting details" section of the Save Movie Wizard, but
> this does not resolve the problem.
>
> Any ideas on how I can combine true movie footage with jpg slideshows in
> the
> same output file and have both elements display in full wide screen
> output?
>
> Thanks in advance.