<?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>Program &#38; Design &#187; count</title>
	<atom:link href="http://programanddesign.com/tag/count/feed/" rel="self" type="application/rss+xml" />
	<link>http://programanddesign.com</link>
	<description>Tips, tricks, tutorials, and tools on programming &#38; web design</description>
	<lastBuildDate>Wed, 07 Jul 2010 21:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Get frame count from AVI</title>
		<link>http://programanddesign.com/cpp/get-frame-count-from-avi/</link>
		<comments>http://programanddesign.com/cpp/get-frame-count-from-avi/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 19:48:54 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[frame]]></category>
		<category><![CDATA[opencv]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=171</guid>
		<description><![CDATA[Here's a little code snippet I wrote to get the number of frames in an AVI video file. int getFrameCount&#40;const char *filename&#41; &#123; &#160; &#160; // only works on AVIs &#160; &#160; int frameCount; &#160; &#160; char size&#91;4&#93;; &#160; &#160; ifstream fin&#40;filename, ios::in&#124;ios::binary&#41;; &#160; &#160; if&#40;!fin&#41; &#123; &#160; &#160; &#160; &#160; cerr &#60;&#60; &#34;Could not [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/cpp/get-frame-count-from-avi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
