Re: [Mlt-devel] Installing mlt under windows

2012-01-25 Thread bettinger cédric
ok thank you very much I fixed that error. But I got another one : RtAudio.cpp:3527:20: fatal error: dsound.h: No such file or directory compilation terminated. make[2]: *** [RtAudio.o] Error 1 make[2]: Leaving directory '/home/cedric/src/mlt/src/modules/rtaudio' make[1]: *** [all] Error 1

Re: [Mlt-devel] Installing mlt under windows

2012-01-25 Thread Brian Matherly
ok thank you very much I fixed that error. But I got another one : RtAudio.cpp:3527:20: fatal error: dsound.h: No such file or directory compilation terminated. make[2]: *** [RtAudio.o] Error 1 make[2]: Leaving directory '/home/cedric/src/mlt/src/modules/rtaudio' make[1]: *** [all] Error

Re: [Mlt-devel] Installing mlt under windows

2012-01-25 Thread bettinger cédric
Ok I was following the instructions but I didn't see the note at the bottom. The compilation of mlt worked, but I have some trouble to make a program using mlt working. #include Mlt.h #include iostream int main(){ Mlt::Factory::init (NULL); Mlt::Profile m_profile = new Mlt::Profile

Re: [Mlt-devel] loop for producer

2012-01-25 Thread Dan Dennedy
On Wed, Jan 25, 2012 at 8:16 AM, Maksym Veremeyenko ve...@m1stereo.tv wrote: Hi, are there any way to set (or use) *loop* or *eof* properties for *avformat* producer? Yes, I think it should, but it depends on your context (object model) and application to enable the proper behavior. IOW, the

Re: [Mlt-devel] Installing mlt under windows

2012-01-25 Thread Dan Dennedy
On Wed, Jan 25, 2012 at 7:33 AM, bettinger cédric bced...@gmail.com wrote: Ok I was following the instructions but I didn't see the note at the bottom. The compilation of mlt worked, but I have some trouble to make a program using mlt working. #include Mlt.h #include iostream int main(){

Re: [Mlt-devel] loop for producer

2012-01-25 Thread Maksym Veremeyenko
25.01.12 19:24, Dan Dennedy написав(ла): On Wed, Jan 25, 2012 at 8:16 AM, Maksym Veremeyenkove...@m1stereo.tv wrote: Hi, are there any way to set (or use) *loop* or *eof* properties for *avformat* producer? Yes, I think it should, but it depends on your context (object model) and

Re: [Mlt-devel] loop for producer

2012-01-25 Thread Dan Dennedy
2012/1/25 Maksym Veremeyenko ve...@m1stereo.tv: 25.01.12 19:24, Dan Dennedy написав(ла): On Wed, Jan 25, 2012 at 8:16 AM, Maksym Veremeyenkove...@m1stereo.tv  wrote: Hi, are there any way to set (or use) *loop* or *eof* properties for *avformat* producer? Yes, I think it should, but it

Re: [Mlt-devel] loop for producer

2012-01-25 Thread Dan Dennedy
On Wed, Jan 25, 2012 at 9:43 AM, Dan Dennedy d...@dennedy.org wrote: 2012/1/25 Maksym Veremeyenko ve...@m1stereo.tv: 25.01.12 19:24, Dan Dennedy написав(ла): On Wed, Jan 25, 2012 at 8:16 AM, Maksym Veremeyenkove...@m1stereo.tv  wrote: Hi, are there any way to set (or use) *loop* or *eof*

[Mlt-devel] Git: add support for converting between all audio sample formats

2012-01-25 Thread Dan Dennedy
src/framework/mlt_types.h|6 +- src/modules/avformat/consumer_avformat.c |3 + src/modules/core/filter_audioconvert.c | 118 +- 3 files changed, 123 insertions(+), 4 deletions(-) New commits: commit 1005cad27e2635611fdd2e7a653cd7c8d4eec0af

[Mlt-devel] Git: add s32le and f32le format to core audio filters

2012-01-25 Thread Dan Dennedy
src/modules/core/filter_audiochannels.c | 19 --- src/modules/core/filter_channelcopy.c | 22 +- src/modules/core/filter_mono.c | 30 +- 3 files changed, 66 insertions(+), 5 deletions(-) New commits: commit

[Mlt-devel] Git: increase sample format support to audio encoding

2012-01-25 Thread Dan Dennedy
src/modules/avformat/consumer_avformat.c | 162 +++-- 1 files changed, 106 insertions(+), 56 deletions(-) New commits: commit ff8237ec8bd4ae8917c65991c8ca79e4ec6b1955 Author: Dan Dennedy d...@dennedy.org Date: Wed Jan 25 20:32:44 2012 -0800 increase sample format

Re: [Mlt-devel] Installing mlt under windows

2012-01-25 Thread Brian Matherly
Ok I was following the instructions but I didn't see the note at the bottom. The compilation of mlt worked, but I have some trouble to make a program using mlt working. #include Mlt.h #include iostream int main(){ Mlt::Factory::init (NULL); Mlt::Profile m_profile = new Mlt::Profile

Re: [Mlt-devel] Xml output is currenty broken

2012-01-25 Thread Dan Dennedy
On Wed, Jan 25, 2012 at 8:21 PM, Brian Matherly pez4br...@yahoo.com wrote: Dan,  I made my comments on github. Thanks Dan. Let me rework the patch and get back to you. I think I will: * Put the startElement callback back where it belongs. * Add code to bail out after the first pass if

Re: [Mlt-devel] Installing mlt under windows

2012-01-25 Thread Dan Dennedy
On Wed, Jan 25, 2012 at 8:41 PM, Brian Matherly pez4br...@yahoo.com wrote: Ok I was following the instructions but I didn't see the note at the bottom. The compilation of mlt worked, but I have some trouble to make a program using mlt working. #include Mlt.h #include iostream int main(){