<?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>Teknikhadise.com &#187; duration</title>
	<atom:link href="http://www.teknikhadise.com/etiket/duration/feed" rel="self" type="application/rss+xml" />
	<link>http://www.teknikhadise.com</link>
	<description></description>
	<lastBuildDate>Fri, 26 Mar 2010 17:10:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ffmpeg ile video süre bilgisi alma</title>
		<link>http://www.teknikhadise.com/ffmpeg-ile-video-sure-bilgisi-alma</link>
		<comments>http://www.teknikhadise.com/ffmpeg-ile-video-sure-bilgisi-alma#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:09:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[duration]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[ffmpeg duration]]></category>
		<category><![CDATA[getduration]]></category>

		<guid isPermaLink="false">http://www.teknikhadise.com/?p=24</guid>
		<description><![CDATA[
$video = new ffmpeg_movie(&#8220;$videoyolu&#8221;,false);
$sure = $video->getDuration();
echo &#8220;$sure&#8221;;

burada $videoyolu , süre bilgisini alacağımız dosyanın ftp&#8217;deki adresi.Çıktı saniye cinsinden olacaktır.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>
$video = new ffmpeg_movie(&#8220;$videoyolu&#8221;,false);<br />
$sure = $video->getDuration();<br />
echo &#8220;$sure&#8221;;
</p></blockquote>
<p>burada $videoyolu , süre bilgisini alacağımız dosyanın ftp&#8217;deki adresi.Çıktı saniye cinsinden olacaktır.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teknikhadise.com/ffmpeg-ile-video-sure-bilgisi-alma/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
