<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8594165481572886660</id><updated>2012-02-15T22:56:35.786-08:00</updated><category term='announcements'/><title type='text'>Create your own muvee styles</title><subtitle type='html'>A whole new level of personalization: you can now modify muvee Reveal's built-in styles or craft your own from scratch.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://muvee-style-authoring.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://muvee-style-authoring.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Kumar</name><uri>http://www.blogger.com/profile/13618832348086828111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8594165481572886660.post-7232837049052576353</id><published>2010-06-07T18:53:00.000-07:00</published><updated>2010-06-07T18:55:40.174-07:00</updated><title type='text'>DrScheme is now Racket</title><content type='html'>The style authoring documentation recommends using the DrScheme environment for writing Scheme/muSE scripts. The environment has just been renamed &lt;a href="http://racket-lang.org/"&gt;Racket&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8594165481572886660-7232837049052576353?l=muvee-style-authoring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muvee-style-authoring.blogspot.com/feeds/7232837049052576353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://muvee-style-authoring.blogspot.com/2010/06/drscheme-is-now-racket.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/7232837049052576353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/7232837049052576353'/><link rel='alternate' type='text/html' href='http://muvee-style-authoring.blogspot.com/2010/06/drscheme-is-now-racket.html' title='DrScheme is now Racket'/><author><name>Kumar</name><uri>http://www.blogger.com/profile/13618832348086828111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8594165481572886660.post-1865117720450056887</id><published>2009-08-23T23:11:00.000-07:00</published><updated>2009-08-24T03:05:42.099-07:00</updated><title type='text'>Pulling resources from the web</title><content type='html'>In the upcoming release of muvee Reveal (R15), a new function &lt;tt&gt;fetch-uri&lt;/tt&gt; has been introduced to simplify the task of downloading files from the web at "make muvee time". &lt;tt&gt;fetch-uri&lt;/tt&gt; takes a URL, downloads its contents and returns a temporary path of a local file containing the contents.  Some uses of &lt;tt&gt;fetch-uri&lt;/tt&gt; are -&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;To download media elements at construction time for use within muvees created by your style.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;To load &lt;tt&gt;.scm&lt;/tt&gt; libraries directly from a URL.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;To query services such as search engines for data based on which other &lt;tt&gt;fetch-uri&lt;/tt&gt; calls can be triggered.&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;The example style &lt;a href="http://muvee-style-authoring.googlecode.com/svn/trunk/examples/S10000_ImageSearch"&gt;&lt;tt&gt;S10000_ImageSearch&lt;/tt&gt;&lt;/a&gt; ("Image Search") is a simple example of how to use &lt;tt&gt;fetch-uri&lt;/tt&gt; to turn photo caption text into images using Google's image search facility. The search functionality is packaged into a module &lt;a href="http://muvee-style-authoring.googlecode.com/svn/trunk/lib/google.scm"&gt;google.scm&lt;/a&gt; which you can import into your style (see &lt;a href="http://muvee-style-authoring.googlecode.com/svn/trunk/lib/about.html"&gt;lib/about.html&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;To use the "Image Search" style, add some photos and give them caption text for which Google's image search returns one or more images. In the result muvee, you'll see images from the search results instead of the text you entered.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8594165481572886660-1865117720450056887?l=muvee-style-authoring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muvee-style-authoring.blogspot.com/feeds/1865117720450056887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/08/pulling-resources-from-web.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/1865117720450056887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/1865117720450056887'/><link rel='alternate' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/08/pulling-resources-from-web.html' title='Pulling resources from the web'/><author><name>Kumar</name><uri>http://www.blogger.com/profile/13618832348086828111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8594165481572886660.post-8973338508583683560</id><published>2009-08-16T21:19:00.000-07:00</published><updated>2009-08-24T03:31:33.364-07:00</updated><title type='text'>Anaglyphs using "ColorWriteMask"</title><content type='html'>The upcoming release of muvee Reveal (R15) features a new primitive effect called &lt;tt&gt;ColorWriteMask&lt;/tt&gt;. Using it, you can selectively render a scene to the red, green, blue or alpha channels of the display area (aka "frame buffer"). Here is an example of a red write mask -&lt;br /&gt;&lt;div class="code"&gt;&lt;br /&gt;(define red-mask&lt;br /&gt;  (effect "ColorWriteMask" (A)&lt;br /&gt;    (param "Red" 1)&lt;br /&gt;    (param "Green" 0)&lt;br /&gt;    (param "Blue" 0)&lt;br /&gt;    (param "Alpha" 1)))    &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;When you apply the &lt;tt&gt;red-mask&lt;/tt&gt; to a scene, only the red channel values of the frame buffer will be affected and will consist of the red channel components of the scene itself (unless you have a pixel shader that mixes up channels, that is).&lt;br /&gt;&lt;br /&gt;We can use the ColorWriteMask to spatially separate the red and cyan color components of the scene, thereby rendering the scene as an &lt;a href="http://en.wikipedia.org/wiki/Anaglyph_image"&gt;anaglyph&lt;/a&gt;. The example style &lt;a href="http://muvee-style-authoring.googlecode.com/svn/trunk/examples/S10000_CubeIn3D"&gt;S10000_CubeIn3D&lt;/a&gt; shows you how to get this effect. The key functionality is implemented in &lt;a href="http://muvee-style-authoring.googlecode.com/svn/trunk/examples/S10000_CubeIn3D/anaglyph.scm"&gt;anaglyph.scm&lt;/a&gt;, which you can bring into your own styles like a library using - &lt;br /&gt;&lt;div class="code"&gt;&lt;br /&gt;(load (resource "anaglyph.scm"))&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Now, whip out your red-cyan 3D glasses. Here is a sample muvee made using the "Cube Twist in 3D" style -&lt;br /&gt;&lt;br /&gt;&lt;img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTA*ODQxMzU5MTgmcHQ9MTI1MDQ4NDEzNzk*NSZwPTM1NDE3MSZkPSZnPTEmbz*wZDZhMmNhMGFiZTQ*OWRlODg1MTFiOGE*MWE5NzkxMSZvZj*w.gif" /&gt;&lt;object width="425" height="319"&gt;&lt;param name="movie" value="http://www.shwup.com/flash/shwup_player.swf" /&gt;&lt;param name="flashvars" value="id=2377741_cb9f7267337377c9da6dd3fe9ae9a750" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;embed type="application/x-shockwave-flash" width="425" height="319" src="http://www.shwup.com/flash/shwup_player.swf" allowFullScreen="true" flashvars="id=2377741_cb9f7267337377c9da6dd3fe9ae9a750"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8594165481572886660-8973338508583683560?l=muvee-style-authoring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muvee-style-authoring.blogspot.com/feeds/8973338508583683560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/08/real-3d-using-colorwritemask.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/8973338508583683560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/8973338508583683560'/><link rel='alternate' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/08/real-3d-using-colorwritemask.html' title='Anaglyphs using &quot;ColorWriteMask&quot;'/><author><name>Kumar</name><uri>http://www.blogger.com/profile/13618832348086828111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8594165481572886660.post-4486716673679875108</id><published>2009-08-10T20:44:00.000-07:00</published><updated>2009-08-10T21:16:53.732-07:00</updated><title type='text'>How to overlay an image</title><content type='html'>The style example &lt;a href="http://muvee-style-authoring.googlecode.com/svn/trunk/examples/S10000_ImageOverlay"&gt;S10000_ImageOverlay&lt;/a&gt; shows how to overlay a simple image atop your whole muvee by modifying the definition of &lt;tt&gt;muvee-global-effect&lt;/tt&gt;. The relevant part of &lt;a href="http://muvee-style-authoring.googlecode.com/svn/trunk/examples/S10000_ImageOverlay/data.scm"&gt;the code&lt;/a&gt; is close to trivial and is reproduced here -&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;(define spider&lt;br /&gt;  (effect "PictureQuad" ()&lt;br /&gt;    (param "Path" (resource "spider.png"))))&lt;br /&gt;&lt;br /&gt;(define muvee-global-effect&lt;br /&gt;  (layers (A)&lt;br /&gt;    A&lt;br /&gt;    spider))&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;With the muvee-global-effect defined as above, the muvees you create will have a giant spider spanning the whole screen ... just for kicks :P&lt;br /&gt;&lt;br /&gt;Here are sample 4:3 and 16:9 videos of what you'll get with the above code -&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;4:3 version&lt;/h5&gt;&lt;img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNDk4OTI5NjYyOTImcHQ9MTI*OTg5Mjk4NDUwMCZwPTM1NDE3MSZkPSZnPTEmbz*wZDZhMmNhMGFiZTQ*OWRlODg1MTFiOGE*MWE5NzkxMSZvZj*w.gif" /&gt;&lt;object width="425" height="319"&gt;&lt;param name="movie" value="http://www.shwup.com/flash/shwup_player.swf"&gt;&lt;param name="flashvars" value="id=2375297_5fb9f0ae131ccd568bee4453ce0760c7"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed type="application/x-shockwave-flash" width="425" height="319" src="http://www.shwup.com/flash/shwup_player.swf" allowfullscreen="true" flashvars="id=2375297_5fb9f0ae131ccd568bee4453ce0760c7"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;16:9 version&lt;/h5&gt;&lt;img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNDk4OTMwNDQ2OTQmcHQ9MTI*OTg5MzA*Njc5MyZwPTM1NDE3MSZkPSZnPTEmbz*wZDZhMmNhMGFiZTQ*OWRlODg1MTFiOGE*MWE5NzkxMSZvZj*w.gif" /&gt;&lt;object width="425" height="240"&gt;&lt;param name="movie" value="http://www.shwup.com/flash/shwup_player.swf"&gt;&lt;param name="flashvars" value="id=2375299_f82656692a9a75c8f44e742a2c75364d"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed type="application/x-shockwave-flash" width="425" height="240" src="http://www.shwup.com/flash/shwup_player.swf" allowfullscreen="true" flashvars="id=2375299_f82656692a9a75c8f44e742a2c75364d"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Notice that the spider is presented in the correct aspect ratio in both cases even though we didn't say anything about the scaling to be performed in each case. This is because the coordinate system of the scene is setup to preserve the aspect ratio of entities placed in the scene. For a 4:3 muvee, the x coordinate spans [-4/3,4/3] and the y coordinate spans [-1,1]. Similarly for the 16:9 muvee, the x coordinate spans [-16/9,16/9]  and the y coordinate spans [-1,1]. The spider image is 150x150  - i.e. it has 1:1 aspect ratio - which fits within the unit square.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Selecting different images based on output aspect ratio&lt;/h4&gt;Suppose you have two images &lt;tt&gt;frame-4by3.png&lt;/tt&gt; and &lt;tt&gt;frame-16by9.png&lt;/tt&gt;, you can select one of them based on the aspect ratio for which your muvee is being constructed ... like so -&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;(define ar-suffix&lt;br /&gt;  (if (&amp;lt; (fabs (- render-aspect-ratio 4/3)) 0.01)&lt;br /&gt;    "-4by3"&lt;br /&gt;    "-16by9"))&lt;br /&gt;&lt;br /&gt;(define spider&lt;br /&gt;  (effect "PictureQuad" ()&lt;br /&gt;    (param "Path" (resource (format "frame" ar-suffix ".png")))))&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;The &lt;tt&gt;render-aspect-ratio&lt;/tt&gt; symbol gives you the aspect ratio for which the muvee is being constructed. We use its value to pick the suffix string we need to use with "frame" in order to select the correct file. If you consistently use &lt;tt&gt;"-4by3"&lt;/tt&gt; and &lt;tt&gt;"-16by9"&lt;/tt&gt; as a convention, then the above suffix code can be reused to select more than one overlay image based on the render aspect ratio within your style.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Modifying an existing &lt;tt&gt;muvee-global-effect&lt;/tt&gt;&lt;/h4&gt;If you're looking at a complex &lt;tt&gt;muvee-global-effect&lt;/tt&gt; expression like &lt;pre&gt;(define muvee-global-effect ....)&lt;/pre&gt;, you can mechanically add the overlay by first renaming the original definition to, say, &lt;tt&gt;muvee-global-effect-original&lt;/tt&gt; and then adding the following new definition after the original one.&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;(define muvee-global-effect-original ....)  ; Renamed definition.&lt;br /&gt;&lt;br /&gt;(define muvee-global-effect&lt;br /&gt;  (effect-stack&lt;br /&gt;    (layers (A)&lt;br /&gt;      A&lt;br /&gt;      spider)&lt;br /&gt;    muvee-global-effect-original))&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8594165481572886660-4486716673679875108?l=muvee-style-authoring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muvee-style-authoring.blogspot.com/feeds/4486716673679875108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/08/how-to-overlay-image.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/4486716673679875108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/4486716673679875108'/><link rel='alternate' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/08/how-to-overlay-image.html' title='How to overlay an image'/><author><name>Kumar</name><uri>http://www.blogger.com/profile/13618832348086828111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8594165481572886660.post-3095228777299829844</id><published>2009-07-27T18:25:00.000-07:00</published><updated>2009-07-27T18:33:44.415-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='announcements'/><title type='text'>All style code is now open</title><content type='html'>We're now opening up the code for ALL muvee Reveal styles. If you have a style - free or purchased - you can get the unencrypted data.scm for them by re-downloading the respective style installers from your &lt;a href="http://www.muvee.com/en/support"&gt;Self Serve&lt;/a&gt; account, as of today. &lt;br /&gt;&lt;br /&gt;We see style authoring as more like film-making than rocket science. You can usually tell how a style is built by watching the muvees it makes, but unencrypting all of our styles gives you the equivalent of a detailed "making of" DVD that you can learn from. It also makes it clear that you too can create styles using the same effects and composition framework that we use to make our shipping styles. Taking that further, if you find that we haven't &lt;a href="http://muvee-style-authoring.googlecode.com/svn/doc/main/index.html"&gt;documented&lt;/a&gt; something you see us using in the muSE code, just let us know and we'll fill the gap.&lt;br /&gt;&lt;br /&gt;In line with the &lt;a href="http://muvee-style-authoring.googlecode.com/svn/doc/main/License.html"&gt;new license terms&lt;/a&gt;, we've posted a complete list of open styles for immediate access to all their code on muvee-style-authoring.googlecode.com. Just point your &lt;a href="http://code.google.com/p/muvee-style-authoring/downloads/list"&gt;muveeStyleBrowser&lt;/a&gt; to &lt;a href="http://muvee-style-authoring.googlecode.com/svn/trunk/styles/"&gt;http://muvee-style-authoring.googlecode.com/svn/trunk/styles/&lt;/a&gt;. Those styles for which only the code (i.e. the data.scm file) has been posted there will appear in the muveeStyleBrowser with "&lt;tt&gt;[code only]&lt;/tt&gt;" in their names.&lt;br /&gt;&lt;br /&gt;Have fun!&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:smaller;"&gt;[see &lt;a href="http://community.muvee.com/viewtopic.php?f=14&amp;t=823"&gt;original posting on muveeManiacs&lt;/a&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8594165481572886660-3095228777299829844?l=muvee-style-authoring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muvee-style-authoring.blogspot.com/feeds/3095228777299829844/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/07/all-style-code-is-now-open.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/3095228777299829844'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/3095228777299829844'/><link rel='alternate' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/07/all-style-code-is-now-open.html' title='All style code is now open'/><author><name>Kumar</name><uri>http://www.blogger.com/profile/13618832348086828111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8594165481572886660.post-5508130902731170961</id><published>2009-07-27T18:14:00.000-07:00</published><updated>2009-07-27T18:33:58.144-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='announcements'/><title type='text'>More open and clearer license terms</title><content type='html'>Based on questions that some of you asked, we figured we needed to clarify the license terms under which &lt;a href="http://muvee-style-authoring.googlecode.com/"&gt;our toolkit&lt;/a&gt; is published. Here's a summary of what's new on that front -&lt;br /&gt;&lt;ol&gt;&lt;li&gt;We've lifted the "non-commercial" constraint on the usage. So go ahead and make money creating muvee Reveal styles.&lt;/li&gt;&lt;li&gt;All the stuff on muvee-style-authoring.googlecode.com (and only the stuff there) is made available under the posted &lt;a href="http://muvee-style-authoring.googlecode.com/svn/doc/main/License.html"&gt;license terms&lt;/a&gt;. Specifically ...&lt;ol style="list-style-type: lower-alpha;"&gt;&lt;li&gt;All &lt;i&gt;code &lt;/i&gt;posted there continues to be available under the same liberal New BSD License.&lt;/li&gt;&lt;li&gt;All &lt;i&gt;content &lt;/i&gt;(i.e. style art work) posted there is free for re-use in your work as long as you give us attribution.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;For a more precise description of the new license terms, see &lt;a href="http://muvee-style-authoring.googlecode.com/svn/doc/main/License.html"&gt;License&lt;/a&gt;.&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:smaller;"&gt;[see &lt;a href="http://community.muvee.com/viewtopic.php?f=14&amp;amp;t=822"&gt;original posting on muveeManiacs&lt;/a&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8594165481572886660-5508130902731170961?l=muvee-style-authoring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muvee-style-authoring.blogspot.com/feeds/5508130902731170961/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/07/more-open-and-clearer-license-terms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/5508130902731170961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/5508130902731170961'/><link rel='alternate' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/07/more-open-and-clearer-license-terms.html' title='More open and clearer license terms'/><author><name>Kumar</name><uri>http://www.blogger.com/profile/13618832348086828111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8594165481572886660.post-5112530484563820871</id><published>2009-05-03T22:49:00.000-07:00</published><updated>2009-07-27T18:34:12.558-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='announcements'/><title type='text'>Ten styles to draw from</title><content type='html'>The muSE scripts for all the ten core styles that ship with muvee Reveal are now available to style authors. For ease of browsing this code base,&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Download the muveeStyleBrowser helper tool from the &lt;a href="http://code.google.com/p/muvee-style-authoring/downloads/list"&gt;downloads &lt;/a&gt;area.&lt;/li&gt;&lt;li&gt;Unpack the zip file and run the &lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;muveeStyleBrowser.exe&lt;/span&gt; program. It will list your installed styles.&lt;/li&gt;&lt;li&gt;Right-click on any style and select &lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Edit data.scm ...&lt;/span&gt;&lt;/b&gt; to open its muSE script in your default editor for .scm files.&lt;/li&gt;&lt;/ol&gt;Have fun!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8594165481572886660-5112530484563820871?l=muvee-style-authoring.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muvee-style-authoring.blogspot.com/feeds/5112530484563820871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/05/ten-styles-to-draw-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/5112530484563820871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8594165481572886660/posts/default/5112530484563820871'/><link rel='alternate' type='text/html' href='http://muvee-style-authoring.blogspot.com/2009/05/ten-styles-to-draw-from.html' title='Ten styles to draw from'/><author><name>Kumar</name><uri>http://www.blogger.com/profile/13618832348086828111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
