<?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>S V N Labs Softwares &#187; mediainfo</title>
	<atom:link href="http://blog.svnlabs.com/tag/mediainfo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.svnlabs.com</link>
	<description>Entrepreneur, Blogger, LAMP Programmer, Linux Admin, Web Consultant, Cloud Manager, Apps Developer</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:59:32 +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>midentify &#8211; mplayer</title>
		<link>http://blog.svnlabs.com/midentify-mplayer/</link>
		<comments>http://blog.svnlabs.com/midentify-mplayer/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 17:54:35 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[mediainfo]]></category>
		<category><![CDATA[midentify]]></category>
		<category><![CDATA[midentify - mplayer]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=178</guid>
		<description><![CDATA[Hits: 66&#160;&#160;midentify &#8211; It is the utility come with mplayer to find video ID of video files&#8230;. # /usr/bin/midentify video.mp4 ID_VIDEO_ID=0 ID_AUDIO_ID=1 ID_AID_1_LANG=eng ID_FILENAME=video.mp4 ID_DEMUXER=lavfpref ID_VIDEO_FORMAT=avc1 ID_VIDEO_BITRATE=0 ID_VIDEO_WIDTH=320 ID_VIDEO_HEIGHT=240 ID_VIDEO_FPS=25.000 ID_VIDEO_ASPECT=1.3333 ID_AUDIO_FORMAT=255 ID_AUDIO_BITRATE=0 ID_AUDIO_RATE=24000 ID_AUDIO_NCH=2 ID_LENGTH=72.62 ID_SEEKABLE=1 ID_CHAPTERS=0 ID_VIDEO_CODEC=ffh264 ID_AUDIO_BITRATE=128000 ID_AUDIO_RATE=48000 ID_AUDIO_NCH=2 ID_AUDIO_CODEC=faad ID_EXIT=EOF Try # mediainfo to get video infrmation on linux box  Other [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/midentify-mplayer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>file format validation</title>
		<link>http://blog.svnlabs.com/javascript-file-format-validation/</link>
		<comments>http://blog.svnlabs.com/javascript-file-format-validation/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 17:14:21 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[javascript file format validation]]></category>
		<category><![CDATA[jpg|jpeg|bmp|gif|png|jpe]]></category>
		<category><![CDATA[js file validation]]></category>
		<category><![CDATA[mediainfo]]></category>
		<category><![CDATA[mov|mpg|mpeg|avi|asf|wmv|mpe|3gp|swf]]></category>
		<category><![CDATA[mp3|wav|mid|midi|mp2|ul|ra|m3u|ram|rm]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=148</guid>
		<description><![CDATA[Hits: 89&#160;&#160;Below is the code to check file type in javascript.. &#60;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&#62; function isImage(file) { var image    = /\.(jpg&#124;jpeg&#124;bmp&#124;gif&#124;png&#124;jpe)$/i; if (image.test(file)) return true; else return false; } function isAudio(file) { var audio    = /\.(mp3&#124;wav&#124;mid&#124;midi&#124;mp2&#124;ul&#124;ra&#124;m3u&#124;ram&#124;rm)$/i; if (audio.test(file)) return true; else return false; } function isArchive(file) { var archive    = /\.(zip&#124;rar)$/i; if (archive.test(file)) return true; [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/javascript-file-format-validation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

