<?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>/home/spsneo/blog &#187; vlc</title>
	<atom:link href="http://spsneo.com/blog/category/vlc/feed/" rel="self" type="application/rss+xml" />
	<link>http://spsneo.com/blog</link>
	<description>Trying to move every bit to cloud.</description>
	<lastBuildDate>Fri, 19 Aug 2011 16:43:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VLC: Command Line Interface</title>
		<link>http://spsneo.com/blog/2008/08/05/vlc-command-line-interface/</link>
		<comments>http://spsneo.com/blog/2008/08/05/vlc-command-line-interface/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 12:11:25 +0000</pubDate>
		<dc:creator>spsneo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://spsneo.com/blog/?p=28</guid>
		<description><![CDATA[This post is for those who love to work out everything from the terminal. Ever wondered how to play media files (audio or video) from the terminal ?? Check out !! First a screenshot : In this post I assume &#8230; <a href="http://spsneo.com/blog/2008/08/05/vlc-command-line-interface/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post is for those who love to work out everything from the terminal. Ever wondered how to play media files (audio or video) from the terminal ?? Check out !! First a screenshot :</p>
<p><a href="http://spsneo.com/images/vlc.jpg"><img src="http://spsneo.com/images/vlc.jpg" alt="vlc comman line" /></a></p>
<p>In this post I assume you are using Linux with VLC installed. VLC has a very simple GUI with lots of functionality. It also has an equally powerful command line ncurses interface. You can open this interface by typing in the terminal :</p>
<p>$ vlc -I ncurses</p>
<p>Now press &#8216;h&#8217; to explore the help.</p>
<p>Let me show some usage. Say you have some mp3 files in ~/Music and you want to add all these mp3 files in playlist. You need to type in the terminal :</p>
<p>$ vlc -I ncurses ~/Music/*.mp3</p>
<p>And you will find all these files in the playlist.</p>
<p>There are a plenty of options like you can increase volume by pressing &#8216;a&#8217; and decrease volume by &#8216;z&#8217;. For loads of other options press &#8216;h&#8217; and browse through the help.</p>
<p>Keep rocking !</p>
]]></content:encoded>
			<wfw:commentRss>http://spsneo.com/blog/2008/08/05/vlc-command-line-interface/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

