<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; blender</title> <atom:link href="http://www.ghacks.net/tag/blender/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Fix the animated titles issue on Ubuntu for OpenShot Video Editor</title><link>http://www.ghacks.net/2011/01/23/fix-the-animated-titles-issue-on-ubuntu-for-openshot-video-editor/</link> <comments>http://www.ghacks.net/2011/01/23/fix-the-animated-titles-issue-on-ubuntu-for-openshot-video-editor/#comments</comments> <pubDate>Sun, 23 Jan 2011 19:48:04 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[blender]]></category> <category><![CDATA[openshot]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[video]]></category> <category><![CDATA[video-editing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39211</guid> <description><![CDATA[If you have been following my latest series on the OpenShot Video Editor (Read &#8220;Create videos with OpenShot Video Editor&#8220;, &#8220;Add transitions with OpenShot Video Editor&#8220;, and &#8220;Add titles to OpenShot Video Editor projects&#8220;) then you will have noticed my mention of a bug in animated title feature that plagues Ubuntu. This bug is caused [...]]]></description> <content:encoded><![CDATA[<p>If you have been following my latest series on the OpenShot Video Editor (Read &#8220;<a
title="Create videos with OpenShot" href="http://www.ghacks.net/2011/01/17/create-videos-with-openshot-video-editor/" target="_blank">Create videos with OpenShot Video Editor</a>&#8220;, &#8220;<a
title="Add transitions with OpenShot" href="http://www.ghacks.net/2011/01/17/add-transitions-with-openshot-video-editor/" target="_blank">Add transitions with OpenShot Video Editor</a>&#8220;, and &#8220;<a
title="Add titles to OpenShot projects" href="http://www.ghacks.net/2011/01/21/add-titles-to-openshot-video-editor-projects/" target="_blank">Add titles to OpenShot Video Editor projects</a>&#8220;) then you will have noticed my mention of a bug in animated title feature that plagues Ubuntu. This bug is caused by Ubuntu&#8217;s mis-handling of some of the software dependencies (namely Blender) that go into the repositories. This bug causes all animated titles with CENTER alignment to fail.</p><p>But fear not, there is a fix. Although a bit kludgy, there is a way you can solve this problem. So, if you are itching to create animated titles for your video projects, after just a minimum amount of work, you can do so.</p><p><span
id="more-39211"></span><strong>First things first</strong></p><p>You will want to make sure you are up to date on both OpenShot and Blender. Better yet, let&#8217;s go from a clean install and install the pieces manually. First let&#8217;s get OpenShot installed. If you are using Ubuntu greater than 9.10 you will need to follow these instructions:</p><ol><li>Open up a terminal window.</li><li>Issue the command <code>sudo add-apt-repository ppa:jonoomph/openshot-edge</code>.</li><li>Issue the command <code>sudo apt-get update</code>.</li><li>Issue the command <code>sudo apt-get install openshot openshot-doc</code>.</li></ol><p>You should now have the latest release of OpenShot on your Ubuntu machine. Now let&#8217;s get blender &gt;=2.5 installed on your machine. Follow these steps:</p><p>Open up a terminal window.</p><ol><li>Issue the command <code>sudo add-apt-repository ppa:cheleb/blender-svn &amp;&amp; sudo apt-get update</code></li><li>Issue the command <code>sudo apt-get install blender</code></li></ol><p>You should now have the latest version of Blender installed.</p><p><strong>Configure Blender in OpenShot</strong></p><p>You now have to make sure OpenShot knows where your blender executable is installed. The Blender executable will be found in <strong>/usr/bin/blender</strong>. Open up OpenShot and then click <strong>Edit &gt; Preferences</strong>. In the resulting window make sure the Blender executable is <em>/usr/bin/blender</em>.</p><p><strong>Apply the fix</strong></p><p>Now for the fun part. In order to get animated titles working with CENTER alignment you have to run a fairly long command. The command must be run in the <strong>/usr/share/pyshared </strong>directory or it will not work. So follow these steps:</p><ol><li>Open up a terminal window.</li><li>Change to the proper directory with the command <code>cd /usr/share/pyshared</code>.</li><li>Issue the command <code>sudo sed -i 's/CENTRAL/CENTER/g' openshot/blender/*.xml openshot/blender/scripts/*.pysed -i 's/CENTRAL/CENTER/g'openshot/blender/*.xml openshot/blender/scripts/*.py sudo sed -i 's/CENTRAL/CENTER/g' openshot/blender/*.xml openshot/blender/scripts/*.pysed -i 's/CENTRAL/CENTER/g'openshot/blender/*.xml openshot/blender/scripts/*.py</code>.</li></ol><p>Yes the above command is all one line and it is very important that you run the command as such. You might see an error stating something to the effect that <em>file(s) *.pysed cannot be found</em>. That error is fine and will not prevent the fix from working.</p><p><strong>Check the fix</strong></p><p>This is simple. All you need to do is open up OpenShot, click <strong>Title &gt; New Animated Title</strong> and then attempt to create a new animated title using the CENTER alignment. If you get no warnings or errors (which you shouldn&#8217;t) you are good to go.</p><p><strong>Final thoughts</strong></p><p>It&#8217;s good a solution for this problem is available, because the animated title feature in OpenShot is very nice to have. Animated titles make your video project all the more professional. Hopefully, in future releases, this will not be required.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/23/fix-the-animated-titles-issue-on-ubuntu-for-openshot-video-editor/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Add titles to OpenShot Video Editor projects</title><link>http://www.ghacks.net/2011/01/21/add-titles-to-openshot-video-editor-projects/</link> <comments>http://www.ghacks.net/2011/01/21/add-titles-to-openshot-video-editor-projects/#comments</comments> <pubDate>Thu, 20 Jan 2011 22:09:28 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[blender]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[video]]></category> <category><![CDATA[video editor]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39137</guid> <description><![CDATA[Recently I began covering one of the best open source video editors available (see my articles &#8220;Create videos with OpenShot Video Editor&#8221; and &#8220;Add transitions with OpenShot Video Editor&#8220;.) From those two articles (and an ounce of creativity) you should already be creating outstanding videos for various purposes. But now it&#8217;s time we take it [...]]]></description> <content:encoded><![CDATA[<p>Recently I began covering one of the best open source video editors available (see my articles &#8220;<a
title="Create videos with openshot video editor" href="http://www.ghacks.net/2011/01/17/create-videos-with-openshot-video-editor/" target="_blank">Create videos with OpenShot Video Editor</a>&#8221; and &#8220;<a
title="Add transitions with OpenShot Video Editor" href="http://www.ghacks.net/2011/01/17/add-transitions-with-openshot-video-editor/" target="_blank">Add transitions with OpenShot Video Editor</a>&#8220;.) From those two articles (and an ounce of creativity) you should already be creating outstanding videos for various purposes. But now it&#8217;s time we take it yet one step further and add titles to the videos you have created.</p><p><span
id="more-39137"></span></p><p>The OpenShot Video Editor has a built-in tool for the creation of titles. With this built in tool you can create static or animated titles. Now, the title editor relies heavily on Blender &gt;= 2.5, so you will need to have this vector graphics tool installed as well. NOTE: If you are using Ubuntu 10.10 the installation of Blender does not meet the requirements (it is 2.4x and not 2.5). For this to work you will need to install Blender from source.</p><p>Once you have Blender installed all you have to do is find out what directory has the Blender executable (open up a terminal window and issue the command <em>which blender </em>to find this out). Once you have that path, click Edit &gt; Preferences and then enter the full path to the executable in the Blender section. You should also know there are issues with older releases of the Blender/OpenShot combination on Ubuntu causing titles that are CENTERED to not work. Hopefully this bug will be worked out soon.</p><p>You can begin creating your titles even before you have created your video. All you have to do is open up OpenShot and click Title &gt; New Animated Title to begin creating your title. Of course you do not have to create an animated title. You can easily create a static title for your video and then spice it up with transitions and/or fades.</p><p><strong>Let&#8217;s create a title</strong></p><div
id="attachment_39143" class="wp-caption alignleft" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2011/01/openshot_title.png"><img
class="size-medium wp-image-39143 " src="http://www.ghacks.net/wp-content/uploads/2011/01/openshot_title-550x487.png" alt="" width="330" height="292" /></a><p
class="wp-caption-text">Figure 1</p></div><p>After you click Title &gt; New Animated Title a new window will open for you to begin your creation (see Figure 1). As you can see, there are a number of different types of animated titles. And each different type of title will require you to enter different information/configurations for the end result. In my sample I have chosen a Blur title. For that title I must enter at least enter:</p><p>File Name: This is the file name for the resulting title file.</p><p>Title: This is the text for the title.</p><p>The rest of the configurations can all work with the defaults. If your installation has trouble working with CENTRAL (AKA CENTERED) just select a different alignment for your title text. When you&#8217;ve configured your title click the Render button.</p><p>As you might expect, the very term &#8220;Render&#8221; could bring your PC into the realm of slow motion. Even rendering a short title can bog your machine down&#8230;so don&#8217;t do any crucial work during the rendering process.</p><p>After the rendering is finished you will then have a fancy new title clip to add to your video project. To add the title all you do is click File &gt; Import Files, navigate to where you saved the title, and add it. Naturally you will want to add the right title to the right location (as in Intro titles to the beginning and Credit titles at the end).</p><p><strong>Final thoughts</strong></p><p>OpenShot is an amazing tool for creating video projects for various purposes. The ability to create static or animated titles only heightens the level of professionalism to your video.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/21/add-titles-to-openshot-video-editor-projects/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Open Movie Big Buck Bunny</title><link>http://www.ghacks.net/2008/06/01/open-movie-big-buck-bunny/</link> <comments>http://www.ghacks.net/2008/06/01/open-movie-big-buck-bunny/#comments</comments> <pubDate>Sun, 01 Jun 2008 16:34:23 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Cool]]></category> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Music and Video]]></category> <category><![CDATA[big buck bunny]]></category> <category><![CDATA[blender]]></category> <category><![CDATA[open movie]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4607</guid> <description><![CDATA[Big Bug Bunny is the second Open Movie after Elephants Dream and it is really astonishing what a team of dedicated artists can create with a limited budget. The quality of the movie is excellent and on pair with popular Dreamworks creations but unlike those Big Bug Bunny can be freely distributed and is already [...]]]></description> <content:encoded><![CDATA[<p>Big Bug Bunny is the second Open Movie after <a
href="http://www.ghacks.net/2006/07/24/open-movie-elephants-dream/">Elephants Dream</a> and it is really astonishing what a team of dedicated artists can create with a limited budget. The quality of the movie is excellent and on pair with popular Dreamworks creations but unlike those Big Bug Bunny can be freely distributed and is already available in various formats and video portals.</p><p>The video is available in the formats MP4, H.264, Ogg and MSMP4 and resolutions 1920&#215;1080, 1280&#215;720 and 854&#215;480 as well as versions for Sony&#8217;s PSP. The direct <a
href="http://www.bigbuckbunny.org/index.php/download/">downloads</a> are rather slow at the moment and I suggest to use the torrent download for fast and speedy transfers.</p><p>Another option would be to view the video on <a
href="http://www.youtube.com/watch?v=YE7VzlLtp-4">Youtube</a> (ok quality) or <a
href="http://www.vimeo.com/1084537">Vimeo</a> (better quality).</p><p><span
id="more-4607"></span><a
href='http://www.ghacks.net/wp-content/uploads/2008/06/evil-frank.png'><img
src="http://www.ghacks.net/wp-content/uploads/2008/06/evil-frank-500x281.png" alt="evil frank" title="evil frank" width="500" height="281" class="alignnone size-medium wp-image-4609" /></a></p><p>The story begins a bit slow but it&#8217;s nice and entertaining. Have fun, exactly the right thing for a Sunday.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/01/open-movie-big-buck-bunny/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> </channel> </rss>
