The busy.flv that is shown whilst a video is being converted is missing from the module.

CommentFileSizeAuthor
#2 druplicon.vector.flv_.txt8.84 KBanarcat
#1 druplicon_0.png18.01 KBanarcat
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anarcat’s picture

FileSize
18.01 KB

This 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

anarcat’s picture

FileSize
8.84 KB

Oups! 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).

anarcat’s picture

Status: Active » Reviewed & tested by the community
fax8’s picture

Status: Reviewed & tested by the community » Fixed

Thanks 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

Anonymous’s picture

Status: Fixed » Closed (fixed)