Active
Project:
FlashVideo
Version:
5.x-2.5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2008 at 13:28 UTC
Updated:
18 Sep 2008 at 00:47 UTC
I assume FFMPEG is what creates the thumbnails. I currently am using this module successfully without FFMPEG (I could not get it installed, so I convert the videos on my local machine before uploading). Anyway, I want to create a set of view pages that show 10 videos per page, in table view, with a clickable thumbnail. Any suggestions? Thanks.
Comments
Comment #1
nk_ commentedThis is something that interests me too...
I even tried to put self-made thumbs in the files directory with the same name, i.e. video file = video.flv thumb file = video.jpg
and when I put [thumbnail:index=0] in the body of a node that contains uploaded file video.flv i get img alt
thumbnail_MIA.png.
also I am curious if there is any idea to get video in pop-up window upon click on thumbnail.
any help is much appreciated + congratulations for this great module !
Comment #2
The AL commentedI ended up making my own custom view with an image on the left set to thumbnail. Then in my image cache settings I made sure thumbnails were 100x100. Then I put an image upload form on the video nodes under the video uploader. I use RIVA on my machine to convert the videos before I upload them. RIVA can export the first frame as a jpg, so I just had it do that. I upload it with the video when I create the video node. Then in the views it shows up fine. I just have a naming scheme going on where videos and thumbails share the same name and are in th same folder on my machine, so it's relatively hassle free.
Comment #3
photoman commentedOf course you can make the thumbnail by use another field . What I want to know is FFmpeg export the thumbnail images? or is there any other options to export images without FFmpeg.
Comment #4
spiffyd commented@ The AL
Did you get a thumbnail to replace the "Thumb not found" image in the teaser? If so, how?
I understand RIVA was used to get a "thumbnail effect" for your main video.
Thanks!
Comment #5
rondev commentedI think The AL have only a thumbnail in the teaser and an autostart video in the body of the node. I'm not sure.
It would be great to have a good solution for people don't having FFMEG.