Re: [Mlt-devel] MLT and C#

2010-03-28 Thread Dan Dennedy
On Sat, Mar 27, 2010 at 2:12 AM, Steeve Descarpentries sdescarpentr...@free.fr wrote: Hi, I did a swig binding for csharp. I just join the build file. Thank you for the contribution. I will add the build as well as a simple play.cs like the others. I also run some test step by step to

[Mlt-devel] MLT and C#, Howto display a simple jpg image ?

2010-03-27 Thread Steeve Descarpentries
Hi, I'm trying to disply a simple jpg image, and mix it with a video. Here is my code : private void MultitrackMixPlayFromImage(string file1, string file2) { Factory.init(); Profile profile = new Profile(atsc_720p_30);

[Mlt-devel] MLT and c#, Howto use the colour ?

2010-03-27 Thread Steeve Descarpentries
Hi, I'm trying to use the colour generator with the csharp binding. when I had a transition between a black colour playlist and a video playlist, luma type, the mix don't work ! here is my code : private void MultitrackMixPlayWithColour(string file1, string file2) { Factory.init();

[Mlt-devel] MLT and C#

2010-03-27 Thread Steeve Descarpentries
Hi, I did a swig binding for csharp. I just join the build file. I also run some test step by step to understand howto use mlt, and howto use mlt with c#. What can I do for now ? (see file mlt test step 1) - simple play video - simple Xml Out - simple Play With Filter - simple Play With Patial