Module for Audio

trowa barton
trowa barton's picture

Joined: 2006-02-23
Posts: 27
Posted: Tue, 2006-04-04 16:34

I want to develop a module that will trigger an upload of an audio file and eventually converts this file to smaller file (conversion is not a problem anymore). And upload both this audio file in the gallery..

Please help. thanks.

 
trowa barton
trowa barton's picture

Joined: 2006-02-23
Posts: 27
Posted: Wed, 2006-04-05 06:05

How does the gallery2 process the thumbnail for its items? What specific module conduct this operation? In this way, I can hook the process of audio conversion for my module.. Please help.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2006-04-05 21:40

modules register toolkit operations. G2 then calls out to a toolkit to perform the operations when building a thumbnail.
toolkit modules: imagemagick, netpbm, gd for standard image operations
dcraw for converting some "raw" image types
ffmpeg for movie operations