[Kdenlive-devel] accountant

2006-09-28 Thread Wallace Copeland
rojans Marc Tyler and Marshall Jones put on a show in front of the packed crowd, proving why they are ranked so highly by Scout. -- next part -- An HTML attachment was scrubbed... URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20060928/f1ba7ad4/attachment.html&

[Kdenlive-devel] [Mlt-devel] MLT AMD64 compilation

2006-09-28 Thread Jean-Michel Pouré
Le jeudi 28 septembre 2006 ? 09:16 -0500, Zachary Drew a ?crit : > --disable-sox. If I build without sox, will I be able to mix sound sources (mp3, wave, etc ...)? Kind regards, Jean-Michel

[Kdenlive-devel] Kdenlive feature request : blur

2006-09-28 Thread Ruslan Popov
Just to know? Do you move camera when you're shooring movie? If yes, then how do the blur filter will know what part of image it has to blur? For still image I can develop blur filter using user provided mask. jmpoure at free.fr wrote: > Dear friends, > > I am working on a community TV show, tit

[Kdenlive-devel] Kdenlive feature request : blur

2006-09-28 Thread jmpo...@free.fr
> Just to know? Do you move camera when you're shooring movie? > If yes, then how do the blur filter will know what part of image it has > to blur? For still image I can develop blur filter using user provided mask. The camera does not move. Characters may moove in front of a building. The needed

[Kdenlive-devel] Kdenlive feature request : blur

2006-09-28 Thread reinhard
Hi, did you tried the "Obscure" effect? This might serve the purpose as well. greetings reinhard On Thursday 28 September 2006 11:38, jmpoure at free.fr wrote: > Dear friends, > > I am working on a community TV show, titled "Les super-h?ros de > l'immobilier" (in French : Real-Estate Super-Her

[Kdenlive-devel] Kdenlive feature request : blur

2006-09-28 Thread jmpo...@free.fr
Dear friends, I am working on a community TV show, titled "Les super-h?ros de l'immobilier" (in French : Real-Estate Super-Heroes"), which deals with the burst of the real-estate bulle in France. It is approximatively a 10 hour show. For producing the show, we will be using Kdenlive 0.4 cvs versi

[Kdenlive-devel] divx Covers: dvd

2006-09-28 Thread ls Online
around Juice online -- next part -- An HTML attachment was scrubbed... URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20060928/8d189523/attachment.html> -- next part -- A non-text attachment was scrubbed... Name: Utilities.gif Type:

[Kdenlive-devel] [Mlt-devel] MLT AMD64 compilation

2006-09-28 Thread jmpo...@free.fr
Selon Zachary Drew : > I commited the amd64 patch. It passed my assembly tests. I was unable to > test it on amd64 because the machine I had access to wasn't running a 64 bit > kernel. If someone would like to test it on amd64, change > > #undef DEBUG_ASM > > to > > #define DEBUG_ASM > > in src/mod

[Kdenlive-devel] [Mlt-devel] MLT AMD64 compilation

2006-09-28 Thread Dan Dennedy
On Thursday 28 September 2006 7:22 am, Jean-Michel Pour? wrote: > Le jeudi 28 septembre 2006 ? 09:16 -0500, Zachary Drew a ?crit : > > --disable-sox. > > If I build without sox, will I be able to mix sound sources (mp3, wave, > etc ...)? yes. The sox filter basically provides all of the things und

[Kdenlive-devel] Kdenlive feature request : blur

2006-09-28 Thread Varol
All I just recently implemented the following very fast blur algol in QDVDAuthor. Please note that it is not a Gausian blur but I believe much faster. It should be easy to integrate it into kdenlive #define qMax(a,b) (a>b)?a:b #define qMin(a,b) (a static inline void blurinner(unsigned char *bptr,