|
Please also read the
Disclaimer
MediaNet
- Support Modules - THUMBS
Purpose: To thumbnail video images to
speed up graphical video menus
LOADER.xml
<loader>
<instance>
<load module="THUMBS" enabled="n"
title="Movie Thumbs" />
set enabled="y" if this function is required.
<scan title="Create" />
the title for scanning can be amended here
<settings width="176"
height="136" frametime="6" />
set the width, height of the image to be created here
also set the number of
seconds into the video to capture the image from 0 = first frame
<scanner paths="c:\mvptext,c:\mvptest2"
files="mpg,mpeg" />
set
the paths and video file types to scan
</instance>
</loader>
Creates thumbnail images in the same
folder as the video, with the same name
|