Read Random Post

Jan 23, 2011

Fix the animated titles issue on Ubuntu for OpenShot Video Editor

Feed: gHacks Technology News

Fix the animated titles issue on Ubuntu for OpenShot Video Editor

If you have been following my latest series on the OpenShot Video Editor (Read “Create videos with OpenShot Video Editor“, “Add transitions with OpenShot Video Editor“, and “Add titles to OpenShot Video Editor projects“) then you will have noticed my mention of a bug in animated title feature that plagues Ubuntu. This bug is caused by Ubuntu’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 f! ail.

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.

First things first

You will want to make sure you are up to date on both OpenShot and Blender. Better yet, let’s go from a clean install and install the pieces manually. First let’s get OpenShot installed. If you are using Ubuntu greater than 9.10 you will need to follow these instructions:

  1. Open up a terminal window.
  2. Issue the command sudo add-apt-repository ppa:jonoomph/openshot-edge.
  3. Issue the command sudo apt-get update.
  4. Issue the command sudo apt-get install openshot openshot-doc.

You should now have the latest release of OpenShot on your Ubuntu machine. Now let’s get blender >=2! .5 installed on your machine. Follow these steps:

Open up a terminal window.

  1. Issue the command sudo add-apt-repository ppa:cheleb/blender-svn && sudo apt-get update
  2. Issue the command sudo apt-get install blender

You should now have the latest version of Blender installed.

Configure Blender in OpenShot

You now have to make sure OpenShot knows where your blender executable is installed. The Blender executable will be found in /usr/bin/blender. Open up OpenShot and then click Edit > Preferences. In the resulting window make sure the Blender executable is /usr/bin/blender.

Apply the fix

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 /usr/share/pyshared directory or it will not work. So follow these steps:

  1. Open up a terminal window.
  2. Ch! ange to the proper directory with the command cd /usr/share/pyshared.
  3. Issue the command 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.

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 file(s) *.pysed cannot be found. That error is fine and will not prevent the fix from working.

Check the fix

This is simple. All you need to do is open up OpenShot, click Title > New Animated Title and then attempt to create a new animated title using the CENTER alignment. If you get no warnings or errors! (which you shouldn’t) you are good to go.

Final thoughts

It’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.


© Jack Wallen for gHacks Technology News, 2011. | Permalink | Add to del.icio.us, digg, facebook, reddit, twitter
Post tags: , , , ,


Feed Info:
Name: gHacks Technology News
URL: http://www.ghacks.net/feed/
Add, Modify, Remove feeds at Innerfeed

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...