Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Generate a Thumbnail for the uploaded video
dkm
#1 Posted : Tuesday, 11 August 2009 10:54:38 PM(UTC)
Rank: Member

Joined: 29/01/2009(UTC)
Posts: 13
Location: Croatia

Hy Roger,

I dont know whether this request someone wrote before, but it would be nice to generate Thumbnail of uploaded video
avi,divx,wmv...

I looked on the net and found an interesting use of ffmpeg.exe to generate Thumbnail.What you think whether it is possible to implement

http://ramcrishna.blogsp...s-like-youtube-and.html


and another suggestion, avi fileExtension better and faster work with Divx player

I change from this

Code:
<mimeType
fileExtension=".avi"
browserId="default"
type="video/x-ms-wvx"
allowAddToGallery="false" />


to

Code:
<mimeType
fileExtension=".avi"
browserId="default"
type="video/divx"
allowAddToGallery="false" />


on the larger avi files IE8 breaks down when using x-ms-wvx.


Roger Martin
#2 Posted : Wednesday, 12 August 2009 4:29:58 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

Yes, it would be great to generate thumbnails for videos - thanks for the info about FFMPEG. It looks promising but unfortunately it only works in full trust environments, so the solution won't work with most hosting companies. But that is probably true with *any* algorithm that attempts to get a thumbnail, so we may just have to accept the limitation.

I bookmarked the site for future reference.

As for using DIVX for .avi files, that is perfectly fine. I am inclined to preserve the current template because I am slightly suspicious of the DIVX Player. It is practically impossible to go to their site and download *just* the web player - they want you to download a bunch of other crap. I tweaked the template so that it automatically gets the web player in most browsers, but even then the installer wants to install a toolbar in your browser - not cool. Luckily you can uncheck the box during installation. So for now GSP ships with only .divx files using the DIVX player, but you can adjust the templates in galleryserverpro.config for other files as you did.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
dkm
#3 Posted : Monday, 14 September 2009 8:03:01 AM(UTC)
Rank: Member

Joined: 29/01/2009(UTC)
Posts: 13
Location: Croatia

Hy Roger Have you saw this

http://www.intuitive.sk/fflib/

ffmpeg based video conversion NET 2.0 library
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.