<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: mixing two videoplanes with blend_enable</title>
		<atom:link href="http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 00:29:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-52143</guid>
					<title><![CDATA[mixing two videoplanes with blend_enable]]></title>
					<link>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-52143</link>
					<pubDate>Fri, 03 Sep 2010 10:41:34 +0000</pubDate>
					<dc:creator>portenawak</dc:creator>

					<description>
						<![CDATA[
						<p>hello, could someone help me about the different modes using jit.gl.videoplane<br />
I want to use the message color 1. 1. 1 . 1. ou color 1. 1. 1. 0. to switch and fade between two &#8220;layers&#8221;, mixing in a same jit.window two video of different size and that the one who is active is visible and the other not&#8230;</p>
<p>is there a demonstration patch about this kind of use?<br />
a tutorial where i can understand details about how jit.gl.videoplane work&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187388</guid>
					<title><![CDATA[Re: mixing two videoplanes with blend_enable]]></title>
					<link>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187388</link>
					<pubDate>Fri, 03 Sep 2010 13:01:26 +0000</pubDate>
					<dc:creator>FAT</dc:creator>

					<description>
						<![CDATA[
						<p>Try </p>
<p>jit.xfade</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187389</guid>
					<title><![CDATA[Re: mixing two videoplanes with blend_enable]]></title>
					<link>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187389</link>
					<pubDate>Fri, 03 Sep 2010 14:09:04 +0000</pubDate>
					<dc:creator>laserpilot</dc:creator>

					<description>
						<![CDATA[
						<p>if you want to stay in jitter open gl world you could also use [jit.gl.slab  @file co.normal.jxs ] and just use param amount to mix between the two inlets..i use it all the time for effects mixing</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187390</guid>
					<title><![CDATA[Re: mixing two videoplanes with blend_enable]]></title>
					<link>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187390</link>
					<pubDate>Fri, 03 Sep 2010 17:56:16 +0000</pubDate>
					<dc:creator>seejayjames</dc:creator>

					<description>
						<![CDATA[
						<p>does your method not work? @blend_enable 1, color 1. 1. 1. 0. should be transparent and color 1. 1. 1. 1. should be the original.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187391</guid>
					<title><![CDATA[Re: mixing two videoplanes with blend_enable]]></title>
					<link>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187391</link>
					<pubDate>Fri, 03 Sep 2010 19:25:18 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>@blend_enable 1 and @depth_enable 0 are both needed to blend planes with alpha value.<br />
if not working, please post a patch.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187392</guid>
					<title><![CDATA[Re: mixing two videoplanes with blend_enable]]></title>
					<link>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187392</link>
					<pubDate>Sat, 04 Sep 2010 13:51:25 +0000</pubDate>
					<dc:creator>portenawak</dc:creator>

					<description>
						<![CDATA[
						<p>ok thank you for your answers, it finally works but what a hell to finish this patch !!! I hope the next version of jitter will be better to do this kind of thing&#8230;</p>
<p>so to mix videos and simulate two buses with opengl you need&#8230;<br />
On the jit.gl.videoplane<br />
@blend_enable 1, @depth_enable 0, color varying between 1.1.1.0. and 1.1.1.1. to crossfade,@blend_mode 6 7, @layer1 and @layer2 for the second bus</p>
<p>on the jit.gl.render I use @erasecolor 0.0.0.1.</p>
<p>on the jit.window you need : @doublebuffer 1, @depthbuffer 1</p>
<p>with this method the framerate is ok during playback with quicktime photojpeg video files</p>
<p>I don&#8217;t know exactly the difference with other options like fsaa, interp, antialias, quality, highquality i have to make test but if someone has a documentation about all this options with jitter I would be interested</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187393</guid>
					<title><![CDATA[Re: mixing two videoplanes with blend_enable]]></title>
					<link>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187393</link>
					<pubDate>Mon, 06 Sep 2010 13:15:03 +0000</pubDate>
					<dc:creator>Bas van der Graaff</dc:creator>

					<description>
						<![CDATA[
						<p>Hehe you hope Jitter gets better at this? I&#8217;m afraid it&#8217;s all OpenGL, so they&#8217;re the ones to blame, giving us manual control of almost everything :P.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187394</guid>
					<title><![CDATA[Re: mixing two videoplanes with blend_enable]]></title>
					<link>http://cycling74.com/forums/topic/mixing-two-videoplanes-with-blend_enable/#post-187394</link>
					<pubDate>Mon, 06 Sep 2010 13:42:16 +0000</pubDate>
					<dc:creator>portenawak</dc:creator>

					<description>
						<![CDATA[
						<p>I understand&#8230; you&#8217;re certainly right</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

