gimpusers.com logo
German version English version

Not logged in

Sign up! | Lost password?

Latest discussion

  1. gimp-user | today 09:49 AM
    Need help: "correcting" exposures in time-lapse imagesets
  2. gimp-developer | today 06:14 AM
    GIMP color-management spec and further discussion
  3. gimp-user | yesterday 11:13 PM
    collages in gimp?
  4. gimp-developer | yesterday 07:07 PM
    Color management (UI perspective for GIMP 2.8)
  5. gimp-user | yesterday 02:42 PM
    printing

External news

Poll

Would you like to be able to use your Google/Yahoo/MSN (OpenID) login on gimpusers, too?

Definately! I would enjoy the possibility to use my OpenID on different websites!

I don't have a special need for OpenID but I think it could be useful

Doesn't matter to me

Never, OpenID is a pain regarding privacy and personal data protection!

No. (please post a comment)

See results

Stats

gimpusers.com RSS feed

GIMP Forums » For GEGL developers

Integrating GEGL into MLT video engine -> Kdenlive

Jump to message:

  1. Integrating GEGL into... — Jean-Michel Pouré, 08 Jul 2009 12:52 AM
    1. Integrating GEGL into... — Martin Nordholts, 08 Jul 2009 07:15 AM
      1. Integrating GEGL into... — Jean-Michel Pouré, 08 Jul 2009 08:35 AM
        1. Integrating GEGL into... — Martin Nordholts, 08 Jul 2009 06:45 PM

As a registered user, you can subscribe forum threads in order to get notified when replies are posted. Just log in at the right top of the page if you already have an account, otherwise you can register for free.

Permalink:1247007139.10886.5.camel@acer
Date:08 Jul 2009 12:52 AM
From:Jean-Michel Pouré
Subject: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é

_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
↑Back to thread overview
Permalink:4A542BE7.8050605@gmail.com
Date:08 Jul 2009 07:15 AM
From:Martin Nordholts
Subject: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

_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
↑Back to thread overview
Permalink:1247034930.4088.10.camel@acer
Date:08 Jul 2009 08:35 AM
From:Jean-Michel Pouré
Subject: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

_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
↑Back to thread overview
Permalink:4A54CD97.6030205@gmail.com
Date:08 Jul 2009 06:45 PM
From:Martin Nordholts
Subject: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

_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
↑Back to thread overview

Adobe® Photoshop® is a registered trademark of Adobe Systems, Inc. Linux is a trademark of Linus Torvalds. Ubuntu and Canonical are registered trademarks of Canonical Ltd. | Clock times are shown as CET / CEST | Imprint / Privacy policy | powered by bitfire it services