Re: [Mlt-devel] Fix kdenlive title producer progressive and ratio settings

2012-10-10 Thread j-b-m
On Tuesday 09 October 2012 19:05:17 j-b-m wrote: > > > > > > @@ -130,9 +130,9 @@ static int producer_get_frame( mlt_producer > > > producer, > > > mlt_frame_ptr frame, int i > > > > > > mlt_frame_set_position( *frame, mlt_producer_position( > > > > > > producer ) ); > > > > > >

Re: [Mlt-devel] "Next Clip" Funtionality

2012-10-10 Thread Mark, Mark Hooper Ltd
OK now sorted - checked the test plan - GOTO U0 0 +1 - will jump to frame 0 on the next clip From: Mark, Mark Hooper Ltd [mailto:m...@mark-hooper.co.uk] Sent: 10 October 2012 16:05 To: 'ddenn...@gmail.com' Cc: 'mlt-devel@lists.sourceforge.net' Subject: "Next Clip" Funtionality Hi Dan,

[Mlt-devel] "Next Clip" Funtionality

2012-10-10 Thread Mark, Mark Hooper Ltd
Hi Dan, I am endeavouring to implement the 'Next Clip' function from the Melted Client in my own application. Having scoured the MVCP protocol - I am none the wiser! Which command can I use to do this? Many thanks Mark