Re: [Mlt-devel] Git: Fix and cleanup profile and preset dirs.

2011-09-26 Thread Dan Dennedy
On Mon, Sep 26, 2011 at 5:51 PM, Dan Dennedy wrote: > On Mon, Sep 26, 2011 at 4:56 PM, j-b-m wrote: >> On 25/09/2011 23:15, Dan Dennedy wrote: >>> >>> commit 6b3d9bae5b3c26479e15b6146b6151048982b343 >>> Author: Dan Dennedy >>> Date:   Fri Sep 23 00:34:10 2011 -0700 >>> >>>     Make profiles relat

[Mlt-devel] Git: Fix regression loading profile.

2011-09-26 Thread Dan Dennedy
src/framework/mlt_profile.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) New commits: commit d85a86881c8bfd388cbceb3a9c0c7246c5ec9ba1 Author: Dan Dennedy Date: Mon Sep 26 18:00:34 2011 -0700 Fix regression loading profile. Also, prefer mlt_environment(MLT_DATA) o

Re: [Mlt-devel] Git: Fix and cleanup profile and preset dirs.

2011-09-26 Thread Dan Dennedy
On Mon, Sep 26, 2011 at 4:56 PM, j-b-m wrote: > On 25/09/2011 23:15, Dan Dennedy wrote: >> >> commit 6b3d9bae5b3c26479e15b6146b6151048982b343 >> Author: Dan Dennedy >> Date:   Fri Sep 23 00:34:10 2011 -0700 >> >>     Make profiles relative to MLT_DATA instead of $prefix/share/mlt >> > Hello. > > T

Re: [Mlt-devel] Git: Fix and cleanup profile and preset dirs.

2011-09-26 Thread j-b-m
On 25/09/2011 23:15, Dan Dennedy wrote: > commit 6b3d9bae5b3c26479e15b6146b6151048982b343 > Author: Dan Dennedy > Date: Fri Sep 23 00:34:10 2011 -0700 > > Make profiles relative to MLT_DATA instead of $prefix/share/mlt > Hello. The above commit broke finding of profiles on linux (at least f

Re: [Mlt-devel] PATCH: pango_producer HTML color support

2011-09-26 Thread Brian Matherly
>>> Me thinks you are trying too hard and doing >>> something in pango that already exists in mlt_properties (or >>> mlt_property). >> >> Yes. And that is what my original patch accomplishes. It makes pango use > mlt_properties_get_int() so that it behaves like frei0r and color producer: >>

Re: [Mlt-devel] PATCH: pango_producer HTML color support

2011-09-26 Thread Dan Dennedy
On Mon, Sep 26, 2011 at 1:30 PM, Brian Matherly wrote: >>>  Kdenlive currently ignores the "AA" which is making a headache > >> for me in integrating the dynamic text filter. If the interface had been >> rigid >> and always required "0xRRGGBBAA" then it would be a slam dunk. Maybe >> too much fle

Re: [Mlt-devel] PATCH: pango_producer HTML color support

2011-09-26 Thread Brian Matherly
>> Kdenlive currently ignores the "AA" which is making a headache > for me in integrating the dynamic text filter. If the interface had been > rigid > and always required "0xRRGGBBAA" then it would be a slam dunk. Maybe > too much flexibility is a bad thing in this case. >> > > Why is this

Re: [Mlt-devel] melted playlist with live capture and video files mix not working

2011-09-26 Thread Raymond Doran
On Sep 26, 2011, at 2:52 PM, Dan Dennedy wrote: > On Mon, Sep 26, 2011 at 11:48 AM, Raymond Doran > wrote: >> All, >> >> I can get live capture to play through melted ( Thank you Dan Dennedy!) but >> when I try to append another video clip to the playlist with the APND >> command it will not

Re: [Mlt-devel] melted playlist with live capture and video files mix not working

2011-09-26 Thread Dan Dennedy
On Mon, Sep 26, 2011 at 11:48 AM, Raymond Doran wrote: > All, > > I can get live capture to play through melted ( Thank you Dan Dennedy!) but > when I try to append another video clip to the playlist with the APND command > it will not play.  If i load the clip with the LOAD command it plays the

[Mlt-devel] melted playlist with live capture and video files mix not working

2011-09-26 Thread Raymond Doran
All, I can get live capture to play through melted ( Thank you Dan Dennedy!) but when I try to append another video clip to the playlist with the APND command it will not play. If i load the clip with the LOAD command it plays the clip, but I can never play capture again. I get INVALID on the

Re: [Mlt-devel] PATCH: pango_producer HTML color support

2011-09-26 Thread Dan Dennedy
On Mon, Sep 26, 2011 at 11:29 AM, Brian Matherly wrote: >>>  How about this: > >>>  * add a new function to mlt_properties: int mlt_properties_get_color( >> mlt_properties, name); >>>  * get_color would return exactly the same thing that get_int() currently >> returns. >> >> Lying in bed last nigh

Re: [Mlt-devel] PATCH: pango_producer HTML color support

2011-09-26 Thread Brian Matherly
>> How about this: >> * add a new function to mlt_properties: int mlt_properties_get_color( > mlt_properties, name); >> * get_color would return exactly the same thing that get_int() currently > returns. > > Lying in bed last night, I realized that we can not return a negative > to indicate

Re: [Mlt-devel] Audio mixing issue

2011-09-26 Thread Dan Dennedy
I am working on some other things for a little while and not able to look into this for a little while. I will flag it for something to revisit later. On Mon, Sep 26, 2011 at 7:59 AM, j-b-m wrote: > Hi. > > As reported in Kdenlive issue 2330 (1), there is a problem with audio mixing > when muting

[Mlt-devel] Audio mixing issue

2011-09-26 Thread j-b-m
Hi. As reported in Kdenlive issue 2330 (1), there is a problem with audio mixing when muting a track. Let's say we have a 4 tracks project: track 0: color clip track 1: audio clip 1 track 2: audio clip 2 track 3: audio clip 3 Track 0 being the first track added to MLT (the lowest one). In

Re: [Mlt-devel] PATCH: pango_producer HTML color support

2011-09-26 Thread Dan Dennedy
On Mon, Sep 26, 2011 at 6:20 AM, Brian Matherly wrote: >>>  There are two services in MLT that accept color parameters: producer_color > >> and producer_pango. >>> >> >> Actually, there is a bunch of frei0r plugins that use color parameters. > > Oh yeah, I see that now. I didn't catch that because

Re: [Mlt-devel] PATCH: pango_producer HTML color support

2011-09-26 Thread Brian Matherly
>> There are two services in MLT that accept color parameters: producer_color > and producer_pango. >> > > Actually, there is a bunch of frei0r plugins that use color parameters. Oh yeah, I see that now. I didn't catch that because I was looking in the service metadata - and none exists for