<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Bala-Krishna</title>
	<atom:link href="http://www.bala-krishna.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bala-krishna.com</link>
	<description>Web Developer &#38; Internet Marketing Consultant</description>
	<pubDate>Sat, 11 Oct 2008 02:16:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Google Chrome - New Clean Web Browser by Bala Krishna</title>
		<link>http://www.bala-krishna.com/google-chrome-new-clean-web-browser#comment-493</link>
		<dc:creator>Bala Krishna</dc:creator>
		<pubDate>Fri, 12 Sep 2008 16:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/?p=421#comment-493</guid>
		<description>Hi, 

you are right, there is no firefox alternative. but sometime we don't need all those plugins. In that case we can use another faster browser. I always use safari for gmail and other normal browsing because safari is clean and work faster then any other browser. but when i work on any development or seo project i simply use firefox. 

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>you are right, there is no firefox alternative. but sometime we don&#8217;t need all those plugins. In that case we can use another faster browser. I always use safari for gmail and other normal browsing because safari is clean and work faster then any other browser. but when i work on any development or seo project i simply use firefox. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chrome - New Clean Web Browser by seosclub</title>
		<link>http://www.bala-krishna.com/google-chrome-new-clean-web-browser#comment-492</link>
		<dc:creator>seosclub</dc:creator>
		<pubDate>Fri, 12 Sep 2008 16:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/?p=421#comment-492</guid>
		<description>True, I also tryed google Chrome, It have a clean design and look, but there are so many things missing, as compared with firefox, in firefox there are so many plugins available witch are very usefull for me.

Admin
Website Optimization Firms
www.seosclub.com</description>
		<content:encoded><![CDATA[<p>True, I also tryed google Chrome, It have a clean design and look, but there are so many things missing, as compared with firefox, in firefox there are so many plugins available witch are very usefull for me.</p>
<p>Admin<br />
Website Optimization Firms<br />
<a href="http://www.seosclub.com" rel="nofollow">http://www.seosclub.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run FFMPEG command in Asp.Net by Bala Krishna</title>
		<link>http://www.bala-krishna.com/how-to-run-ffmpeg-command-in-aspnet#comment-486</link>
		<dc:creator>Bala Krishna</dc:creator>
		<pubDate>Sat, 30 Aug 2008 06:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/how-to-run-ffmpeg-command-in-aspnet#comment-486</guid>
		<description>Hi, I am not sure but this may be a case. Check MediaHandler documentation to confirm trial version limitation..</description>
		<content:encoded><![CDATA[<p>Hi, I am not sure but this may be a case. Check MediaHandler documentation to confirm trial version limitation..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run FFMPEG command in Asp.Net by jaimin</title>
		<link>http://www.bala-krishna.com/how-to-run-ffmpeg-command-in-aspnet#comment-485</link>
		<dc:creator>jaimin</dc:creator>
		<pubDate>Sat, 30 Aug 2008 06:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/how-to-run-ffmpeg-command-in-aspnet#comment-485</guid>
		<description>Hello,

I am using trial version of MediaHander to Convert movie file into FLV for web site in asp.net and C#. But the problem is only a few part of original movie converted into FLV. What will the reason ? Is this beacaus of Trai version of MediaHandler?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am using trial version of MediaHander to Convert movie file into FLV for web site in asp.net and C#. But the problem is only a few part of original movie converted into FLV. What will the reason ? Is this beacaus of Trai version of MediaHandler?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert video files to FLV using FFMPEG command by mani8php</title>
		<link>http://www.bala-krishna.com/convert-video-files-to-flv-using-ffmpeg-command#comment-484</link>
		<dc:creator>mani8php</dc:creator>
		<pubDate>Sat, 30 Aug 2008 02:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/convert-video-files-to-flv-using-ffmpeg-command#comment-484</guid>
		<description>hello,

Iam converting  the .mov fie to .flv file.

But the problem is, it can not be convert to flv .No output comes.

Just an empty page come.

I checked my php.ini.the FFMPEG must be enabled.


Iam using the following code for conversion.

function converttoflv( $in, $out )
    {
         $cmd = exec("ffmpeg -i $in -deinterlace -ar 44100 -r 25 -qmin 3 -qmax 6 $out");
    }

Please I need the quick and Kind reply as soon as possible...


Thanks and regards

Manikandan.T</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>Iam converting  the .mov fie to .flv file.</p>
<p>But the problem is, it can not be convert to flv .No output comes.</p>
<p>Just an empty page come.</p>
<p>I checked my php.ini.the FFMPEG must be enabled.</p>
<p>Iam using the following code for conversion.</p>
<p>function converttoflv( $in, $out )<br />
    {<br />
         $cmd = exec(&#8221;ffmpeg -i $in -deinterlace -ar 44100 -r 25 -qmin 3 -qmax 6 $out&#8221;);<br />
    }</p>
<p>Please I need the quick and Kind reply as soon as possible&#8230;</p>
<p>Thanks and regards</p>
<p>Manikandan.T</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert video files to FLV using FFMPEG command by raj416</title>
		<link>http://www.bala-krishna.com/convert-video-files-to-flv-using-ffmpeg-command#comment-483</link>
		<dc:creator>raj416</dc:creator>
		<pubDate>Thu, 28 Aug 2008 07:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/convert-video-files-to-flv-using-ffmpeg-command#comment-483</guid>
		<description>we have implemented this concept . but the problem retains in the clarity of the video ... the original video which we have played in windows media player is 100% video size and it looks good...

after we have converted to flv and played it in flash player... it has been tampered...

we suspect the ffmpeg is capturing the video file with fullscreen mode of windows media player , because when we 
played the original video with full screen mode in windows media player , the output of the video was blurred.

could you please tell me how to overcome this issue.</description>
		<content:encoded><![CDATA[<p>we have implemented this concept . but the problem retains in the clarity of the video &#8230; the original video which we have played in windows media player is 100% video size and it looks good&#8230;</p>
<p>after we have converted to flv and played it in flash player&#8230; it has been tampered&#8230;</p>
<p>we suspect the ffmpeg is capturing the video file with fullscreen mode of windows media player , because when we<br />
played the original video with full screen mode in windows media player , the output of the video was blurred.</p>
<p>could you please tell me how to overcome this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Difference Between DNS CNAME &#038; A Record by eWeb</title>
		<link>http://www.bala-krishna.com/what-is-difference-between-dns-cname-a-record#comment-478</link>
		<dc:creator>eWeb</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/?p=354#comment-478</guid>
		<description>gallery.bala-krishna.com will point to 64.1.236.65. In other words, are we hiding real ip? &#38; when do we need to practise this feature</description>
		<content:encoded><![CDATA[<p>gallery.bala-krishna.com will point to 64.1.236.65. In other words, are we hiding real ip? &amp; when do we need to practise this feature</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert Date Time To Unix Timestamp by Unix Timestamp Conversion Tool Launched &#124; Bala-Krishna</title>
		<link>http://www.bala-krishna.com/web-tools/convert-date-time-to-unix-timestamp#comment-476</link>
		<dc:creator>Unix Timestamp Conversion Tool Launched &#124; Bala-Krishna</dc:creator>
		<pubDate>Sat, 26 Jul 2008 17:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/?page_id=373#comment-476</guid>
		<description>[...] unranked [?] Rate this Post:  (No Ratings Yet) &#160;Loading ...  Read Related Post Convert Date Time To Unix TimestampFormating date and time in PHPConvert video files to FLV using FFMPEG commandNew GMAIL features [...]</description>
		<content:encoded><![CDATA[<p>[...] unranked [?] Rate this Post:  (No Ratings Yet) &nbsp;Loading &#8230;  Read Related Post Convert Date Time To Unix TimestampFormating date and time in PHPConvert video files to FLV using FFMPEG commandNew GMAIL features [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No Banner, No Ads, Free CPanel Web Hosting by Bala Krishna</title>
		<link>http://www.bala-krishna.com/no-banner-no-ads-free-cpanel-web-hosting#comment-475</link>
		<dc:creator>Bala Krishna</dc:creator>
		<pubDate>Wed, 23 Jul 2008 04:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/?p=330#comment-475</guid>
		<description>Any country user can use their service for free.. Please contact them for confirmation mail..

Thanks</description>
		<content:encoded><![CDATA[<p>Any country user can use their service for free.. Please contact them for confirmation mail..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No Banner, No Ads, Free CPanel Web Hosting by ArticleLists</title>
		<link>http://www.bala-krishna.com/no-banner-no-ads-free-cpanel-web-hosting#comment-474</link>
		<dc:creator>ArticleLists</dc:creator>
		<pubDate>Wed, 23 Jul 2008 04:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/?p=330#comment-474</guid>
		<description>any way of resending the confirmation mail for 000webhost? after registration, got directed to 0fees.net. i presume 000webhost is mainly for US residents.</description>
		<content:encoded><![CDATA[<p>any way of resending the confirmation mail for 000webhost? after registration, got directed to 0fees.net. i presume 000webhost is mainly for US residents.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
