<?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>roman kalous &#187; administration</title>
	<atom:link href="http://roman.vnoci.cz/tag/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://roman.vnoci.cz</link>
	<description>web dimension</description>
	<lastBuildDate>Wed, 05 May 2010 07:21:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>posting a flash video in wordpress</title>
		<link>http://roman.vnoci.cz/2009/02/posting-a-flash-video-in-wordpress/</link>
		<comments>http://roman.vnoci.cz/2009/02/posting-a-flash-video-in-wordpress/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 22:43:35 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[systems]]></category>

		<guid isPermaLink="false">http://roman.vnoci.cz/?p=34</guid>
		<description><![CDATA[after a 4 hours of struggling I managed to put videos into wordpress posts.
seen at Lucka&#8217;s pages. of course, the videos concern Bohdana. the first one sketches Bohdana&#8217;s first non-breast-feeding experience, the second is just a short clip of Bohdana&#8217;s ordinary afternoons games (means buzzing on the floor cracking everything around&#8230;)
now, how I made all [...]]]></description>
			<content:encoded><![CDATA[<p>after a 4 hours of struggling I managed to put videos into wordpress posts.</p>
<p>seen at <a href="http://lucka.vnoci.cz">Lucka&#8217;s pages</a>. of course, the videos concern Bohdana. the first one sketches Bohdana&#8217;s first non-breast-feeding experience, the second is just a short clip of Bohdana&#8217;s ordinary afternoons games (means buzzing on the floor cracking everything around&#8230;)</p>
<p>now, how I made all the things do.</p>
<ol>
<li>find and install the flowplayer plugin. found <a href="http://wordpress.org/extend/plugins/word-press-flow-player/" target="_blank">here</a></li>
<li>install the flowplayer plugin according to its instructions</li>
<li>whenever you need a video, just put a &#8221;
<div class="flowPlayer"><a class="player plain" id="postnum-34"><embed src="http://roman.vnoci.cz/wp-content/plugins/wordpress-flowplayer/flowplayer-3.0.0.swf" allowfullscreen="true" allowscriptaccess="always" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" id="postnum-34" bgcolor="#000000" name="postnum-34" flashvars="config={&quot;clip&quot;:{&quot;url&quot;:&quot;&quot;,&quot;autoPlay&quot;:false},&quot;playerId&quot;:&quot;postnum-34&quot;,&quot;playlist&quot;:[{&quot;url&quot;:&quot;&quot;,&quot;autoPlay&quot;:false}]}" width="320px" height="240px"><br />
			</a><br />
			<script language="javascript">
			("postnum-34", "http://roman.vnoci.cz/wp-content/plugins/wordpress-flowplayer/flowplayer-3.0.0.swf", {
			clip: {
				url: '',
				autoPlay: false
			} 
			});
				</script></div>
<p>)&#8221; string</li>
</ol>
<p>that&#8217;s simply it. now how to get the right video format so that the video is visible after loading the page.</p>
<p>here the 4 hours came of trial-error experiments. after these 4 hours I more or less by accident came across the magic commands. here we are. I hope this will be helpful.</p>
<p>I converted MOV files from panasonic LSXXX.note the double call of a mencoder and then a</p>
<pre>
mencoder -oac mp3lame -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -of avi
&lt;file.mov&gt; -o output.temp.avi -srate 8000

ffmpeg -i output.temp.avi -vcodec flv -s 412x240 -acodec libmp3lame -r 24
-y -ac 1 -ar 22050 &lt;file.flv&gt;
</pre>
<p>this way encoded, the &lt;file.flv&gt; should be visible in the web-page in a flowplayer window.</p>
<p>further improvements will be reported.</p>
<ol></ol>
]]></content:encoded>
			<wfw:commentRss>http://roman.vnoci.cz/2009/02/posting-a-flash-video-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress running</title>
		<link>http://roman.vnoci.cz/2008/09/wordpress-running/</link>
		<comments>http://roman.vnoci.cz/2008/09/wordpress-running/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 21:30:14 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[administration]]></category>

		<guid isPermaLink="false">http://roman.vnoci.cz/?p=7</guid>
		<description><![CDATA[Well, not actually a 5 minutes install, but still acceptable 60 (including theme tests and &#8220;about&#8221; page design).
Let us now see, how it will work in the near future.
]]></description>
			<content:encoded><![CDATA[<p>Well, not actually a 5 minutes install, but still acceptable 60 (including theme tests and &#8220;about&#8221; page design).</p>
<p>Let us now see, how it will work in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://roman.vnoci.cz/2008/09/wordpress-running/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
