<?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>pbandjelly.org &#187; Media</title>
	<atom:link href="http://www.pbandjelly.org/category/media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pbandjelly.org</link>
	<description>a blog for sprout!  (and her geek dad..)</description>
	<lastBuildDate>Wed, 18 Jan 2012 14:13:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>mplayer Video File Properties</title>
		<link>http://www.pbandjelly.org/2010/04/mplayer-video-file-properties/</link>
		<comments>http://www.pbandjelly.org/2010/04/mplayer-video-file-properties/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 16:33:15 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pbandjelly.org/?p=300</guid>
		<description><![CDATA[I was looking for some native 1080/720p HD media files and also comparing some lower resolution files played back on a new HDTV. Many times you can get some quick info on media file properties with the &#8216;file&#8217; utility: mshuler@gaea:~$ &#8230; <a href="http://www.pbandjelly.org/2010/04/mplayer-video-file-properties/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was looking for some native 1080/720p HD media files and also comparing some lower resolution files played back on a new HDTV.  Many times you can get some quick info on media file properties with the &#8216;file&#8217; utility:</p>
<pre><code>mshuler@gaea:~$ <strong>file Life.Of.Brian.1979.avi</strong>
Life.Of.Brian.1979.avi: RIFF (little-endian) data, AVI, 640 x 336, 25.00 fps, video: XviD, audio: MPEG-1 Layer 3 (stereo, 48000 Hz)</code></pre>
<p>or not..:</p>
<pre><code>mshuler@gaea:~$ <strong>file Three.Days.of.the.Condor.1975.mkv</strong>
Three.Days.of.the.Condor.1975.mkv: Matroska data</code></pre>
<p>A quick look at the &#8216;mplayer&#8217; man page gave me the options I needed to get all the properties without playback of the file:</p>
<pre><code>mshuler@gaea:~$ <strong>mplayer -identify -frames 0 Three.Days.of.the.Condor.1975.mkv</strong>
MPlayer SVN-r30656 (C) 2000-2010 MPlayer Team
Playing Three.Days.of.the.Condor.1975.mkv.
ID_CHAPTER_ID=0
ID_CHAPTER_0_START=7000
ID_CHAPTER_0_NAME=The American Literary Historical Society
ID_CHAPTER_ID=1
ID_CHAPTER_1_START=557633
ID_CHAPTER_1_NAME=Out to Lunch
ID_CHAPTER_ID=2
ID_CHAPTER_2_START=1125799
ID_CHAPTER_2_NAME=Condor
ID_CHAPTER_ID=3
ID_CHAPTER_3_START=1649965
ID_CHAPTER_3_NAME=The Ansonia Hotel
ID_CHAPTER_ID=4
ID_CHAPTER_4_START=1990799
ID_CHAPTER_4_NAME=Still in Flight
ID_CHAPTER_ID=5
ID_CHAPTER_5_START=2430633
ID_CHAPTER_5_NAME=Some Safe Quiet Time
ID_CHAPTER_ID=6
ID_CHAPTER_6_START=3135166
ID_CHAPTER_6_NAME=Sam's Apartment
ID_CHAPTER_ID=7
ID_CHAPTER_7_START=3594665
ID_CHAPTER_7_NAME=Lonely Pictures
ID_CHAPTER_ID=8
ID_CHAPTER_8_START=4166199
ID_CHAPTER_8_NAME=The Mailman
ID_CHAPTER_ID=9
ID_CHAPTER_9_START=4772166
ID_CHAPTER_9_NAME=Sparrow Hawk
ID_CHAPTER_ID=10
ID_CHAPTER_10_START=5111499
ID_CHAPTER_10_NAME=The Suspicion Business
ID_CHAPTER_ID=11
ID_CHAPTER_11_START=5316665
ID_CHAPTER_11_NAME=Leonard Atwood
ID_CHAPTER_ID=12
ID_CHAPTER_12_START=5778032
ID_CHAPTER_12_NAME=Fine Qualities
ID_CHAPTER_ID=13
ID_CHAPTER_13_START=6068332
ID_CHAPTER_13_NAME=Oil Fields
ID_CHAPTER_ID=14
ID_CHAPTER_14_START=6338665
ID_CHAPTER_14_NAME=For that Day
ID_CHAPTER_ID=15
ID_CHAPTER_15_START=6653499
ID_CHAPTER_15_NAME=Telling Stories
ID_VIDEO_ID=0
[mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0
ID_AUDIO_ID=0
ID_AID_0_LANG=eng
[mkv] Track ID 2: audio (A_AC3), -aid 0, -alang eng
ID_SUBTITLE_ID=0
ID_SID_0_LANG=eng
[mkv] Track ID 3: subtitles (S_VOBSUB), -sid 0, -slang eng
[mkv] Will play video track 1.
Matroska file format detected.
VIDEO:  [avc1]  704x352  24bpp  23.976 fps    0.0 kbps ( 0.0 kbyte/s)
ID_FILENAME=Three.Days.of.the.Condor.1975.mkv
ID_DEMUXER=mkv
ID_VIDEO_FORMAT=avc1
ID_VIDEO_BITRATE=0
ID_VIDEO_WIDTH=704
ID_VIDEO_HEIGHT=352
ID_VIDEO_FPS=23.976
ID_VIDEO_ASPECT=2.3693
ID_AUDIO_FORMAT=8192
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
ID_LENGTH=7032.90
ID_SEEKABLE=1
ID_CHAPTERS=16
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
ID_VIDEO_CODEC=ffh264
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000)
ID_AUDIO_BITRATE=448000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
ID_AUDIO_CODEC=ffac3
Starting playback...
Exiting... (End of file)
ID_EXIT=EOF</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2010/04/mplayer-video-file-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flickr!</title>
		<link>http://www.pbandjelly.org/2007/08/flickr/</link>
		<comments>http://www.pbandjelly.org/2007/08/flickr/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 02:28:47 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pbandjelly.org/2007/08/flickr/</guid>
		<description><![CDATA[I have grown tired of maintaining my gallery software locally (and lazy with uploading images..), so got myself a Pro Account and migrated all the existing images to the wonderful flickr. I will update the gallery link and tinker with &#8230; <a href="http://www.pbandjelly.org/2007/08/flickr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have grown tired of maintaining my gallery software locally (and lazy with uploading images..), so got myself a Pro Account and migrated all the existing images to the wonderful <a href="http://www.flickr.com/">flickr</a>.  I will update the gallery link and tinker with blog integration &#8211; there are a few flickr widgets that might be just perfect  <img src='http://www.pbandjelly.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.flickr.com/photos/pbandjelly/">http://www.flickr.com/photos/pbandjelly/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2007/08/flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Valid XHTML YouTube Embedding</title>
		<link>http://www.pbandjelly.org/2007/03/valid-xhtml-youtube-embedding/</link>
		<comments>http://www.pbandjelly.org/2007/03/valid-xhtml-youtube-embedding/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 20:33:14 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pbandjelly.org/2007/03/valid-xhtml-youtube-embedding/</guid>
		<description><![CDATA[I was checking validation on my pages and found the only XHTML errors were from the suggested YouTube embedding code. A quick search revealed several XHTML valid code examples, and here is what I am using to center the frame &#8230; <a href="http://www.pbandjelly.org/2007/03/valid-xhtml-youtube-embedding/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was checking validation on my pages and found the only XHTML errors were from the suggested YouTube embedding code.  A quick search revealed several XHTML valid code examples, and here is what I am using to center the frame under XHTML 1.0 Transitional (this fails 1.0 Strict validation &#8211; to make this validate under Strict, just remove align=&#8221;center&#8221;..):<br />
<code><br />
&lt;p align="center"&gt;<br />
&lt;object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/sdUUx5FdySs"&gt;<br />
&lt;param name="movie" value="http://www.youtube.com/v/sdUUx5FdySs" /&gt;<br />
&lt;/object&gt;<br />
&lt;/p&gt;<br />
</code></p>
<p><strong>Update:</strong><br />
I am now using div&#8217;s to solve page formatting issues..:<br />
<code><br />
&lt;div&gt;<br />
&lt;object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/sdUUx5FdySs"&gt;<br />
&lt;param name="movie" value="http://www.youtube.com/v/sdUUx5FdySs" /&gt;<br />
&lt;/object&gt;<br />
&lt;/div&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2007/03/valid-xhtml-youtube-embedding/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8216;Kiwi!&#8217; by Dony Permedi</title>
		<link>http://www.pbandjelly.org/2006/12/kiwi-by-dony-permedi/</link>
		<comments>http://www.pbandjelly.org/2006/12/kiwi-by-dony-permedi/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 18:00:56 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Brilliant short film by Dony Permedi for his Master&#8217;s Thesis in Animation &#8211; more info and an online interview]]></description>
			<content:encoded><![CDATA[<p>Brilliant short film by Dony Permedi for his Master&#8217;s Thesis in Animation &#8211; <a href="http://www.donysanimation.com/">more info</a> and an <a href="http://www.isfat.com/happyjunk/kiwi.php">online interview</a></p>
<div>
<object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/sdUUx5FdySs"><param name="movie" value="http://www.youtube.com/v/sdUUx5FdySs" /></object>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2006/12/kiwi-by-dony-permedi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oops!</title>
		<link>http://www.pbandjelly.org/2006/10/oops/</link>
		<comments>http://www.pbandjelly.org/2006/10/oops/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 10:26:58 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src='/img/shcool.jpg' alt='oops!' class='center' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2006/10/oops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Together &#8211; Team Hoyt</title>
		<link>http://www.pbandjelly.org/2006/10/together-team-hoyt/</link>
		<comments>http://www.pbandjelly.org/2006/10/together-team-hoyt/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 09:13:20 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Someone posted an article about Team Hoyt on Digg &#8211; this is truly inspirational, and I have not had a good cry like that in a while..]]></description>
			<content:encoded><![CDATA[<p>Someone posted an article about <a href="http://www.teamhoyt.com/">Team Hoyt</a> on <a href="http://digg.com">Digg</a> &#8211; this is truly inspirational, and I have not had a good cry like that in a while..</p>
<div>
<object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/D52rJd9GX10"><param name="movie" value="http://www.youtube.com/v/D52rJd9GX10" /></object>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2006/10/together-team-hoyt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Design Kit</title>
		<link>http://www.pbandjelly.org/2006/07/web-20-design-kit/</link>
		<comments>http://www.pbandjelly.org/2006/07/web-20-design-kit/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 16:19:26 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Found a killer Web 2.0 Design tutorial, while digging around for some icon &#8216;shoppery. Here is part 2 of the tutorial.]]></description>
			<content:encoded><![CDATA[<p>Found a killer <a href="http://www.photoshoplab.com/web20-design-kit.html">Web 2.0 Design</a> tutorial, while digging around for some icon &#8216;shoppery.  Here is <a href="http://www.photoshoplab.com/web-20-design-kit-part-2.html">part 2 of the tutorial</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2006/07/web-20-design-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old Photos</title>
		<link>http://www.pbandjelly.org/2004/09/old-photos/</link>
		<comments>http://www.pbandjelly.org/2004/09/old-photos/#comments</comments>
		<pubDate>Wed, 29 Sep 2004 08:57:48 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I stumbled across a photo CD that I had not uploaded to the gallery, so I put it in about the right place, based on the date. It was about August 2002, since we were in San Antonio, but had &#8230; <a href="http://www.pbandjelly.org/2004/09/old-photos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I stumbled across a photo CD that I had not uploaded to the gallery, so I put it in about the right <a href="http://www.pbandjelly.org/gallery/album28">place</a>, based on the date.  It was about August 2002, since we were in San Antonio, but had not bought our house, yet, and it was it was Emma&#8217;s <a href="http://www.pbandjelly.org/gallery/album28">birthday party</a>.</p>
<p>Michael</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2004/09/old-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery Migration Done!</title>
		<link>http://www.pbandjelly.org/2004/09/gallery-migration-done/</link>
		<comments>http://www.pbandjelly.org/2004/09/gallery-migration-done/#comments</comments>
		<pubDate>Tue, 21 Sep 2004 08:53:25 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The site and photo gallery have been migrated to a new server, and Gallery upgraded to the latest stable version. This is kind of fun for me because I am no longer on a shared server, but my very own. &#8230; <a href="http://www.pbandjelly.org/2004/09/gallery-migration-done/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The site and photo <a href="http://www.pbandjelly.org/gallery/">gallery</a> have been migrated to a new server, and Gallery upgraded to the latest stable version.  This is kind of fun for me because I am no longer on a shared server, but my very own.  I have a couple of rolls of film to get developed, and will get them uploaded as soon as I can!</p>
<p>Michael</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2004/09/gallery-migration-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Words</title>
		<link>http://www.pbandjelly.org/2003/03/words/</link>
		<comments>http://www.pbandjelly.org/2003/03/words/#comments</comments>
		<pubDate>Sat, 22 Mar 2003 01:29:00 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Roxane, Busy &#8211; busy! I have not had much time to write, here, but life is good! Roxane will be talking soon &#8211; she already has a good grasp of &#8220;bye, bye,&#8221; &#8220;no,&#8221; &#8220;mama,&#8221; &#8220;papa,&#8221; and mumbles a lot to &#8230; <a href="http://www.pbandjelly.org/2003/03/words/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Roxane,</p>
<p>Busy &#8211; busy! I have not had much time to write, here, but life is good! Roxane will be talking soon &#8211; she already has a good grasp of &#8220;bye, bye,&#8221; &#8220;no,&#8221; &#8220;mama,&#8221; &#8220;papa,&#8221; and mumbles a lot to us &#8211; she will repeat things, like we are supposed to understand. Mom and Dad were here last weekend, and Dave and Mel came down to eat dinner Friday night, then stay up late chatting, and waiting for Roxane to go to sleep&#8230; Here she comes, running into the office! I have spent a good bit of spare time installing a new server, and compiling PHP, netpbm and all the libraries needed for image manipulation, to run Gallery. I will get some time to update the text, sometime, unless there are any creative volunteers <img src='http://www.pbandjelly.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Let me know if you want a login, so you can upload images to the server, or if you want to help update the album and image tags. This is currently on DynDNS, so go to <a href="http://www.pbandjelly.org/gallery/">http://www.pbandjelly.org/gallery/</a> (now on this server) to see the gallery. Again, please let me know if you want a login to post to your own albums &#8211; the more the merrier!</p>
<p>Michael</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pbandjelly.org/2003/03/words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

