RSS/Atom feed Twitter
Site is read-only, email is disabled

Integrating GEGL into MLT video engine -> Kdenlive

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Integrating GEGL into MLT video engine -> Kdenlive Jean-Michel Pouré 08 Jul 00:52
  Integrating GEGL into MLT video engine -> Kdenlive Martin Nordholts 08 Jul 07:15
   Integrating GEGL into MLT video engine -> Kdenlive Jean-Michel Pouré 08 Jul 08:35
    Integrating GEGL into MLT video engine -> Kdenlive Martin Nordholts 08 Jul 18:45
Jean-Michel Pouré
2009-07-08 00:52:19 UTC (over 15 years ago)

Integrating GEGL into MLT video engine -> Kdenlive

Dear all,

We are interested to use GEGL to add effects to MLT video engine (http://www.mltframework.org). MLT provides the core features to read and write video. We need powerful image processing features.

MLT is available here: git clone git://mltframework.org/mlt.git

For a working example, install Kdenlive video editor: http://www.kdenlive

An example of integration is provided with Frei0r-plugin effects. It is in the modules/frei0r directory.

Today, I read this article about Kdenlive: http://www.kdenlive.org/forum/kdenlive-v075-review-eugenia-osnewscom

We would like to address colour grading issues. Also we need a reliable solution. We thought of Gimp and then discovered your library.

Reading Frei0r code, do you think GEGL could be easily integrated into MLT? Do you think GEGL is suited for fast image processing?

Would someone here be interested in helping us?

Kind regards, Jean-Michel Pouré

Martin Nordholts
2009-07-08 07:15:17 UTC (over 15 years ago)

Integrating GEGL into MLT video engine -> Kdenlive

On 07/08/2009 12:52 AM, Jean-Michel Pouré wrote:

Dear all,

We are interested to use GEGL to add effects to MLT video engine (http://www.mltframework.org). MLT provides the core features to read and write video. We need powerful image processing features.

Reading Frei0r code, do you think GEGL could be easily integrated into MLT? Do you think GEGL is suited for fast image processing?

Hi,

I didn't find the Frei0r code, could you provide a direct link please?

Yes, I think MLT will benefit from using GEGL. Currently, GEGL is not known to be particularly fast, but performance issues are going to be addressed. GIMP can't use GEGL unless it's fast, and we're determined to use GEGL in GIMP. There currently is an ongoing Google Summer of Code project looking into performance for GEGL for example.

Best regards, Martin

Jean-Michel Pouré
2009-07-08 08:35:30 UTC (over 15 years ago)

Integrating GEGL into MLT video engine -> Kdenlive

Le mercredi 08 juillet 2009 à 07:17 +0200, Martin Nordholts a écrit :

I didn't find the Frei0r code, could you provide a direct link please?

Simply: git clone git://mltframework.org/mlt.git Look into: src/modules/frei0r
for an example of integration of frei0r third-party library.

If you are running Debian, apt-get build-dep mlt to install the required compilation dependencies.

Under other platforms, it may be more difficult as there are many dependencies. But we explain how to install them here:

http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/installing-source

Yes, I think MLT will benefit from using GEGL. Currently, GEGL is not known to be particularly fast, but performance issues are going to be addressed. GIMP can't use GEGL unless it's fast, and we're determined to
use GEGL in GIMP. There currently is an ongoing Google Summer of Code project looking into performance for GEGL for example.

Perfect. Ih hope that the changes required in MLT are minimal, like for Frei0r (a few lines). If this is the case, we can integrate GEGL quickly. We discussed today on the mailing list and we would be delighted to see GEGL in MTL. Can you help us?

Just for information, we may need to make GEGL keyframable, but I don't know the work involved.

Bye and many thanks, Jean-Michel

Martin Nordholts
2009-07-08 18:45:26 UTC (over 15 years ago)

Integrating GEGL into MLT video engine -> Kdenlive

On 07/08/2009 08:35 AM, Jean-Michel Pouré wrote:

We discussed today on the mailing list and we would be delighted to see GEGL in MTL. Can you help us?

Sure just ask whatever questions you have on this list.

Just for information, we may need to make GEGL keyframable, but I don't know the work involved.

There isn't an awful lot of infrastructure in place for temporal image processing, and tbh I don't know how hard it will be to add. The existing temporal-related stuff I found was:

examples/hello-world-video.c operations/external/ff-load|save.c

BR, Martin