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
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
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
---
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!>
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