Integrating GEGL into MLT video engine -> Kdenlive
Forums ► For GEGL developers (read-only) ► Integrating GEGL into MLT video engine -> Kdenlive
-
Jean-Michel Pouré
(over 2 years ago)
-
Martin Nordholts
(over 2 years ago)
-
Jean-Michel Pouré
(over 2 years ago)
- Martin Nordholts (over 2 years ago)
-
Jean-Michel Pouré
(over 2 years ago)
-
Martin Nordholts
(over 2 years ago)
Sent: 2009-07-08 00:52:19 UTC (over 2 years ago)
From: Jean-Michel Pouré
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.gitFor a working example, install Kdenlive video editor:
http://www.kdenliveAn 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-osnewscomWe 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
Sent: 2009-07-08 07:15:17 UTC (over 2 years ago)
From: Martin Nordholts
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
Sent: 2009-07-08 08:35:30 UTC (over 2 years ago)
From: Jean-Michel Pouré
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
Sent: 2009-07-08 18:45:26 UTC (over 2 years ago)
From: Martin Nordholts
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.cBR,
Martin_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer



