<?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>Linuxcrypt.net &#187; Video Applications</title>
	<atom:link href="http://linuxcrypt.net/tag/video-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxcrypt.net</link>
	<description>Everything Linux &#038; Open Source</description>
	<lastBuildDate>Wed, 02 Jun 2010 16:32:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To: Install KdenLive on Ubuntu 8.04 Hardy Heron</title>
		<link>http://linuxcrypt.net/2008/10/14/how-to-install-kdenlive-on-ubuntu-804-hardy-heron/</link>
		<comments>http://linuxcrypt.net/2008/10/14/how-to-install-kdenlive-on-ubuntu-804-hardy-heron/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 14:42:23 +0000</pubDate>
		<dc:creator>josh</dc:creator>
				<category><![CDATA[How Tos]]></category>
		<category><![CDATA[Linux Applications]]></category>
		<category><![CDATA[Open Source Applications]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Ubuntu Video Editing]]></category>
		<category><![CDATA[Video Applications]]></category>

		<guid isPermaLink="false">http://linuxcrypt.net/?p=179</guid>
		<description><![CDATA[ So I&#8217;ve been reading about some of the new features in kdenLive and I am pretty stoked to see some forward development for video editing on Linux.  Some of the new features include:
Main Features:
* Capture video from your camcorder, webcam or screen
* Mix a large number of different formats (depending on your FFmpeg install): [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-180" title="kdenlive-01" src="http://linuxcrypt.net/wp-content/uploads/2008/10/kdenlive-01-279x300.png" alt="" width="279" height="300" /> So I&#8217;ve been reading about some of the <a href="http://www.kdenlive.org/content/kdenlive-07beta1-released" target="_blank">new features in kdenLive</a> and I am pretty stoked to see some forward development for video editing on Linux.  Some of the new features include:</p>
<p><strong>Main Features:</strong><br />
* Capture video from your camcorder, webcam or screen<br />
* Mix a large number of different formats (depending on your FFmpeg install): mpeg, flash, mp3, ogg, png, jpeg, dv, hdv, &#8230;<br />
* See the result of your work (effects and transitions) in realtime<br />
* Export your work in several formats (hdv, dv, mpeg, &#8230;)<br />
* Create titles, slideshows and more</p>
<p>For those not familiar with this application, Kdenlive is an open source multi track video editor based on the <a href="http://mltframework.org/">MLT video framework</a> and <a href="http://ffmpeg.org/">FFmpeg</a>.</p>
<p>So how do we get this baby installed in ubuntu as there isn&#8217;t a &#8220;.deb&#8221; package on their website, and the current package in the main repo is on 0.5? Well, if you cruise over to the <a href="https://help.ubuntu.com/community/KdenliveSVN" target="_self">Wiki Documentation</a>, you will find a nice tutorial written by Mads Dydensborg. The tutorial did work for me, and I am successfully running 0.7. The only thing I couldn&#8217;t figure out is why it installed a sleu of KDE apps and made launchers for them? This can be resolved by unselecting them in the alacarte tool. Below are the steps for installing.</p>
<p class="line862">1) <strong>Add a repo to your sources.list</strong></p>
<ul>
<li style="list-style-type: none;">
<p class="line891"><tt class="backtick">echo deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main | sudo tee -a /etc/apt/sources.list</tt></p>
</li>
</ul>
<p class="line862">2) <strong>Get a load of extra packages</strong></p>
<ul>
<li style="list-style-type: none;">
<p class="line891"><tt class="backtick">sudo apt-get update &amp;&amp; sudo apt-get install gtk-qt-engine-kde4 bzip2 kdebase kommander subversion g++ cmake pkg-config kdelibs5-dev libsdl1.2-dev libxml2-dev</tt></p>
</li>
</ul>
<p class="line862">3) <strong>Make a new directory</strong></p>
<ul>
<li style="list-style-type: none;">
<p class="line891"><tt class="backtick">mkdir kdenlive</tt></p>
</li>
</ul>
<p class="line862">4) <strong>Move into the new directory</strong></p>
<ul>
<li style="list-style-type: none;">
<p class="line891"><tt class="backtick">cd kdenlive</tt></p>
</li>
</ul>
<p class="line862">5) <strong>Download the script</strong></p>
<ul>
<li style="list-style-type: none;">
<p class="line891"><tt class="backtick">wget http://www.kde-apps.org/CONTENT/content-files/85826-kdenlive_builder_wizard.kmdr.bz2</tt></p>
</li>
</ul>
<p class="line862">6) <strong>Extract, rename and make executable the script</strong></p>
<ul>
<li style="list-style-type: none;">
<p class="line862">`bunzip2 85826-kdenlive_builder_wizard.kmdr.bz2 &amp;&amp; mv 85826-kdenlive_builder_wizard.kmdr kdenlive_builder_wizard.kmdr &amp;&amp; chmod +x kdenlive_builder_wizard.kmdr</p>
</li>
</ul>
<p class="line862">7) <strong>Sort out a path by typing:</strong></p>
<ul>
<li style="list-style-type: none;">
<p class="line891"><tt class="backtick">export PATH=$PATH:/usr/lib/kde4/bin</tt></p>
</li>
</ul>
<p class="line862"> <img src='http://linuxcrypt.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> <strong>Run the script</strong></p>
<ul>
<li style="list-style-type: none;">
<p class="line891"><tt class="backtick">kmdr-executor kdenlive_builder_wizard.kmdr</tt></p>
</li>
</ul>
<p class="line862">9) <strong>follow the instructions on-screen. Press &#8220;Cancel&#8221; after success.</strong></p>
<p class="line862">10) <strong>In file browser (nautilus) navigate to the</strong> /kdenlive <strong>directory which you created in step 3</strong></p>
<p class="line862">11) <strong>click &#8220;kdenlive_start&#8221; and you are in business.</strong></p>
<p class="line862">12) <strong>Use alacarte</strong> (<tt class="backtick">sudo apt-get install alacarte</tt>) <strong>to add</strong> ~/yourpath/kdenlive/kdenlive_start <strong>to your menu.</strong></p>
<p class="line867">
<p>I hope this helps with getting people to trry out publishing their videos on Linux!</p>
<p>Josh</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxcrypt.net/2008/10/14/how-to-install-kdenlive-on-ubuntu-804-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
