<?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>Vijaya Kumar Blog &#187; FFMPEG</title>
	<atom:link href="http://vijayakumar.org/tag/ffmpeg/feed" rel="self" type="application/rss+xml" />
	<link>http://vijayakumar.org</link>
	<description>(Stunning PHP/MYSQL/AJAX/SEO Tips)</description>
	<lastBuildDate>Fri, 03 Sep 2010 02:06:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Converting all type of videos Dynamically Using FFMPEG,PHP</title>
		<link>http://vijayakumar.org/video-conversion-dynamically-using-ffmpegphp.html</link>
		<comments>http://vijayakumar.org/video-conversion-dynamically-using-ffmpegphp.html#comments</comments>
		<pubDate>Wed, 01 Jul 2009 02:41:16 +0000</pubDate>
		<dc:creator>Vijaya Kumar</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[dynamically-video-convertor]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[FFMPEG.EXE]]></category>
		<category><![CDATA[flv-in-PHP]]></category>
		<category><![CDATA[video conversion on the fly]]></category>
		<category><![CDATA[webdirectory]]></category>

		<guid isPermaLink="false">http://www.vijayakumar.org/?p=31</guid>
		<description><![CDATA[Every programmer has an idea to convert the video file types dynamically into any formats on the fly. They all know there is a tool called FFMPEG to convert video formats to their desired formats which they want. In this tutorial i&#8217;ll let you know how to use the FFMPEG tool during file upload dynamically. [...]]]></description>
			<content:encoded><![CDATA[<p>Every programmer has an idea to convert the video file types dynamically into any formats on the fly. They all know there is a tool called FFMPEG to convert video formats to their desired formats which they want. In this tutorial i&#8217;ll let you know how to use the FFMPEG tool during file upload dynamically.</p>
<p>1. Download FFMPEG.EXE from here<br />
2. Extract the FFMPEG.EXE from the archive.<br />
3. Place the FFMPEG.EXE in the web directory.<br />
4. As you all know how to upload a file (So i&#8217;m moving to the next step).<br />
5. After the file uploaded just put the below line<br />
exec(&#8220;ffmpeg -i recipe_videos/$path -f flv recipe_videos/$test[0].flv&#8221;);<br />
//Format exec(&#8220;ffmpeg -i pathofthevideouploaded -f towhichformat wherethefiletobesavedwithextension&#8221;);<br />
6. If you want delete the old file.<br />
7. Now you can view the video in the desired format.</p>
<input id="gwProxy" type="hidden" />
<p><!--Session data--></p>
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" /><!--Session data--><br />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden"><!--Session data--></input>
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://vijayakumar.org/video-conversion-dynamically-using-ffmpegphp.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
