<?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>Make Tech Easier&#187; video conversion</title>
	<atom:link href="http://maketecheasier.com/tag/video-conversion/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Convert Videos in Linux with Arista</title>
		<link>http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20</link>
		<comments>http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20#comments</comments>
		<pubDate>Fri, 20 May 2011 23:58:18 +0000</pubDate>
		<dc:creator>Scott Nesbitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Arista Transcoder]]></category>
		<category><![CDATA[video conversion]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=33100</guid>
		<description><![CDATA[Converting videos on the Linux desktop isn&#8217;t exactly difficult, but it can be tricky. There aren&#8217;t all that many conversion tools out there, and some of them aren&#8217;t all that easy to use. Take, for example, ffmpeg. It&#8217;s pretty much the top of the heap when it comes to video and audio conversion. But it&#8217;s [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20&amp;title=How+to+Convert+Videos+in+Linux+with+Arista&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20">How to Convert Videos in Linux with Arista</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-33101" title="Video killed the radio star" src="http://imagecdn.maketecheasier.com/2011/05/MTE_video_camera.jpg" alt="Video killed the radio star" width="160" height="120" align="left" /> Converting videos on the Linux desktop isn&#8217;t exactly difficult, but it can be tricky. There aren&#8217;t all that many conversion tools out there, and some of them aren&#8217;t all that easy to use.</p>
<p>Take, for example, ffmpeg. It&#8217;s pretty much the top of the heap when it comes to video and audio conversion. But it&#8217;s a command line tool that requires you to remember a number of options. Even WinFF, a graphical front end for ffmpeg, isn&#8217;t all that user friendly.</p>
<p>But what can you do if you want to convert a video to, say, upload to a video sharing site or to fit on to a mobile device? And do it quickly and easily? Give <a href="http://www.transcoder.org/">Arista</a> a look.<br />
<span id="more-33100"></span></p>
<h2>Installing Arista</h2>
<p>Before you do anything, check in your package manager to make sure that you have the packages that Arista needs installed on your computer. You can view a list <a href="https://github.com/danielgtaylor/arista/blob/0.9.6/README.md#readme">here</a>. If you have a relatively recent Linux distribution, you should have all of the dependencies installed.</p>
<p>Then, download the archive containing the <a href="http://www.transcoder.org/downloads/">latest release</a> of the software. Extract the contents of the archive that you downloaded, and then open a terminal window. Navigate to the folder in which you extracted the archive and then run the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> python setup.py <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>Once Arista is installed, you can launch it either by selecting it from a menu (in Ubuntu, for example, select <strong>Applications -&gt; Sound &amp; Video -&gt; Arista Transcoder</strong>) or by running the command <code>arista-gtk</code> from the command line.</p>
<p><img class="aligncenter size-full wp-image-33102" title="The Arista window" src="http://imagecdn.maketecheasier.com/2011/05/MTE_arista_main.png" alt="The Arista window" width="590" height="323" /></p>
<h2>Converting Your First Video</h2>
<p>Doing that is a simple, four-step process. On the right side of the Arista window, click <strong>Source</strong>. Navigate to the directory containing the video that you want to convert then click <strong>Open</strong>.</p>

<p>Next, select an output type from the <strong>Devices</strong> list. The output is usually a device or a platform or a type of software &#8211; for example, a Web browser, an iPod, or a video sharing site. Arista comes with a few devices that you can choose, but you can also download others. More on this in a moment.</p>
<p>After that, select an option from the <strong>Preset</strong> menu. A preset is the video format to which you want to convert the video &#8212; like Flash video, <a href="http://maketecheasier.com/beginner-guide-watch-html5-video/2010/06/01">WebM</a>, or H.264. Presets are linked to devices, as you&#8217;ll see in a moment.</p>
<p>Finally, click <strong>Add to Queue</strong>. You&#8217;ll be asked for a file name for the converted video and a folder in which to save it. You can keep the default (which is the name of the original video, but with a new extension) or change the name and folder. Click <strong>Save</strong>. Once you do that, the conversion begins.</p>
<p><img class="aligncenter size-full wp-image-33103" title="Conversion in progress" src="http://imagecdn.maketecheasier.com/2011/05/MTE_arista_converting.png" alt="Conversion in progress" width="590" height="323" /></p>
<p>Depending on the size of the source file, the conversion can take a few seconds to several minutes.</p>
<h2>Expanding Arista&#8217;s Capabilities</h2>
<p>As mentioned a few paragraphs ago, Arista comes with a handful of output settings called <em>presets</em>. Each preset encompasses a device or platform and the video formats that the device or platform support. You can get 40+ presets that really give you a lot of flexibility. Like what? high definition video for YouTube or Vimeo, Android and BlackBerry phones, various handheld devices, and DVD players.</p>
<p>So, how do you add those presets? Got <a href="http://www.transcoder.org/presets/">here</a> and download the ones you want &#8211; say, the <a href="http://www.transcoder.org/media/presets/vimeo.tar.bz2">preset for Vimeo HD</a>. Then, in Arista, select <strong>File -&gt; Install Device Preset</strong>. Find the file that you downloaded, then click <strong>Open</strong>.</p>
<p>You can now select the preset from the <strong>Device</strong> list in the Arista window.</p>
<p><img class="aligncenter size-full wp-image-33104" title="A list of Arista presets" src="http://imagecdn.maketecheasier.com/2011/05/MTE_arista_presets.png" alt="A list of Arista presets" width="590" height="400" /></p>
<p>If you want to create your own presets, you can <a href="http://www.transcoder.org/presets/create/">do it online</a>. You don&#8217;t need to be a programmer to do it, but you will need a basic knowledge of video to do the job.</p>
<h2>Conclusion</h2>
<p>Compared to other video conversion tools for the Linux desktop, Arista is easy to use and does a great job. It&#8217;s fast, flexible, and is easy to extend with a growing number of presets. If you need to quickly convert video files, then Arista is a great choice.</p>
<p>Photo credit: <a href="http://www.sxc.hu/photo/756579" rel="nofollow" target="_blank">bury-osiol</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20&amp;title=How+to+Convert+Videos+in+Linux+with+Arista&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20">How to Convert Videos in Linux with Arista</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/convert-videos-in-linux-with-arista/2011/05/20/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Add Subtitles And Convert Video For iPhone In Windows</title>
		<link>http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15</link>
		<comments>http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15#comments</comments>
		<pubDate>Sat, 15 Nov 2008 06:28:40 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[video conversion]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xvid4psp]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1108</guid>
		<description><![CDATA[Imagine that you are going to convert an avi video files to mp4 format so that you can sync it with your iPhone and watch it on the go. Now, if you have the subtitles files, wouldn&#8217;t it be great if you can embed it in the converted video as well? XviD4PSP is a video [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15&amp;title=How+To+Add+Subtitles+And+Convert+Video+For+iPhone+In+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15">How To Add Subtitles And Convert Video For iPhone In Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1116" title="iphone-video" src="http://imagecdn.maketecheasier.com/2008/11/iphone-video.jpg" alt="" width="580" height="316" /></p>
<p>Imagine that you are going to convert an avi video files to mp4 format so that you can sync it with your iPhone and watch it on the go. Now, if you have the subtitles files, wouldn&#8217;t it be great if you can embed it in the converted video as well?<br />
<span id="more-1108"></span><br />
<a href="http://www.winnydows.com/page.php?2" target="_blank">XviD4PSP</a> is a video encoder/decoder that allows you to convert your video files from one format to another. Originally created to convert video for PSP, now it is able to convert video for a wide variety of devices, include iPhone, PS 3, Xbox 360, Blackberry, DVD player etc. There is also a subtitles feature where you can embed your subtitle file in the video.</p>
<h3>Let&#8217;s get started.</h3>
<p>Download <a href="http://www.winnydows.com/page.php?2" target="_blank">XviD4PSP here</a></p>
<p>Windows XP users need to install the <a href="http://go.microsoft.com/fwlink/?LinkId=70848">Micosoft .Net framework 3.0</a>. Vista users need to turn the UAC off or set it to run in quiet mode. Here are some ways that you can <a href="http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13" target="_blank">turn UAC off without compromising your security</a>.</p>
<p>Once you have installed the framework, run the Xvid4PSP installer. When it comes to the <em>Choose Components</em> page, make sure you select all the components.</p>
<p><img class="alignnone size-full wp-image-1109" title="xvid4psp-installer" src="http://imagecdn.maketecheasier.com/2008/11/xvid4psp-installer.jpg" alt="xvid4psp-installer" width="502" height="390" /></p>
<p>Launch Xvid4PSP</p>
<p><img class="alignnone size-full wp-image-1110" title="xvid4psp" src="http://imagecdn.maketecheasier.com/2008/11/xvid4psp.jpg" alt="xvid4psp" width="580" height="446" /></p>
<p>Open your video files (Click on the <em>Open</em> button in the menubar)</p>
<p><img class="alignnone size-full wp-image-1111" title="xvid4psp-video" src="http://imagecdn.maketecheasier.com/2008/11/xvid4psp-video.jpg" alt="xvid4psp-video" width="580" height="446" /></p>
<p>The left pane is where all the configuration options are situated. If you are proficient enough, you can click the &#8216;<strong>E</strong>&#8216; button beside the dropdown to configure your own setting. For the rest, the preset options are good enough.</p>
<p>Under the <em>Format</em> dropdown bar, select<em> MP4 iPhone or Touch</em>.</p>
<p><img class="alignnone size-full wp-image-1112" title="xvid4psp-video-format" src="http://imagecdn.maketecheasier.com/2008/11/xvid4psp-video-format.jpg" alt="xvid4psp-video-format" width="251" height="293" /></p>
<p>Under the Video encoding dropdown bar, you can choose between <em>Turbo</em>, <em>Extreme</em> or <em>Ultra</em>. If you want to have a fast encoding process, pick <em>Turbo</em>. If the video quality matters a lot to you and you don&#8217;t mind to wait double the time for the encoding to finish, select <em>Extreme</em> or <em>Ultra</em>.</p>
<p><img class="alignnone size-full wp-image-1115" title="xvid4psp-video-encode" src="http://imagecdn.maketecheasier.com/2008/11/xvid4psp-video-encode.jpg" alt="xvid4psp-video-encode" width="245" height="301" /></p>
<p>Next, you have to prepare your subtitle file. Subtitle files usually come with a .srt file extension. There are always numerous version of subtitle files for a particular movie, so you may want to check first before you start the encoding. If you are looking for a subtitle file, there are plenty of websites that offer free subtitle files for download. You just need to google for it.</p>
<p>On the menubar of Xvid4PSP, click on <em>Subtitles-&gt; Add</em>. Navigate to the directory where your subtitle file is kept and select it.</p>
<p><img class="alignnone size-full wp-image-1113" title="xvid4psp-add-subtitle" src="http://imagecdn.maketecheasier.com/2008/11/xvid4psp-add-subtitle.jpg" alt="xvid4psp-add-subtitle" width="385" height="155" /></p>
<p>To check if the subtitle file is correct for your movie, click on the Play button to start playback the video. You will be able to see if the subtitle matches the timeline of the show.</p>
<p>When you are done, click on the <em>Encode</em> button on the menubar. A window will prompt you to select the location to save your file. Navigate to the folder you want to save the file and click <em>Save</em>. The conversion will now start.</p>
<p><img class="alignnone size-full wp-image-1114" title="xvid4psp-encoding" src="http://imagecdn.maketecheasier.com/2008/11/xvid4psp-encoding.jpg" alt="xvid4psp-encoding" width="580" height="449" /></p>
<p>The conversion process will take a few hours. You might want to sit back and relax or go for a coffee break. When you are back, you should see your newly converted video at the folder you have specified.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15&amp;title=How+To+Add+Subtitles+And+Convert+Video+For+iPhone+In+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15">How To Add Subtitles And Convert Video For iPhone In Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

