You are not Logged in! Log in or register.

Video Thumbnailer Test

This shows what the Video Thumbnailer module can do with a video file. These are three seperate video files that have been uploaded with the thumbnailer running on each.










AttachmentSize
MOV00002.3GP91.5 KB
tnt.wmv637.3 KB
pinkycat.avi7.72 MB

SQL ERROR

Hi Maintainer,

I found some problems installing video thumbnailer. (drupal 5.x)

First I got this: user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(`nid`) )' at line 5 query: CREATE TABLE video_thumbnailer_node ( `vtid` int(11) DEFAULT NULL, `nid` int(11) DEFAULT NULL, `type` varchar(255) NOT NULL DEFAULT 0 PRIMARY KEY (`nid`) ) in /var/www/drupal/includes/database.mysql.inc on line 172.

Second I got this going to admin/media_mover/config/add : Fatal error: Call to undefined function mm_ffmpeg_frame_sizes() in /var/www/drupal/sites/all/modules/video_thumbnailer/video_thumbnailer.module on line 137

Are this known bugs? Any patches allready or do I have to solve this by myself?

Warm regards from Cologne

Dirk

animated thumbnail (internet archive style)

Would it be possible to combine all generated images into only 1 "gif-animated" thumbnail or similar(?) to save space ?
Archive.org does this (see spotlight item on http://www.archive.org/details/movies)

giovani
http://www.webyes.com.br
http://www.publyrics.com

Animated gif?

It looks like FFmpeg can create animated gifs from videos. However, in terms of disk space, an animated gif is likely larger than a video file, depending on the number of frames we're looking at. It could be done- a good idea for another processing module.