<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Creative COW | Peter Band | Activity</title>
	<link>https://creativecow.net/members/peterband/activity/</link>
	<atom:link href="https://creativecow.net/members/peterband/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Peter Band.</description>
	<lastBuildDate>Sun, 17 May 2026 04:40:12 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">747d6860558885ac39a0927b541a1cda</guid>
				<title>Peter Band started the discussion How to get consistent Lumetri scopes across Premiere Pro and After Effects? in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/how-to-get-consistent-lumetri-scopes-across-premiere-pro-and-after-effects/</link>
				<pubDate>Fri, 15 Sep 2023 17:33:36 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/how-to-get-consistent-lumetri-scopes-across-premiere-pro-and-after-effects/">How to get consistent Lumetri scopes across Premiere Pro and After Effects?</a></p> <div class="bb-content-inr-wrap"><p>Hi community,</p>
<p>I&#8217;m looking for help because I cannot figure this one out:</p>
<p>How can I get consistent Lumetri scopes across both Premiere Pro and After Effects? Below are the scopes for exactly the same shot, same frame in AE and then in Premiere and also my color settings. </p>
<p>In this example I exported the shot from After Effects as a ProRes 422 and&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-388490"><a href="https://creativecow.net/forums/thread/how-to-get-consistent-lumetri-scopes-across-premiere-pro-and-after-effects/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">17baa804534580c9f7bf947a485f0da0</guid>
				<title>Peter Band replied to the discussion Letters being swept away C4D in the forum Maxon Cinema 4D</title>
				<link>https://creativecow.net/forums/thread/letters-being-swept-away-c4d/#post-2410975</link>
				<pubDate>Fri, 28 May 2021 19:42:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/letters-being-swept-away-c4d/#post-2410975"><span class="bb-reply-lable">Reply to</span> Letters being swept away C4D</a></p> <div class="bb-content-inr-wrap"><p>Have tried this in After Effects as well. But 3D movements / rotations and distortion at the same time just seemed to make more of a case for C4D to me.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c0e9deecf24db259bb5c5e552cf84f1e</guid>
				<title>Peter Band started the discussion Letters being swept away C4D in the forum Maxon Cinema 4D</title>
				<link>https://creativecow.net/forums/thread/letters-being-swept-away-c4d/</link>
				<pubDate>Tue, 25 May 2021 22:03:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/letters-being-swept-away-c4d/">Letters being swept away C4D</a></p> <div class="bb-content-inr-wrap"><p>Hello hive mind,</p>
<p><span>I am trying to create an effect where letters are being swept away by wind, similar to this example in the picture </span><span>(from <iframe title="Cautionary Tales (Award Winning Short Film)" width="640" height="360" src="https://www.youtube.com/embed/lEsoDFBdQeU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </span></p>
<p class="">I need to use vectors from Illustrator for the lettering which I converted into simplified paths and brought into C4D.</p>
<p class="">So far I have tried an approach with wind&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-352511"><a href="https://creativecow.net/forums/thread/letters-being-swept-away-c4d/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e8564276cc24482d222e18e3ca186a1</guid>
				<title>Peter Band replied to the discussion After Effects Text Animation - Display Words one after another in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/after-effects-text-animation-display-words-one-a/page/2/#post-2401392</link>
				<pubDate>Tue, 19 Jan 2021 17:08:22 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/after-effects-text-animation-display-words-one-a/page/2/#post-2401392"><span class="bb-reply-lable">Reply to</span> After Effects Text Animation - Display Words one after another</a></p> <div class="bb-content-inr-wrap"><p>Thanks! This is working great. </p>
<p></p>
<p>I inserted another variable to control the overall speed. Now I am wondering how to define a minimum duration for each word to be displayed.</p>
<p></p>
<pre><p>t = value.split(' ');</p><p>w = 0;</p><p>c = 0;</p><p>speedFactor = 0.5;</p><p>for (i = 0; i &lt; t.length; i++) {</p><p>    if (c &lt; time) {</p><p>        c += t[i].length*speedFactor;</p><p>        w = i;</p><p>    }</p><p>}</p><p>t[w]</p></pre>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2059f6a89fc3c328e69c2bf31507db90</guid>
				<title>Peter Band replied to the discussion After Effects Text Animation - Display Words one after another in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/after-effects-text-animation-display-words-one-a/page/2/#post-2401384</link>
				<pubDate>Tue, 19 Jan 2021 15:02:36 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/after-effects-text-animation-display-words-one-a/page/2/#post-2401384"><span class="bb-reply-lable">Reply to</span> After Effects Text Animation - Display Words one after another</a></p> <div class="bb-content-inr-wrap"><p>Thank you for your response Fabrice.</p>
<p>It&#8217;s not working in my AE (2020). I am getting the expression error &#8220;Couldn&#8217;t turn result into numeric value&#8221; in the first line. I am only getting this error once I put in the for() loop. Seems like a data type issue. I tried parseInt() but didn&#8217;t have any luck with that.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9150c3b96086e84cd722d1bad38a820d</guid>
				<title>Peter Band replied to the discussion After Effects Text Animation - Display Words one after another in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/after-effects-text-animation-display-words-one-a/page/2/#post-2401349</link>
				<pubDate>Tue, 19 Jan 2021 00:40:06 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/after-effects-text-animation-display-words-one-a/page/2/#post-2401349"><span class="bb-reply-lable">Reply to</span> After Effects Text Animation - Display Words one after another</a></p> <div class="bb-content-inr-wrap"><p>I was looking for a way to display one word at a time in the same place and came across Walter’s expression &#8211; it worked great. </p>
<p>Now I am looking to adjust the duration / how long a word is displayed based on its length (number of letters in the word). I tried pre-composing and time-remapping but to no avail.</p>
<p>I know that I can get the number of l&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-343762"><a href="https://creativecow.net/forums/thread/after-effects-text-animation-display-words-one-a/page/2/#post-2401349" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c37b415bdc15a1d5f4b0439e115380b2</guid>
				<title>Peter Band became a registered member</title>
				<link>https://creativecow.net/news-feed/p/343738/</link>
				<pubDate>Mon, 18 Jan 2021 19:21:39 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>
		