<?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>Lindesk &#187; smplayer</title>
	<atom:link href="http://lindesk.com/tag/smplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://lindesk.com</link>
	<description>Linux - on the Desktop</description>
	<lastBuildDate>Tue, 19 Jan 2010 05:54:23 +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>SMPlayer &#8211; Linux Video Player</title>
		<link>http://lindesk.com/2008/09/smplayer-linux-video-player/</link>
		<comments>http://lindesk.com/2008/09/smplayer-linux-video-player/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 19:07:36 +0000</pubDate>
		<dc:creator>BinnyVA</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[smplayer]]></category>

		<guid isPermaLink="false">http://lindesk.com/?p=134</guid>
		<description><![CDATA[SMPlayer is a front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. It is the most configurable video player in linux - and my favorite.]]></description>
			<content:encoded><![CDATA[<p><img src="http://lindesk.com/wp-content/uploads/2008/09/smplayer_icon.jpg" alt="" title="SMPlayer Logo" width="172" height="172" class="alignnone size-full wp-image-135 intro" align="right" /></p>
<p class="intro">I have used a lot of <a href="http://lindesk.com/2008/09/adding-support-for-almost-all-video-formatscodecs-in-linux/">video players on Linux</a> &#8211; and over the time my favorite video player have changed. When I wrote the post <a href="http://lindesk.com/2007/05/top-5-video-players-in-linux/">Top 5 Video Players in Linux</a>, it was VLC. After that, the position was held by Xine for a long time. But that was before I discovered <a href="http://smplayer.sourceforge.net/">SMPlayer</a>.</p>
<p><strong>SMPlayer is a front-end for MPlayer</strong>, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more.</p>
<h2>Features</h2>
<dl>
<dt>Remembers the settings of all files you play</dt>
<dd>So you start to watch a movie but you have to leave&#8230; don&#8217;t worry, when you open that movie again it will resume at the same point you left it, and with the same settings: audio track, subtitles, volume&#8230;</dd>
<dt>Extremely Configurable</dt>
<dd>This is one feature I absolutely must have in a video player &#8211; I want to use very specific settings. And SMPlayer is one of the few players that lets me do that.</dd>
<dt>Configurable subtitles</dt>
<dd>You can choose font and size, and even colors for the subtitles. Or you can <strong>drag and drop a subtitle file into the player</strong> when you are playing a video &#8211; the video will use that subtitle file from then on. Or you can <strong>automatically get the subtitle of the currently playing film</strong> from <a href="http://www.opensubtitles.org/">OpenSubtitles</a> with the click of a button(you need the latest version for this).</dd>
<dt>Audio track switching.</dt>
<dd>You can choose the audio track you want to listen. Works with avi and mkv. And of course with DVDs.</dd>
<dt>Seeking by mouse wheel.</dt>
<dd>You can use your mouse wheel to go forward or backward in the video.</dd>
<dt>Video equalizer</dt>
<dd>Allows you to adjust the brightness, contrast, hue, saturation and gamma of the video image. I have never used this feature &#8211; but it might come in handy for a bad quality video.</dd>
<dt>Multiple speed playback</dt>
<dd>You can play at 2X, 4X&#8230; and even in slow motion. SMPlayer speeds up the audio as well &#8211; which is kinda distracting &#8211; I wish they would mute it in fast mode.</dd>
<dt>Filters</dt>
<dd>Several filters are available: deinterlace, postprocessing, denoise&#8230; and even a karaoke filter (voice removal).</dd>
<dt>Audio and subtitles delay adjustment</dt>
<dd>Allows you to sync audio and subtitles.</dd>
<dt>Advanced options</dt>
<dd>Such as selecting a demuxer or video &amp; audio codecs, providing mplayer command line options and more. Seriously, take a look at the Preferences dialog of this app.</dd>
<dt>Playlist</dt>
<dd>Allows you to enqueue several files to be played one after each other. Autorepeat and shuffle supported too.</dd>
<dt>Multiplatform</dt>
<dd>Binaries available for Windows and Linux.</dd>
<dt>Free Software</dt>
<dd>SMPlayer is under the GPL license.</dd>
</dl>
<p><a href="http://lindesk.com/wp-content/uploads/2008/09/smplayer_screenshot.jpg"><img src="http://lindesk.com/wp-content/uploads/2008/09/smplayer_screenshot-300x227.jpg" alt="" title="SMPlayer Screenshot" width="300" height="227" class="alignnone size-medium wp-image-136" /></a></p>
<h2>Installing SMPlayer</h2>
<p>In Fedora/Red Hat system, you can install SMPlayer using yum&#8230;</p>
<pre><code class="cli">yum install smplayer</code></pre>
<p>The package name is the same for Ubuntu/Debian systems&#8230;</p>
<pre><code class="cli">apt-get install smplayer</code></pre>
<p>Or you can <a href="http://smplayer.sourceforge.net/downloads.php?tr_lang=en">download the app</a> from their site and install it manually.</p>
<h2>Related Links</h2>
<ul>
<li><a href="http://smplayer.sourceforge.net/">SMPlayer &#8211; Offical Site</a></li>
<li><a href="http://www.linux.com/feature/146958">SMPlayer: A high quality wrapper</a></li>
<li><a href="http://www.ubuntugeek.com/smplayer-nice-frontend-for-mplayer.html">SMPlayer &#8211; Nice Frontend for MPlayer</a></li>
<li><a href="http://vivapinkfloyd.blogspot.com/2008/06/smplayer-review-one-of-most-powerful.html">Echoes: SMPlayer Review &#8211; One of the Most Powerful Video Players for Linux</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lindesk.com/2008/09/smplayer-linux-video-player/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

