[Mlt-devel] mlt won't play video files

2016-09-29 Thread Jesse Gordon
Good day, I am very excited to read about mlt/melt, and and am trying to install and use it, but may be having some user error. My understanding is that I should be able to play common video files with /melt videofile.mpeg/ Unfortunately, it won't work - it just gives usage. I did compile

Re: [Mlt-devel] serializing animated parameters with keyframes relative to end of transition/effect?

2016-09-29 Thread Dan Dennedy
When a MLT property is serialized, if there is a string representation, then it is used: *https://github.com/mltframework/mlt/blob/master/src/framework/mlt_property.c#L675 * Therefore, when the property is set by st

[Mlt-devel] serializing animated parameters with keyframes relative to end of transition/effect?

2016-09-29 Thread Harald Albrecht
Hi, as far as I understand, the textual representation of animated properties allows to specify the position of a keyframe as negative, that is, relative to the end of the effect or transition. I've also seen that MLT, when encounting such a negative keyframe, it adds the length of the transit

Re: [Mlt-devel] [PATCH] NewTek NDI consumer, draft version

2016-09-29 Thread Maksym Veremeyenko
On 29.09.2016 18:37, Dan Dennedy wrote: > In order to accept this into the source tree, I want you to join Github, > fork the repo, and submit a pull request for it. This way, I can more > easily manage your patch submissions and assign bugs that are specific > to components that you do work on. Do

Re: [Mlt-devel] [PATCH] NewTek NDI consumer, draft version

2016-09-29 Thread Dan Dennedy
In order to accept this into the source tree, I want you to join Github, fork the repo, and submit a pull request for it. This way, I can more easily manage your patch submissions and assign bugs that are specific to components that you do work on. Do you agree to this? On Thu, Sep 29, 2016 at 5:

[Mlt-devel] [PATCH] NewTek NDI consumer, draft version

2016-09-29 Thread Maksym Veremeyenko
Hi attached patch implements NewTek NDI protocol support for consumer. Producer is not implemented yet. i tested it against their tools provided for monitoring. -- Maksym Veremeyenko From f4b77cd16bc77e704f3d166790fa42972b790b3e Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko Date: Thu, 2