On Monday 05 March 2007 1:12 am, Zsolt Sandor wrote: > Hello! > > At the weekend i sent some time to watch the mlt framework source. > > > > I think it is already the case, you can have a look in: > > > /usr/local/share/mlt/modules/ > > Definitly NO! The effects are linked together into libcore.so (check the
Definitely, yes. Multiple effects can be grouped into modules named libmlt...so. They are not all in libmltcore.so. The modules are loaded dynamically based upon registration in .dat files (consumers.dat, producers.dat, filters.dat, transitions.dat). See mlt/src/framework/mlt_repository.c