[Mlt-devel] how to check if melted server is looping the playlist or not

2015-01-08 Thread Federico Allegretti
hello and happy new 2015 :D i'm trying to check in my playback server application if melted server is set to loop the playlist or not. i have seen that mvcp commands to force the server in a specific state are: USET U0 eof=loop or USET U0 eof=ignore but i really wish to extract the current state

Re: [Mlt-devel] how to check if melted server is looping the playlist or not

2015-01-08 Thread Federico Allegretti
ok reading the mvcp documentation i extracted that to SET properties i can use Uset ... and to read those properties i have to use Uget :D uget u0 eof returns the properert :D thanks On Thu, Jan 8, 2015 at 12:34 PM, Federico Allegretti wrote: > hello and happy new 2015 :D > > i'm trying to che

[Mlt-devel] Can I use any transitions besides luma for a pixbuf slideshow?

2015-01-08 Thread Jeremy Yoder
Looking at the list of filters it looks like "luma" is the only one that will take the current and next frame as input. Is there any way to accomplish the same thing with other transitions, like "composite" or "affine" (maybe using the "transition" filter somehow?). Thanks! Jeremy ---

Re: [Mlt-devel] Can I use any transitions besides luma for a pixbuf slideshow?

2015-01-08 Thread Brian Matherly
Hi Jeremy, >Looking at the list of filters it looks like "luma" is the only one that will >take the current and next frame as >input.  Is there any way to accomplish the >same thing with other transitions, like "composite" or "affine" >(maybe using >the "transition" filter somehow?).> >Thanks!>

Re: [Mlt-devel] Can I use any transitions besides luma for a pixbuf slideshow?

2015-01-08 Thread Dan Dennedy
On Thu, Jan 8, 2015 at 7:42 AM, Jeremy Yoder wrote: > Looking at the list of filters it looks like "luma" is the only one that > will take the current and next frame as input. Is there any way to > accomplish the same thing with other transitions, like "composite" or > "affine" (maybe using the