Evan Hisey wrote: > I am unable to get the thumbnails to show up for show in 1.7.3. I am > attempting debug the problem.Showing up in the log is: > no imagefile found > /root/.freevo/vfs/mnt/freevo/08-05_19_00_Human_Weapon_-_Eskrima.mpeg.raw.tmp > > while the files listed in /root/.freevo/vfs/mnt/freevo/ all end in > .fxd.raw. It appears that freevo is looking for the wrong files when > looking for thumbnails.
I doubt that this is happening. The recordserver creates an image with: vfs.getoverlay(prog.filename + '.raw.tmp' and videothumb read it with vfs.getoverlay(videofile + '.raw') and a bit later on appends a ".tmp". With the same function vfs.getoverlay you _should_ get the same path. And if it was other people would have reported it by now, hopefully. How big are your thumbnails, they should be 182790 bytes. I wonder if your version of mplayer is not okay from the other messages about -lameopts and -xvidopts. try this: freevo prompt import util.videothumb as v v.snapshot('/path/to/video') ^D you should have a .raw.tmp file somewhere /root/.freevo/vfs/path/to/video. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel