<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: OpenShot – An Easy-to-use Video Editor For the Average Linux User</title>
	<atom:link href="http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 17:30:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: OpenShot – An Easy-to-use Video Editor &#124; Tips &#38; Tricks</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-17602</link>
		<dc:creator>OpenShot – An Easy-to-use Video Editor &#124; Tips &#38; Tricks</dc:creator>
		<pubDate>Mon, 09 Aug 2010 02:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-17602</guid>
		<description>[...] http://maketecheasier.com/openshot-%E2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/... [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://maketecheasier.com/openshot-%E2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/" rel="nofollow">http://maketecheasier.com/openshot-%E2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/</a>&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My bookmarks for 07/03/2010 &#8212; SiliconChaos</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-17164</link>
		<dc:creator>My bookmarks for 07/03/2010 &#8212; SiliconChaos</dc:creator>
		<pubDate>Sat, 03 Jul 2010 11:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-17164</guid>
		<description>[...] OpenShot – An Easy-to-use Video Editor For the Average Linux User &#8211; Make Tech Easier [...]</description>
		<content:encoded><![CDATA[<p>[...] OpenShot – An Easy-to-use Video Editor For the Average Linux User &#8211; Make Tech Easier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perseus</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-16711</link>
		<dc:creator>Perseus</dc:creator>
		<pubDate>Wed, 02 Jun 2010 15:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-16711</guid>
		<description>SOLVED -&lt;br&gt;&lt;br&gt;I found out it has to do with a missing shared library: libmlt++.so.2&lt;br&gt;&lt;br&gt;On my Ubuntu-9.10 Karmic Koala system the following libraries were available:&lt;br&gt;&lt;br&gt;---&lt;snip&gt;---&lt;br&gt;# ls -l /usr/lib/libmlt*&lt;br&gt;-rw-r--r-- 1 root root 133520 2010-02-16 10:17 /usr/lib/libmlt.so.0.5.0&lt;br&gt;-rw-r--r-- 1 root root 122648 2010-02-16 10:18 /usr/lib/libmlt++.so.0.5.0&lt;br&gt;lrwxrwxrwx 1 root root     15 2010-05-26 23:46 /usr/lib/libmlt.so.2 -&gt; libmlt.so.0.5.0&lt;br&gt;lrwxrwxrwx 1 root root     17 2010-05-26 23:46 /usr/lib/libmlt++.so.3 -&gt; libmlt++.so.0.5.0&lt;br&gt;---&lt;snip&gt;---&lt;br&gt;&lt;br&gt;As you can see, libmlt++.so.3 and libmlt.so.2 are there but OpenShot expects libmlt++.so.2! So I simply tried to fake the existence of libmlt++.so.2 by placing a symbolic link:&lt;br&gt;&lt;br&gt;### Enter the following command as root on a shell&lt;br&gt;ln -s /usr/lib/libmlt++.so.3 /usr/lib/libmlt++.so.2&lt;br&gt;&lt;br&gt;Thus, every call for a function provided by libmlt++.so.2 is forwarded (thanks to the link) to libmlt++.so.3. Runs like a charm - PROBLEM SOLVED!&lt;br&gt;&lt;br&gt;Conclusion: Give the symbolic link solution a try, it won&#039;t hurt your system. If OpenShot runs after placing the link, you are done. If not, just remove the link.&lt;br&gt;&lt;br&gt;YMMV, as usual but HTH,&lt;br&gt;Perseus</description>
		<content:encoded><![CDATA[<p>SOLVED -</p>
<p>I found out it has to do with a missing shared library: libmlt++.so.2</p>
<p>On my Ubuntu-9.10 Karmic Koala system the following libraries were available:</p>
<p>&#8212;&lt;snip&gt;&#8212;<br /># ls -l /usr/lib/libmlt*<br />-rw-r&#8211;r&#8211; 1 root root 133520 2010-02-16 10:17 /usr/lib/libmlt.so.0.5.0<br />-rw-r&#8211;r&#8211; 1 root root 122648 2010-02-16 10:18 /usr/lib/libmlt++.so.0.5.0<br />lrwxrwxrwx 1 root root     15 2010-05-26 23:46 /usr/lib/libmlt.so.2 -&gt; libmlt.so.0.5.0<br />lrwxrwxrwx 1 root root     17 2010-05-26 23:46 /usr/lib/libmlt++.so.3 -&gt; libmlt++.so.0.5.0<br />&#8212;&lt;snip&gt;&#8212;</p>
<p>As you can see, libmlt++.so.3 and libmlt.so.2 are there but OpenShot expects libmlt++.so.2! So I simply tried to fake the existence of libmlt++.so.2 by placing a symbolic link:</p>
<p>### Enter the following command as root on a shell<br />ln -s /usr/lib/libmlt++.so.3 /usr/lib/libmlt++.so.2</p>
<p>Thus, every call for a function provided by libmlt++.so.2 is forwarded (thanks to the link) to libmlt++.so.3. Runs like a charm &#8211; PROBLEM SOLVED!</p>
<p>Conclusion: Give the symbolic link solution a try, it won&#39;t hurt your system. If OpenShot runs after placing the link, you are done. If not, just remove the link.</p>
<p>YMMV, as usual but HTH,<br />Perseus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perseus</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-16712</link>
		<dc:creator>Perseus</dc:creator>
		<pubDate>Wed, 02 Jun 2010 15:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-16712</guid>
		<description>SOLVED -&lt;br&gt;&lt;br&gt;I found out it has to do with a missing shared library: libmlt++.so.2&lt;br&gt;&lt;br&gt;On my Ubuntu-9.10 Karmic Koala system the following libraries were available:&lt;br&gt;&lt;br&gt;---&lt;snip&gt;---&lt;br&gt;# ls -l /usr/lib/libmlt*&lt;br&gt;-rw-r--r-- 1 root root 133520 2010-02-16 10:17 /usr/lib/libmlt.so.0.5.0&lt;br&gt;-rw-r--r-- 1 root root 122648 2010-02-16 10:18 /usr/lib/libmlt++.so.0.5.0&lt;br&gt;lrwxrwxrwx 1 root root     15 2010-05-26 23:46 /usr/lib/libmlt.so.2 -&gt; libmlt.so.0.5.0&lt;br&gt;lrwxrwxrwx 1 root root     17 2010-05-26 23:46 /usr/lib/libmlt++.so.3 -&gt; libmlt++.so.0.5.0&lt;br&gt;---&lt;snip&gt;---&lt;br&gt;&lt;br&gt;As you can see, libmlt++.so.3 and libmlt.so.2 are there but OpenShot expects libmlt++.so.2! So I simply tried to fake the existence of libmlt++.so.2 by placing a symbolic link:&lt;br&gt;&lt;br&gt;### Enter the following command as root on a shell&lt;br&gt;ln -s /usr/lib/libmlt++.so.3 /usr/lib/libmlt++.so.2&lt;br&gt;&lt;br&gt;Thus, every call for a function provided by libmlt++.so.2 is forwarded (thanks to the link) to libmlt++.so.3. Runs like a charm - PROBLEM SOLVED!&lt;br&gt;&lt;br&gt;Conclusion: Give the symbolic link solution a try, it won&#039;t hurt your system. If OpenShot runs after placing the link, you are done. If not, just remove the link.&lt;br&gt;&lt;br&gt;YMMV, as usual but HTH,&lt;br&gt;Perseus</description>
		<content:encoded><![CDATA[<p>SOLVED -</p>
<p>I found out it has to do with a missing shared library: libmlt++.so.2</p>
<p>On my Ubuntu-9.10 Karmic Koala system the following libraries were available:</p>
<p>&#8212;&lt;snip&gt;&#8212;<br /># ls -l /usr/lib/libmlt*<br />-rw-r&#8211;r&#8211; 1 root root 133520 2010-02-16 10:17 /usr/lib/libmlt.so.0.5.0<br />-rw-r&#8211;r&#8211; 1 root root 122648 2010-02-16 10:18 /usr/lib/libmlt++.so.0.5.0<br />lrwxrwxrwx 1 root root     15 2010-05-26 23:46 /usr/lib/libmlt.so.2 -&gt; libmlt.so.0.5.0<br />lrwxrwxrwx 1 root root     17 2010-05-26 23:46 /usr/lib/libmlt++.so.3 -&gt; libmlt++.so.0.5.0<br />&#8212;&lt;snip&gt;&#8212;</p>
<p>As you can see, libmlt++.so.3 and libmlt.so.2 are there but OpenShot expects libmlt++.so.2! So I simply tried to fake the existence of libmlt++.so.2 by placing a symbolic link:</p>
<p>### Enter the following command as root on a shell<br />ln -s /usr/lib/libmlt++.so.3 /usr/lib/libmlt++.so.2</p>
<p>Thus, every call for a function provided by libmlt++.so.2 is forwarded (thanks to the link) to libmlt++.so.3. Runs like a charm &#8211; PROBLEM SOLVED!</p>
<p>Conclusion: Give the symbolic link solution a try, it won&#39;t hurt your system. If OpenShot runs after placing the link, you are done. If not, just remove the link.</p>
<p>YMMV, as usual but HTH,<br />Perseus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: louis vuitton muffler</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-16691</link>
		<dc:creator>louis vuitton muffler</dc:creator>
		<pubDate>Wed, 02 Jun 2010 07:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-16691</guid>
		<description>The first visit, feel this blog is very good&lt;br&gt;&lt;a href=&quot;http://maketecheasier.com/&quot; rel=&quot;nofollow&quot;&gt;http://maketecheasier.com/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The first visit, feel this blog is very good<br /><a href="http://maketecheasier.com/" rel="nofollow">http://maketecheasier.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Oh</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-16607</link>
		<dc:creator>Damien Oh</dc:creator>
		<pubDate>Sat, 29 May 2010 18:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-16607</guid>
		<description>I installed with the following command:&lt;br&gt;&lt;br&gt;&lt;em&gt;sudo add-apt-repository ppa:jonoomph/openshot-edge&lt;br&gt;sudo apt-get update&lt;br&gt;sudo apt-get install openshot openshot-docs&lt;/em&gt;&lt;br&gt;&lt;br&gt;and the installation went smoothly. Perhaps you can try uninstall your existing installation of openshot and reinstall again.</description>
		<content:encoded><![CDATA[<p>I installed with the following command:</p>
<p><em>sudo add-apt-repository ppa:jonoomph/openshot-edge<br />sudo apt-get update<br />sudo apt-get install openshot openshot-docs</em></p>
<p>and the installation went smoothly. Perhaps you can try uninstall your existing installation of openshot and reinstall again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perseus</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-16590</link>
		<dc:creator>Perseus</dc:creator>
		<pubDate>Thu, 27 May 2010 22:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-16590</guid>
		<description>I freshly installed OpenShot 20 mins ago and repeatedly get the following&lt;br&gt;well known error message. This happens on Ubuntu-9.10 Karmic Koala&lt;br&gt;on a dual core AMD 64-bit machine.&lt;br&gt;&lt;br&gt;Any help greatly appreciated.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Perseus&lt;br&gt;&lt;br&gt;---&lt;snip&gt;---&lt;br&gt;&lt;br&gt;--------------------------------&lt;br&gt;   OpenShot (version 1.1.3)&lt;br&gt;--------------------------------&lt;br&gt;Process no longer exists: 18465.  Creating new pid lock file.&lt;br&gt;*** ERROR: MLT Python bindings failed to import ***&lt;br&gt;*** ERROR: MLT Python bindings failed to import ***&lt;br&gt;Exception in thread Thread-1:&lt;br&gt;Traceback (most recent call last):&lt;br&gt;  File &quot;/usr/lib/python2.6/threading.py&quot;, line 525, in __bootstrap_inner&lt;br&gt;    self.run()&lt;br&gt;  File &quot;/usr/lib/pymodules/python2.6/openshot/classes/thumbnail.py&quot;, line 170, in run&lt;br&gt;    mlt.Factory().init()&lt;br&gt;NameError: global name &#039;mlt&#039; is not defined&lt;br&gt;&lt;br&gt;-------------------------------------------------------&lt;br&gt;Error:  OpenShot has not been installed in the Python path.&lt;br&gt;(Both the site-packages and /usr/share/openshot folders were checked)&lt;br&gt;&lt;br&gt;Use the following command to install OpenShot:&lt;br&gt;  $ sudo python setup.py install&lt;br&gt;---&lt;snip&gt;---&lt;br&gt;&lt;br&gt;The latter command doesn&#039;t find &quot;setup.py&quot; and thus doesn&#039;t run, also.</description>
		<content:encoded><![CDATA[<p>I freshly installed OpenShot 20 mins ago and repeatedly get the following<br />well known error message. This happens on Ubuntu-9.10 Karmic Koala<br />on a dual core AMD 64-bit machine.</p>
<p>Any help greatly appreciated.</p>
<p>Thanks,<br />Perseus</p>
<p>&#8212;&lt;snip&gt;&#8212;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />   OpenShot (version 1.1.3)<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />Process no longer exists: 18465.  Creating new pid lock file.<br />*** ERROR: MLT Python bindings failed to import ***<br />*** ERROR: MLT Python bindings failed to import ***<br />Exception in thread Thread-1:<br />Traceback (most recent call last):<br />  File &#8220;/usr/lib/python2.6/threading.py&#8221;, line 525, in __bootstrap_inner<br />    self.run()<br />  File &#8220;/usr/lib/pymodules/python2.6/openshot/classes/thumbnail.py&#8221;, line 170, in run<br />    mlt.Factory().init()<br />NameError: global name &#39;mlt&#39; is not defined</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />Error:  OpenShot has not been installed in the Python path.<br />(Both the site-packages and /usr/share/openshot folders were checked)</p>
<p>Use the following command to install OpenShot:<br />  $ sudo python setup.py install<br />&#8212;&lt;snip&gt;&#8212;</p>
<p>The latter command doesn&#39;t find &#8220;setup.py&#8221; and thus doesn&#39;t run, also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumar</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-14792</link>
		<dc:creator>Kumar</dc:creator>
		<pubDate>Thu, 04 Feb 2010 10:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-14792</guid>
		<description>I am having the same error msg. I am on ubuntu karmic.

*** ERROR: MLT Python bindings failed to import ***
*** ERROR: MLT Python bindings failed to import ***
Exception in thread Thread-1:
Traceback (most recent call last):
  File &quot;/usr/lib/python2.6/threading.py&quot;, line 525, in __bootstrap_inner
    self.run()
  File &quot;/usr/share/openshot/classes/thumbnail.py&quot;, line 174, in run
    mlt.Factory().init()
NameError: global name &#039;mlt&#039; is not defined

-------------------------------------------------------
Error:  OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)

Use the following command to install OpenShot:
  $ sudo python setup.py install


I have tried;

- reinstalling
- setup.py</description>
		<content:encoded><![CDATA[<p>I am having the same error msg. I am on ubuntu karmic.</p>
<p>*** ERROR: MLT Python bindings failed to import ***<br />
*** ERROR: MLT Python bindings failed to import ***<br />
Exception in thread Thread-1:<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/lib/python2.6/threading.py&#8221;, line 525, in __bootstrap_inner<br />
    self.run()<br />
  File &#8220;/usr/share/openshot/classes/thumbnail.py&#8221;, line 174, in run<br />
    mlt.Factory().init()<br />
NameError: global name &#8216;mlt&#8217; is not defined</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Error:  OpenShot has not been installed in the Python path.<br />
(Both the site-packages and /usr/share/openshot folders were checked)</p>
<p>Use the following command to install OpenShot:<br />
  $ sudo python setup.py install</p>
<p>I have tried;</p>
<p>- reinstalling<br />
- setup.py</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumar</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-24226</link>
		<dc:creator>Kumar</dc:creator>
		<pubDate>Thu, 04 Feb 2010 10:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-24226</guid>
		<description>I am having the same error msg. I am on ubuntu karmic.

*** ERROR: MLT Python bindings failed to import ***
*** ERROR: MLT Python bindings failed to import ***
Exception in thread Thread-1:
Traceback (most recent call last):
  File &quot;/usr/lib/python2.6/threading.py&quot;, line 525, in __bootstrap_inner
    self.run()
  File &quot;/usr/share/openshot/classes/thumbnail.py&quot;, line 174, in run
    mlt.Factory().init()
NameError: global name &#039;mlt&#039; is not defined

-------------------------------------------------------
Error:  OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)

Use the following command to install OpenShot:
  $ sudo python setup.py install


I have tried;

- reinstalling
- setup.py</description>
		<content:encoded><![CDATA[<p>I am having the same error msg. I am on ubuntu karmic.</p>
<p>*** ERROR: MLT Python bindings failed to import ***<br />
*** ERROR: MLT Python bindings failed to import ***<br />
Exception in thread Thread-1:<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/lib/python2.6/threading.py&#8221;, line 525, in __bootstrap_inner<br />
    self.run()<br />
  File &#8220;/usr/share/openshot/classes/thumbnail.py&#8221;, line 174, in run<br />
    mlt.Factory().init()<br />
NameError: global name &#8216;mlt&#8217; is not defined</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Error:  OpenShot has not been installed in the Python path.<br />
(Both the site-packages and /usr/share/openshot folders were checked)</p>
<p>Use the following command to install OpenShot:<br />
  $ sudo python setup.py install</p>
<p>I have tried;</p>
<p>- reinstalling<br />
- setup.py</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-14750</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-14750</guid>
		<description>This was on Karmic. Also, my last sentence was grammatically incorrect. It should have read..

Is it not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?

My point being that the ppa openshot is looking for libmlt++.so.2 but the ppa version of libmlt++2 only contains libmlt++.so.3.</description>
		<content:encoded><![CDATA[<p>This was on Karmic. Also, my last sentence was grammatically incorrect. It should have read..</p>
<p>Is it not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?</p>
<p>My point being that the ppa openshot is looking for libmlt++.so.2 but the ppa version of libmlt++2 only contains libmlt++.so.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-24224</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-24224</guid>
		<description>This was on Karmic. Also, my last sentence was grammatically incorrect. It should have read..

Is it not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?

My point being that the ppa openshot is looking for libmlt++.so.2 but the ppa version of libmlt++2 only contains libmlt++.so.3.</description>
		<content:encoded><![CDATA[<p>This was on Karmic. Also, my last sentence was grammatically incorrect. It should have read..</p>
<p>Is it not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?</p>
<p>My point being that the ppa openshot is looking for libmlt++.so.2 but the ppa version of libmlt++2 only contains libmlt++.so.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-24225</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-24225</guid>
		<description>This was on Karmic. Also, my last sentence was grammatically incorrect. It should have read..

Is it not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?

My point being that the ppa openshot is looking for libmlt++.so.2 but the ppa version of libmlt++2 only contains libmlt++.so.3.</description>
		<content:encoded><![CDATA[<p>This was on Karmic. Also, my last sentence was grammatically incorrect. It should have read..</p>
<p>Is it not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?</p>
<p>My point being that the ppa openshot is looking for libmlt++.so.2 but the ppa version of libmlt++2 only contains libmlt++.so.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 2/2/2010: Oracle/Sun Analysis &#124; Boycott Novell</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-14733</link>
		<dc:creator>Links 2/2/2010: Oracle/Sun Analysis &#124; Boycott Novell</dc:creator>
		<pubDate>Wed, 03 Feb 2010 04:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-14733</guid>
		<description>[...] OpenShot – An Easy-to-use Video Editor For the Average Linux User If you are looking at this software from an expert point of view, OpenShot is not definitely not up to par with professional video editing tool like Final Cut Pro or Cinelerra. However if you just want a simple, easy to use video editor that comes with plenty of useful features, then OpenShot will be the one for you. [...]</description>
		<content:encoded><![CDATA[<p>[...] OpenShot – An Easy-to-use Video Editor For the Average Linux User If you are looking at this software from an expert point of view, OpenShot is not definitely not up to par with professional video editing tool like Final Cut Pro or Cinelerra. However if you just want a simple, easy to use video editor that comes with plenty of useful features, then OpenShot will be the one for you. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-14722</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Wed, 03 Feb 2010 00:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-14722</guid>
		<description>The PPA only works for Ubuntu Karmic 9.10. If you are using older version of Ubuntu, you have to use the deb installer.</description>
		<content:encoded><![CDATA[<p>The PPA only works for Ubuntu Karmic 9.10. If you are using older version of Ubuntu, you have to use the deb installer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-24223</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Wed, 03 Feb 2010 00:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-24223</guid>
		<description>The PPA only works for Ubuntu Karmic 9.10. If you are using older version of Ubuntu, you have to use the deb installer.</description>
		<content:encoded><![CDATA[<p>The PPA only works for Ubuntu Karmic 9.10. If you are using older version of Ubuntu, you have to use the deb installer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-14721</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 03 Feb 2010 00:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-14721</guid>
		<description>I just did a complete purge of openshot/mlt and a reinstall and still have the same problem. The mlt packages are from the ppa as is openshot. It not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?</description>
		<content:encoded><![CDATA[<p>I just did a complete purge of openshot/mlt and a reinstall and still have the same problem. The mlt packages are from the ppa as is openshot. It not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-24222</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 03 Feb 2010 00:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-24222</guid>
		<description>I just did a complete purge of openshot/mlt and a reinstall and still have the same problem. The mlt packages are from the ppa as is openshot. It not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?</description>
		<content:encoded><![CDATA[<p>I just did a complete purge of openshot/mlt and a reinstall and still have the same problem. The mlt packages are from the ppa as is openshot. It not strange that libmlt++2 has libmlt++.so.3 in it rather than libmlt++.so.2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-14717</link>
		<dc:creator>D</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-14717</guid>
		<description>Added /usr/share/openshot to system path
--------------------------------        
   OpenShot (version 1.0.0)
--------------------------------
*** ERROR: MLT Python bindings failed to import ***
*** ERROR: MLT Python bindings failed to import ***
Exception in thread Thread-1:
Traceback (most recent call last):
  File &quot;/usr/lib/python2.6/threading.py&quot;, line 525, in __bootstrap_inner
    self.run()
  File &quot;/usr/share/openshot/classes/thumbnail.py&quot;, line 174, in run
    mlt.Factory().init()
NameError: global name &#039;mlt&#039; is not defined

-------------------------------------------------------
Error:  OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)</description>
		<content:encoded><![CDATA[<p>Added /usr/share/openshot to system path<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
   OpenShot (version 1.0.0)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
*** ERROR: MLT Python bindings failed to import ***<br />
*** ERROR: MLT Python bindings failed to import ***<br />
Exception in thread Thread-1:<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/lib/python2.6/threading.py&#8221;, line 525, in __bootstrap_inner<br />
    self.run()<br />
  File &#8220;/usr/share/openshot/classes/thumbnail.py&#8221;, line 174, in run<br />
    mlt.Factory().init()<br />
NameError: global name &#8216;mlt&#8217; is not defined</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Error:  OpenShot has not been installed in the Python path.<br />
(Both the site-packages and /usr/share/openshot folders were checked)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-24221</link>
		<dc:creator>D</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-24221</guid>
		<description>Added /usr/share/openshot to system path
--------------------------------        
   OpenShot (version 1.0.0)
--------------------------------
*** ERROR: MLT Python bindings failed to import ***
*** ERROR: MLT Python bindings failed to import ***
Exception in thread Thread-1:
Traceback (most recent call last):
  File &quot;/usr/lib/python2.6/threading.py&quot;, line 525, in __bootstrap_inner
    self.run()
  File &quot;/usr/share/openshot/classes/thumbnail.py&quot;, line 174, in run
    mlt.Factory().init()
NameError: global name &#039;mlt&#039; is not defined

-------------------------------------------------------
Error:  OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)</description>
		<content:encoded><![CDATA[<p>Added /usr/share/openshot to system path<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
   OpenShot (version 1.0.0)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
*** ERROR: MLT Python bindings failed to import ***<br />
*** ERROR: MLT Python bindings failed to import ***<br />
Exception in thread Thread-1:<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/lib/python2.6/threading.py&#8221;, line 525, in __bootstrap_inner<br />
    self.run()<br />
  File &#8220;/usr/share/openshot/classes/thumbnail.py&#8221;, line 174, in run<br />
    mlt.Factory().init()<br />
NameError: global name &#8216;mlt&#8217; is not defined</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Error:  OpenShot has not been installed in the Python path.<br />
(Both the site-packages and /usr/share/openshot folders were checked)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abe</title>
		<link>http://maketecheasier.com/openshot-%e2%80%93-an-easy-to-use-video-editor-for-the-average-linux-user/2010/02/01#comment-14714</link>
		<dc:creator>Abe</dc:creator>
		<pubDate>Tue, 02 Feb 2010 21:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=11632#comment-14714</guid>
		<description>I run Kubuntu KDE 4.3.5 on my machine. I installed OpenShot but, When I launch it, it tries to run but dies instead. I will stick with Kdenlive since it already works good.

It would be nice if someone could make a comparison between the two.</description>
		<content:encoded><![CDATA[<p>I run Kubuntu KDE 4.3.5 on my machine. I installed OpenShot but, When I launch it, it tries to run but dies instead. I will stick with Kdenlive since it already works good.</p>
<p>It would be nice if someone could make a comparison between the two.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 11:39:06 -->
