Hello.
Trying to improve image sequence support in Kdenlive, I discovered that MLT
cannot currently load a sequence with files like this:
image205.jpg
image206.jpg
image207.jpg
(...)
If we pass "image%.3d.jpg" as resource, MLT will look for:
image001.jpg, image002.jpg, etc until a max of 100
On Tue, Feb 7, 2012 at 10:08 AM, j-b-m wrote:
> Hello.
>
> Trying to improve image sequence support in Kdenlive, I discovered that MLT
> cannot currently load a sequence with files like this:
>
>
> image205.jpg
> image206.jpg
> image207.jpg
> (...)
>
> If we pass "image%.3d.jpg" as resource, MLT w
On Tuesday 07 February 2012 10:32:24 Dan Dennedy wrote:
> On Tue, Feb 7, 2012 at 10:08 AM, j-b-m wrote:
> > Hello.
> >
> > Trying to improve image sequence support in Kdenlive, I discovered that
> > MLT
> > cannot currently load a sequence with files like this:
(...)
> We could simply increase
On Tue, Feb 7, 2012 at 2:06 PM, j-b-m wrote:
> On Tuesday 07 February 2012 10:32:24 Dan Dennedy wrote:
>> On Tue, Feb 7, 2012 at 10:08 AM, j-b-m wrote:
>> > Hello.
>> >
>> > Trying to improve image sequence support in Kdenlive, I discovered that
>> > MLT
>> > cannot currently load a sequence with
> 2012/1/16 Maksym Veremeyenko :
>> wrong test code where mlt_consumer_stop was called immediately after
>> mlt_consumer_start caused that sideeffect.
>>
>> to resolve such condition i attached a patch that properly determinate
>> consumer's thread finish and avoid writing /trailer/ if no /header w
src/modules/avformat/consumer_avformat.c | 19 ++-
1 files changed, 10 insertions(+), 9 deletions(-)
New commits:
commit de3106c7ea55b5fb52c8322536c2e94dbbad2cfa
Author: Dan Dennedy
Date: Tue Feb 7 20:15:31 2012 -0800
fix race condition stopping avformat consumer
2012/2/6 Maksym Veremeyenko :
> 04.02.12 22:25, Dan Dennedy написав(ла):
>
>> 2012/2/3 Maksym Veremeyenko:
>>>
>>> 02.02.12 18:57, Maksym Veremeyenko написав(ла):
>>>
Hi,
attached patch perform line compositing for SSE2+ARCH_X86_64 build. It
works for a case where luma is not de
On Tue, Feb 7, 2012 at 8:40 PM, Dan Dennedy wrote:
> 2012/2/6 Maksym Veremeyenko :
>> 04.02.12 22:25, Dan Dennedy написав(ла):
>>
>>> 2012/2/3 Maksym Veremeyenko:
02.02.12 18:57, Maksym Veremeyenko написав(ла):
> Hi,
>
> attached patch perform line compositing for SSE2+A