<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									GL TRANSITIONS - Video Editing				            </title>
            <link>https://cinelerra-gg.org/fr/forum/help-video/gl-transitions/</link>
            <description>The artists\&#039; meeting place for creative exchange and discussion.</description>
            <language>fr-FR</language>
            <lastBuildDate>Tue, 17 Mar 2026 12:47:42 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer to: GL TRANSITIONS</title>
                        <link>https://cinelerra-gg.org/fr/forum/help-video/gl-transitions/#post-2261</link>
                        <pubDate>Sun, 11 Sep 2022 17:29:08 +0000</pubDate>
                        <description><![CDATA[@Steve_Bass
Andrew_R provided the following information in our Archived Mailing List.
You can draw GL transitions and in various environments:

In Vanilla WebGL code, gl-transition expos...]]></description>
                        <content:encoded><![CDATA[<p>@Steve_Bass</p>
<p>Andrew_R provided the following information in our Archived Mailing List.</p>
<p>You can draw GL transitions and in various environments:</p>
<ul>
<li><strong>In Vanilla WebGL code,</strong> <a href="https://www.npmjs.com/package/gl-transition" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.npmjs.com/package/gl-transition&amp;source=gmail&amp;ust=1663002295216000&amp;usg=AOvVaw2G-YAtzYj6n25p-zho6hHl"><code>gl-transition</code></a> exposes a draw function to render a GL Transition frame.</li>
<li><strong>With <a href="https://github.com/regl-project/regl" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://github.com/regl-project/regl&amp;source=gmail&amp;ust=1663002295216000&amp;usg=AOvVaw15KyuHv8BzueGgB9ieL6zJ">regl</a>,</strong> <a href="https://www.npmjs.com/package/regl-transition" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.npmjs.com/package/regl-transition&amp;source=gmail&amp;ust=1663002295216000&amp;usg=AOvVaw0Ruu2acYv6eh49kP-_pZdX"><code>regl-transition</code></a> exposes a function to render a GL Transition with a regl context.</li>
<li><strong>In React paradigm,</strong> <a href="https://www.npmjs.com/package/react-gl-transition" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.npmjs.com/package/react-gl-transition&amp;source=gmail&amp;ust=1663002295216000&amp;usg=AOvVaw1g-Zpfg7XM9Rms7NCrBieA"><code>react-gl-transition</code></a> exposes a &lt;GLTransition /&gt; component to use in a <a href="https://github.com/gre/gl-react" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://github.com/gre/gl-react&amp;source=gmail&amp;ust=1663002295216000&amp;usg=AOvVaw1ffF1i_2dCB2Js-3V9h6m2">gl-react</a>'s Surface. This is what this app uses heavily.</li>
<li><strong>In CLI,</strong> <a href="https://www.npmjs.com/package/gl-transition-scripts" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.npmjs.com/package/gl-transition-scripts&amp;source=gmail&amp;ust=1663002295216000&amp;usg=AOvVaw14-QPFogeu7ZnKLkQUmaGd"><code>gl-transition-scripts</code></a> exposes a <em>gl-transition-render</em> command to render a Transition to an image file. Our bot uses that to render a GIF and put it in the PRs! Travis also validates the transitions that gets committed with the <em>gl-transition-transform</em> command.</li>
<li>In a node.js server you can use <a href="https://github.com/stackgl/headless-gl" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://github.com/stackgl/headless-gl&amp;source=gmail&amp;ust=1663002295216000&amp;usg=AOvVaw0JJE3sDUuvn6yLdo9jyI75">headless <code>gl</code></a> and obviously <a href="https://www.npmjs.com/package/gl-transition" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.npmjs.com/package/gl-transition&amp;source=gmail&amp;ust=1663002295216000&amp;usg=AOvVaw2G-YAtzYj6n25p-zho6hHl">gl-transition</a> to render a transition on server side. Which is what the <em>gl-transition-render</em> command is doing.</li>
<li><a href="https://github.com/gre/gl-transition-libs" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://github.com/gre/gl-transition-libs&amp;source=gmail&amp;ust=1663002295216000&amp;usg=AOvVaw06QL3bsZuhVjFTSxjqGsE6">...more environments and languages to support are welcomed to contributions.</a></li>
</ul>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/fr/forum/help-video/">Video Editing</category>                        <dc:creator>phylsmith2004</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/fr/forum/help-video/gl-transitions/#post-2261</guid>
                    </item>
				                    <item>
                        <title>Answer to: GL TRANSITIONS</title>
                        <link>https://cinelerra-gg.org/fr/forum/help-video/gl-transitions/#post-2260</link>
                        <pubDate>Sat, 10 Sep 2022 15:27:05 +0000</pubDate>
                        <description><![CDATA[@Steve_Bass
I think most Cinelerra users who read this forum use the &quot;Video Transitions&quot; included with the CinGG AppImage that is built in (and so may not have looked at gl-transitions.com)...]]></description>
                        <content:encoded><![CDATA[<p>@Steve_Bass</p>
<p>I think most Cinelerra users who read this forum use the "Video Transitions" included with the CinGG AppImage that is built in (and so may not have looked at gl-transitions.com).  I brought up its website and it looks very good but I did not load or test the actual software.  It does seem to be quite robust and useful.</p>
<p>Cinelerra built in Video and a few Audio Transitions work well and do use the Graphics Library (GL) when enabled and able to do so.  There is a demo of the available Video Transitions currently available and others can be added by the user.  Demo is at:</p>
<p>   https://streamable.com/7qb7l0</p>
<p>There are currently about 70 Video Transitions built in and are listed at:</p>
<p>   https://cinelerra-gg.org/download/CinelerraGG_Manual/Shape_Wipe.html</p>
<p>An older created video is a nice display of the transitions and can be downloaded as described in:</p>
<p>   https://cinelerra-gg.org/forum/look-at-me-link-to-results/show-off-cinelerra-transition-with-flowers/</p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/fr/forum/help-video/">Video Editing</category>                        <dc:creator>phylsmith2004</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/fr/forum/help-video/gl-transitions/#post-2260</guid>
                    </item>
				                    <item>
                        <title>GL TRANSITIONS</title>
                        <link>https://cinelerra-gg.org/fr/forum/help-video/gl-transitions/#post-2259</link>
                        <pubDate>Fri, 09 Sep 2022 07:10:30 +0000</pubDate>
                        <description><![CDATA[Is there anyone who has had the opportunity to study the inclusion of &quot;GL TRANSITIONS&quot;?Sorry for my poor English....
Web site:
Thanks in advance!!
Steve_Bass]]></description>
                        <content:encoded><![CDATA[<p><span style="font-size: 14pt">Is there anyone who has had the opportunity to study the inclusion of "GL TRANSITIONS"?</span><br /><span style="font-size: 14pt">Sorry for my poor English....</span></p>
<p><span style="font-size: 14pt">Web site: https://gl-transitions.com/</span></p>
<p><span style="font-size: 14pt">Thanks in advance!!</span></p>
<p><span style="font-size: 14pt">Steve_Bass</span></p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/fr/forum/help-video/">Video Editing</category>                        <dc:creator>Steve_Bass</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/fr/forum/help-video/gl-transitions/#post-2259</guid>
                    </item>
							        </channel>
        </rss>
		