Posted by steveh2 on March 31, 2007 at 1:23pm
| Project: | Video |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The busy.flv that is shown whilst a video is being converted is missing from the module.
Comments
#1
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
#2
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).
#3
#4
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