busy.flv missing from project

steveh2 - March 31, 2007 - 13:23
Project:Video
Version:5.x-1.x-dev
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

anarcat - June 27, 2007 - 00:09

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

AttachmentSize
druplicon_0.png 18.01 KB

#2

anarcat - June 27, 2007 - 00:11

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

AttachmentSize
druplicon.vector.flv_.txt 8.84 KB

#3

anarcat - June 27, 2007 - 15:15
Status:active» reviewed & tested by the community

#4

fax8 - August 7, 2007 - 23:30
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

#5

Anonymous - August 22, 2007 - 08:34
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.