"Robert Rozman" wrote:
> Hi,
>
> thanks for response and sorry  - I used wrong names - I took another look
> and in Freevo these are called thumbnails, and option to set for directory
> is Autgenerate thumbnails. Where are these stored and is it possible to put
> them beside media files ?

Ah, the thumbnails (small version of images and screenshots from
videos) are stored in the vfs. A thumbnail for /foo/bar/file.avi is
stored as OVERLAY_DIR/foo/var/file.avi.raw. This is raw data,
uncompressed image + some extra infos. Look at osd.py, they are loaded
here. Basicly this is pickled data, to return them via web, you must
load it with the python pickle module and use Imaging to convert them
on-the-fly to png or jpg.


Dischi

-- 
Hey! It compiles! Ship it!


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to