<?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: how to video fade out over time</title>
		<atom:link href="http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 00:19:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-31937</guid>
					<title><![CDATA[how to video fade out over time]]></title>
					<link>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-31937</link>
					<pubDate>Wed, 16 May 2007 04:49:31 +0000</pubDate>
					<dc:creator>Doron Altaratz</dc:creator>

					<description>
						<![CDATA[
						<p>I have a basic Jitter patch based on a Midi keyboard that triggers QuickTime video clips; each key stroke plays a different clip in the window. <br />
I want the video clips to slowly fade out to black after hitting a key on the keyboard about a couple of seconds after the key was hit, a bit  like hitting one piano key and listening to the room harmonics slowly fade out into silent.</p>
<p>How do I do that?</p>
<p>thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-104291</guid>
					<title><![CDATA[Re: how to video fade out over time]]></title>
					<link>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-104291</link>
					<pubDate>Wed, 16 May 2007 05:04:34 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>Depends on your patch.  You could jit.xfade to black, slowly set the<br />
alpha of a video plane to 0 with blend_enable 1, jit.op @op * to 0 to<br />
make the video go away etc. etc.</p>
<p>wes</p>
<p>On 5/15/07, Doron Altaratz <info @vjsputnik.com> wrote:<br />
><br />
> I have a basic Jitter patch based on a Midi keyboard that triggers QuickTime video clips; each key stroke plays a different clip in the window.<br />
> I want the video clips to slowly fade out to black after hitting a key on the keyboard about a couple of seconds after the key was hit, a bit  like hitting one piano key and listening to the room harmonics slowly fade out into silent.<br />
><br />
> How do I do that?<br />
><br />
> thanks.<br />
><br />
></info></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-104292</guid>
					<title><![CDATA[Re: how to video fade out over time]]></title>
					<link>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-104292</link>
					<pubDate>Wed, 16 May 2007 10:06:37 +0000</pubDate>
					<dc:creator>Doron Altaratz</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks WES,<br />
But how do I make the video fade to black over a certain period of time, for example I want to make the video fade out to black gradually exactly 5 seconds after the user clicked the midi key. <br />
I want to tell Jitter to perform the fade out of the video automatically by itself, not by control of the user.<br />
I guess I&#8217;m looking for some kind of an automatic transition system.<br />
Thanks<br />
D.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-104293</guid>
					<title><![CDATA[Re: how to video fade out over time]]></title>
					<link>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-104293</link>
					<pubDate>Wed, 16 May 2007 10:13:44 +0000</pubDate>
					<dc:creator>Johnny deKam</dc:creator>

					<description>
						<![CDATA[
						<p>have a look at the &#8216;line&#8217; or &#8216;bline&#8217; objects &#8211; they let you trigger a  <br />
ramp of values from a start to an end point over a specified time.</p>
<p>-deKam</p>
<p>
><br />
> Thanks WES,<br />
> But how do I make the video fade to black over a certain period of  <br />
> time, for example I want to make the video fade out to black  <br />
> gradually exactly 5 seconds after the user clicked the midi key.<br />
> I want to tell Jitter to perform the fade out of the video  <br />
> automatically by itself, not by control of the user.<br />
> I guess I&#8217;m looking for some kind of an automatic transition system.<br />
> Thanks<br />
> D.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-104294</guid>
					<title><![CDATA[Re: how to video fade out over time]]></title>
					<link>http://cycling74.com/forums/topic/how-to-video-fade-out-over-time/#post-104294</link>
					<pubDate>Thu, 17 May 2007 00:18:12 +0000</pubDate>
					<dc:creator>Adam Kendall</dc:creator>

					<description>
						<![CDATA[
						<p>I have a patch on my website that demos how to use a floating num box with line to create a ramp (it&#8217;s a little more useful than that, but that&#8217;s the heart of it).</p>
<p>Go to <a href="http://www.hellbender.org" rel="nofollow">http://www.hellbender.org</a> and follow the link to &#8220;Max/MSP/Jitter Programming&#8221;.  Then, download &#8220;ike.gain~&#8221; </p>
<p>It&#8217;s an audio-based example, but the logic should be clear and you can adapt it to stick with floating-point info.</p>
<p>You can then attach the output to a brcosa object or whatever object you want for the fade to black.</p>
<p>Adam</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

