[Mlt-devel] [mltframework/mlt] facebe: Adding filter child to producer element

2018-06-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: facebe25609fbea118ac21870ea4ed4b2be888f5 https://github.com/mltframework/mlt/commit/facebe25609fbea118ac21870ea4ed4b2be888f5 Author: Camille Date: 2018-06-02 (Sat, 02 Jun 2018) Changed paths: M

[Mlt-devel] [mltframework/mlt] 15f138: Fix affine output alpha incorrect for over mode.

2018-06-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 15f138f1480aad6d544561b89f4efc7aca702392 https://github.com/mltframework/mlt/commit/15f138f1480aad6d544561b89f4efc7aca702392 Author: Dan Dennedy Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths:

[Mlt-devel] [mltframework/mlt] a8512e: Convert dynamictext to use affine transition.

2018-06-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: a8512e6cbf269e3223b12b009ed8d12c9a87a35a https://github.com/mltframework/mlt/commit/a8512e6cbf269e3223b12b009ed8d12c9a87a35a Author: Dan Dennedy Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths:

[Mlt-devel] [mltframework/mlt] 560e02: Another output alpha fix for over mode.

2018-06-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 560e02161a2321707f351d02e2c7ddce420a01b1 https://github.com/mltframework/mlt/commit/560e02161a2321707f351d02e2c7ddce420a01b1 Author: Dan Dennedy Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths:

[Mlt-devel] Retrieving the "real" playtime of a producer

2018-06-05 Thread alcinos
Hello, I'm currently facing the following problem. I have a producer that is going to be encapsulated into a timewarp producer to adjust speed, and I would like to know beforehand what will be the duration of the timewarped producer. To give a concrete example, say the producer is a AvFormat prod

Re: [Mlt-devel] Retrieving the "real" playtime of a producer

2018-06-05 Thread Brian Matherly
On 6/5/2018 8:17 PM, alcinos wrote: Hello, I'm currently facing the following problem. I have a producer that is going to be encapsulated into a timewarp producer to adjust speed, and I would like to know beforehand what will be the duration of the timewarped producer. To give a concrete ex