<?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>Freya.no &#187; file</title>
	<atom:link href="http://wp.freya.no/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.freya.no</link>
	<description>Knowledge is power</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:56:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open and select file or folder with Explorer in C#</title>
		<link>http://wp.freya.no/2011/01/open-and-select-file-or-folder-with-explorer-in-c/</link>
		<comments>http://wp.freya.no/2011/01/open-and-select-file-or-folder-with-explorer-in-c/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 13:27:23 +0000</pubDate>
		<dc:creator>kent</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[folder]]></category>

		<guid isPermaLink="false">http://wp.freya.no/?p=964</guid>
		<description><![CDATA[This code will open Explorer and select the file or folder given. No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>This code will open Explorer and select the file or folder given.</p>
<pre class="brush: csharp; title: ; notranslate">
static void openInExplorer(string path)
{
    string cmd = &quot;explorer.exe&quot;;
    string arg = &quot;/select &quot; + path;
    Process.Start(cmd, arg);
}
</pre>
 <img src="http://wp.freya.no/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=964" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwp.freya.no%2F2011%2F01%2Fopen-and-select-file-or-folder-with-explorer-in-c%2F&amp;title=Open%20and%20select%20file%20or%20folder%20with%20Explorer%20in%20C%23" id="wpa2a_6"><img src="http://wp.freya.no/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wp.freya.no/2011/01/open-and-select-file-or-folder-with-explorer-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Create Xvid from JPEG images, short version</title>
		<link>http://wp.freya.no/2007/06/howto-create-xvid-from-jpeg-images-short-version/</link>
		<comments>http://wp.freya.no/2007/06/howto-create-xvid-from-jpeg-images-short-version/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 10:38:02 +0000</pubDate>
		<dc:creator>kent</dc:creator>
				<category><![CDATA[Interessant]]></category>
		<category><![CDATA[Memorable]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[xvid]]></category>

		<guid isPermaLink="false">http://wp.freya.no:8081/howto-create-xvid-from-jpeg-images-short-version/</guid>
		<description><![CDATA[Short version on how to create xvid-movies from a set of jpeg images. You need a set of images captured from a source, webcams or a scientific program. Run the command: mencoder &#8220;mf://*.jpg&#8221; -mf type=jpeg:fps=10 -ovc lavc -force-avi-aspect 1.3 -ffourcc xvid:par=vga11 -nosound -o test.avi PS! Make sure every JPEG-image is valid. Mencoder vil barf and [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Short version on how to create xvid-movies from a set of jpeg images.</p>
<p>You need a set of images captured from a source, webcams or a scientific program.</p>
<p>Run the command:<br />
mencoder &#8220;mf://*.jpg&#8221; -mf type=jpeg:fps=10 -ovc lavc -force-avi-aspect 1.3 -ffourcc xvid:par=vga11  -nosound -o test.avi</p>
<p>PS! Make sure every JPEG-image is valid. Mencoder vil barf and make an incomplete movie file.</p>
 <img src="http://wp.freya.no/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=87" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwp.freya.no%2F2007%2F06%2Fhowto-create-xvid-from-jpeg-images-short-version%2F&amp;title=Howto%3A%20Create%20Xvid%20from%20JPEG%20images%2C%20short%20version" id="wpa2a_14"><img src="http://wp.freya.no/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wp.freya.no/2007/06/howto-create-xvid-from-jpeg-images-short-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

