Closed (fixed)
Project:
Video
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2007 at 13:23 UTC
Updated:
22 Aug 2007 at 08:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
anarcat commentedThis is a really really simply conversion from the druplicon.vector.svg file. I've done this with:
wget -O druplicon.vector.svg http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/docs/marke...
convert druplicon.vector.svg -resize 320x240 -size 320x240 xc:white +swap -gravity center -composite -depth 8 druplicon.png
Comment #2
anarcat commentedOups! I forgot the ffmpeg incantation:
ffmpeg -i druplicon.png druplicon.vector.flv
... and the .flv file (which, incidentally, you'll have to rename to .flv explicitely because of upload restrictions here).
Comment #3
anarcat commentedComment #4
fax8 commentedThanks for your help.
I rewrote the "video encoding in progress" .. now it is handled by a theme()
function and no more load FLV. Users will be able to override that themeable function on their themes to create almost everything.
This approach is really more powerful than simply playing a "in progress" video.
Fabio
Comment #5
(not verified) commented