Ticket #65 (closed enhancement: fixed)
Make Thumbnail Splash Image with Button Overlay on Flash Player
| Reported by: | and | Owned by: | andycat |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.2.2 - small user side enhancements |
| Component: | Transcoding | Severity: | |
| Keywords: | Cc: | ||
| Who will test this: |
Description
Use the thumbnail associated with the video object as splash image in the Flowplayer on video/view pages.
Overlay this with the transparent EM play logo
Attachments
Change History
comment:2 Changed 5 years ago by anna
some ideas on this...
you can use mplayer to extract thumbnails (as well as ffmpeg):
mplayer -vo jpeg -frames 1 -ss
http://lists.mplayerhq.hu/pipermail/mencoder-users/2007-February/005331.html
then use GD to combine this frame thumbnail with the engagemedia logo (current flash splash image)? http://www.codewalkers.com/c/a/Miscellaneous/Overlapping-Images-with-GD/1/
or use the playlist function that comes with Flowplayer to load the frame thumb, overlay and video:
http://community.flowplayer.org/demo/basic+setup
this example has nice rollover play button we might want to look at also...
comment:3 Changed 5 years ago by anna
- Milestone changed from 0.3 - Plone 3 to 0.2.2 - small user side enhancements
Also an excellent user enhancement, Andy says it's doable for this next release using the following how-to :)
comment:4 Changed 5 years ago by andycat
it seems you can change the play button overlay only on the commerical version.
comment:5 Changed 5 years ago by andycat
URL from last comment http://community.flowplayer.org/node/1173


Moved to 0.3 as proposed a few weeks ago. no more features are being added into 0.2 before a 'final' is released, only bug fixes.