<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>windows-media-encoder &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/windows-media-encoder/</link>
	<description>Feed of posts on WordPress.com tagged "windows-media-encoder"</description>
	<pubDate>Wed, 10 Feb 2010 14:55:18 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Media encoders, streaming audio and the client]]></title>
<link>http://wcradioit.wordpress.com/2009/11/13/media-encoders-streaming-audio-and-the-client/</link>
<pubDate>Fri, 13 Nov 2009 23:02:04 +0000</pubDate>
<dc:creator>demahum</dc:creator>
<guid>http://wcradioit.wordpress.com/2009/11/13/media-encoders-streaming-audio-and-the-client/</guid>
<description><![CDATA[Media Streaming (the image above comes from here but that is sort of the idea of streaming except fo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong> </strong></p>
<p style="text-align:center;"><strong> </strong></p>
<div id="attachment_29" class="wp-caption aligncenter" style="width: 394px"><strong><strong><a href="http://images.apple.com/quicktime/pdf/QT_Streaming_TB.pdf"><img class="size-full wp-image-29 " title="cloud" src="http://wcradioit.wordpress.com/files/2009/11/cloud1.jpg" alt="Encoder and Media streaming architecture" width="384" height="184" /></a></strong></strong><p class="wp-caption-text">Media Streaming</p></div>
<p><strong> </strong></p>
<p>(the image above comes from <a href="http://images.apple.com/quicktime/pdf/QT_Streaming_TB.pdf">here</a> but that is sort of the idea of streaming except for in our case it’s an audio input only for now)</p>
<p>As GLOBE f.m. being a portal to make available productions from Westminster College we need a scalable method to generate a stream containing scheduled content. The stream is really important for principal reason of Globe f.m. being advertised as a radio station. This does not take the importance of the on-demand <strong>content (Audio, video, text and photographic productions)</strong> available in the portal.</p>
<p>In this stream we will mostly be transmitting audio programs created by our students and professors, however we would also like to make the stream scalable and flexible enough for it to be able to stream audio when necessary.</p>
<p><strong>CLIENTS SHOULD NOT BE REQUIRED TO DOWNLOAD ANYTHING SPECIAL JUST TO ACCESS OUT STREAM.</strong></p>
<p><em>The above statement is exactly everyone wants when they set up streams and want people to access it. Imagine you had to buy a new TV for every channel you watch in via Satellite TV. Would that be a downer for the TV industry?</em></p>
<p>Below is my ongoing research to decide on the <em>best </em>media encoder:</p>
<p>-          Audio must be encoded into a widely used formats:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/RealAudio">RealAudio (.ra, .ram)</a> (<a href="http://www.realnetworks.com/products-services/helix/media/realproducer.aspx">RealProducer</a>)
<ul>
<li>Propriety audio format developed by RealNetworks</li>
<li>Possible to stream  RealAudio using HTTP</li>
<li>Low-bitrate formats to high-fidelity formats</li>
<li>Web pages link directly to a .ram (real audio metadata) or SMIL (synchronized multimedia integration language) file containing the link to audio stream opened only by media player.</li>
<li>Compatible players: RealPlayer, MPlayer, RM Downloader, VLC media player, StreamBox VCR, HiDownload and Real7ime Converter.</li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://en.wikipedia.org/wiki/MP3">MP3</a> (MPEG layer 3: Moving Pictures Experts Group) (<a href="http://lame.sourceforge.net/">LAME</a>, <a href="http://www.icecast.org/">icecast</a>)
<ul>
<li>Very popular because of its excellent sound quality</li>
<li>Open and accessible (wide spread industry support and compatibility), not a proprietary delivery system</li>
<li>More complicated than many streaming formats</li>
<li>Compatible players: RealPlayer G2, Beatnik, Shockwave, QuickTime 4, and Windows Media</li>
</ul>
</li>
</ul>
<ul>
<li> <a href="http://en.wikipedia.org/wiki/Flash_Video">FLV</a> : <a href="http://www.adobe.com/products/flashmediaserver/flashmediaencoder/">Adobe Flash Media Live Encoder</a>
<ul>
<li>RTMP streaming</li>
<li>Client can access stream using just flash plug in (no need for any other stuff)</li>
<li>Very expensive to obtain and maintain Flash Media Server</li>
<li>Main focus is Video  (not such a great thing)</li>
<li>Not free</li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Windows_Media_Audio">WMA</a> (<a href="http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx">Windows Media Encoder</a>)
<ul>
<li>Free, Easy to install and maintain</li>
<li>Users WMA format to stream over http</li>
<li>Clients need plug-in to access Windows Media Player embed</li>
<li>Not very open at all</li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC">MPEG-4</a> (<a href="http://www.apple.com/quicktime/technologies/streaming/">QuickTime Streaming</a> or collectively <a href="http://www.apple.com/quicktime/broadcaster/">QuickTime Broadcaster</a>)
<ul>
<li>RTP/RTSP protocol for stream there for light on client end (unlike HTTP)</li>
<li>Good for on demand content because of above</li>
<li>Needs specialized plug-ins and/or software on client side</li>
<li>Mainly for video streaming</li>
</ul>
</li>
</ul>
<p>Things to consider when deciding on an Encoder:</p>
<ol>
<li>Audience
<ol>
<li>OS and media players used normally (make experience more passive)</li>
<li>Connection Speed (single bit rate or multiple bit rate)</li>
</ol>
</li>
<li>Source formatting
<ol>
<li>Depending on the source encoder might not be capable of capturing</li>
</ol>
</li>
<li>System requirement for Encoder and Streaming Server
<ol>
<li>The workstation on which encoder is installed on</li>
<li>The streaming server  and encoder compatibility issues</li>
</ol>
</li>
<li>Price
<ol>
<li>Maintenance fees if any</li>
<li>Purchasing price</li>
<li>If free or open source; reliability</li>
</ol>
</li>
</ol>
<p>Interesting Links</p>
<p><a href="http://www.orban.com/plugin/">http://www.orban.com/plugin/</a></p>
<p><a href="http://www.streamingmedia.com/">http://www.streamingmedia.com/</a></p>
<p><a href="http://all-streaming-media.com/">http://all-streaming-media.com/</a></p>
<p><a href="http://www.realnetworks.com/products-services/helix/media/realproducer.aspx">http://www.realnetworks.com/products-services/helix/media/realproducer.aspx</a></p>
<p><a href="http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx">http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx</a></p>
<p><a href="http://www.apple.com/quicktime/broadcaster/">http://www.apple.com/quicktime/broadcaster/</a></p>
<p><a href="http://lame.sourceforge.net/">http://lame.sourceforge.net/</a></p>
<p><a href="http://www.icecast.org/">http://www.icecast.org/</a></p>
<p><a href="http://www.vorbis.com/">http://www.vorbis.com/</a></p>
<p>&#160;</p>
<p>&#160;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Screen Capture Videos]]></title>
<link>http://kshade.wordpress.com/2009/10/23/screen-capture/</link>
<pubDate>Fri, 23 Oct 2009 21:55:45 +0000</pubDate>
<dc:creator>kshade</dc:creator>
<guid>http://kshade.wordpress.com/2009/10/23/screen-capture/</guid>
<description><![CDATA[I teach computer applications in an adult ed independent learning classroom. I am using Camstudio to]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I teach computer applications in an adult ed independent learning classroom. I am using Camstudio to record both the screen and audio. Camstudio creates the files in avi format. I have had trouble getting the correct Codec installed on my classroom computers so I am looking at converting the files to wmv and mp4 formats.</p>
<p>Here is what I have learned about video formats &#8211; wmv is Windows Media Video and avi is Audio Visual Interleave.  Windows Media Player plays both avi files and wmv files.  mp4 is</p>
<h2>Compression</h2>
<p>I have used Any Video Converter to compress the avi files and it does a decent job. The color of the screen is gray and the video is not quite as sharp but considering the size of the file that is a decent tradeoff.  Also, the fast forward and rewind buttons are not enabled.</p>
<h2>Conversion</h2>
<p>If I use Any Video Converter to compress it to another avi file I still do not have the Fast Forward and Rewind buttons so I decided to convert it to another format.  I converted it to mp4 using AVC but there was more degradation and  a little more &#8220;gray&#8221; screen than I liked.  However, the compression was great &#8211; the original avi file was 73MB and the resulting mp4 file was 9.43 MB.<br />
I used AVC to convert the original avi file to wmv format but the audio and video were not in sync &#8211; the video was too fast. I increased the sync by going to &#8220;Edit &#62; Options &#62; Video &#62; Audio/Video Sync&#8221;, and then increased the sync to 4 but that was still not enough.  I&#8217;ll have to keep trying.</p>
<p>I used Windows Movie Maker to convert to wmv and I thought the video quality was not as good as when I used Any Video Converter.</p>
<p>Final thought: Record with Camstudio using Camstudio Lossless Codec v1.4 then compress with Any Video Converter using Original video codec.  I still did not get a Rewind or FF but the video was clear and the screen was not gray.  I will probably have to download the Camstudio codec on each student machine.  (When I used the xvid codec with Any Video Converter the video was very fuzzy and the screen was gray.  When I converted to mp4 format it was also very gray. When I used the camstudio codec and then used Movie Maker to convert it to wmv the screen was gray.)</p>
<p>I downloaded Windows Media Encoder and used it to convert the avi files to wmv.  The results were good &#8211; not great but good.  The nice thing about wmv files is that you get the fast forward and rewind buttons.</p>
<h2>Video Hosting</h2>
<p>My biggest frustration is in finding a place to host the videos.  I would really like to have the videos hosted on either teachertube or calaxy and then link to them on my moodle page.  For some reason I can never get them loaded to teachertube.  I either get an IO Error or it freezes at some point.  When I try to upload to my Calaxy account I get a message that the file was not accepted by the server.  I would really like to host them on either teachertube or calaxy and then link to them on my moodle page.</p>
<p>Youtube prefers videos in FLV, MPEG-2, and MPEG-4 formats using H.264 or MPEG-2 codecs. I have embedded a youtube video on the moodle page and I will try to play it tomorrow from the classroom.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Useful Non-testing Tools: Part III]]></title>
<link>http://thetestingblog.com/2009/08/04/useful-non-testing-tools-part-iii/</link>
<pubDate>Tue, 04 Aug 2009 14:33:28 +0000</pubDate>
<dc:creator>Daniel Brown</dc:creator>
<guid>http://thetestingblog.com/2009/08/04/useful-non-testing-tools-part-iii/</guid>
<description><![CDATA[As a quality assurance component of an organization, there&#8217;s a pretty strong possiblity that y]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>As a quality assurance component of an organization, there&#8217;s a pretty strong possiblity that you might be called upon to make a presentation of some kind.  No, I&#8217;m not going to give you some lame tutorial on using Powerpoint.  Life is too short.  Instead, I&#8217;m going to show you some tools to add to your toolbox.  Along with Cropper, which I have already showed you, here are some other tools that might help you put together a winning presentation.</p>
<hr />
<p><strong><span style="font-size:medium;">ZoomIt (Presentation Tool)</span></p>
<p>http://technet.microsoft.com/en-us/sysinternals/bb897434.aspx</strong></p>
<p><em>click on image to see the video demo of ZoomIT</em><br />
<a href="http://www.youtube.com/watch?v=5fhZv4jrhaI" target="_blank"><img src="http://thetestingblog.wordpress.com/files/2009/08/zoomit.jpg" alt="ZoomIT" title="ZoomIT" width="454" height="275" class="aligncenter size-full wp-image-98" /></a></p>
<p>ZoomIT is a nice tool to use during presentations.  You can use it to zoom in and out on your screen, making unreadable items bigger.  When zooming in isn&#8217;t enough to accentuate an item, you can also draw an arrow or circle an item.  Yes, that&#8217;s right, ZoomIT makes your screen into your own personal John Madden console, allowing you to make on the fly notes during your presentation.  Make a mess of your screen, simply hit &#8220;ESC&#8221; to clear off the junk.  Something else that&#8217;s interesting is the timer feature.  Need to give your presentation participates a ten minute break?  You can start a timer, and it will count off the time in a full screen mode.  It&#8217;s blatantly clear when everyone needs to return.  Watch the video on youTube, try it out.  One hint: to see all the commands, right click on the ZoomIT tray icon and click on &#8220;options&#8221;.  But basically, it&#8217;s Ctrl-1, Ctrl-2, and Ctrl-3 to Zoom in, draw, and start timer respectively.</p>
<hr />
<p><strong><span style="font-size:medium;">Windows Media Encoder (video screen capture)</span></p>
<p>http://www.microsoft.com/downloads/details.aspx?FamilyID=5691ba02-e496-465a-bba9-b2f1182cdf24&#38;displaylang=en</strong></p>
<p><img src="http://thetestingblog.wordpress.com/files/2009/08/encoder.jpg" alt="Encoder" title="Encoder" width="454" height="349" class="aligncenter size-full wp-image-95" /></p>
<p>How did I record the above video for ZoomIT?  I used Windows Media Encoder.  It&#8217;s a decent video screen capture utility.  You can capture one window, the entire screen, or you can drag your cursor and customized the area you want to capture.  I think that there are better screen capture utilities than this one, but this is the one I use.  It&#8217;s simple to use, and it gets the results I need.  If you have a better one to recommend, please post it in the comments.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Michelangelo's David in iClone 3 EX Screen Test]]></title>
<link>http://herdless.wordpress.com/2009/07/04/michelangelos-david-in-iclone-3-ex-screen-test/</link>
<pubDate>Sat, 04 Jul 2009 10:11:20 +0000</pubDate>
<dc:creator>Fraser Penpraze</dc:creator>
<guid>http://herdless.wordpress.com/2009/07/04/michelangelos-david-in-iclone-3-ex-screen-test/</guid>
<description><![CDATA[Well what I actually WANT to be doing this morning is making &#8220;snakes alive&#8221; for a Medusa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Well what I actually WANT to be doing this morning is making &#8220;snakes alive&#8221; for a Medusa I *imagine* I might be able to make a FRONTAL face for by merging and morphing mirrored profiles with <strong>Fantamorph</strong>&#8230;. I wondered if these hair-bound (if not &#60;hare-brained&#62;) hissers could be created with the &#8220;Springy&#8221; stuff in<strong> iClone 3</strong>&#8230;. Heh ! So I got as far as stretching the provided yellow ball into an elongated shape&#8230; but was then thoroughly distracted by <strong>Google 3D Warehouse</strong>-sourced &#8220;David&#8221;. I wanted to see if he could be springificated, 3D blocks also&#8230;</p>
<p>&#8230;ended up texturing the statue, wondering about lighting (is his back s&#8217;posed to be so DIM ?) and keyframing a manual (and wobbly) (down-the-pan) pan&#8230;</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/Ajfo23dUX48&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/Ajfo23dUX48&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>The original 320&#215;240 film was a hefty 115MB &#8211; I reduced it to 4.28MB with <strong>Windows Media Encoder</strong>.</p>
<p>He loses part(s) of his head when he gets too close to the &#8220;Camera&#8221;.</p>
<p>Hmm&#8230; I wonder if there are any Plants available for iClone that could just be attached to serve as snakes&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[]]></title>
<link>http://herdless.wordpress.com/2009/05/29/1114/</link>
<pubDate>Fri, 29 May 2009 16:54:29 +0000</pubDate>
<dc:creator>Fraser Penpraze</dc:creator>
<guid>http://herdless.wordpress.com/2009/05/29/1114/</guid>
<description><![CDATA[Right &#8211; so I&#8217;ve discovered the wonderful world of panning (for gold) with the Beta Versi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Right &#8211; so I&#8217;ve discovered the wonderful world of panning (for gold) with the Beta Version of <strong>CamStudio 2.5</strong> and now I wanna grab more all kinds of everything than you can shake the schtik of Dana at. I think I&#8217;ll limit future captures to a maximum of 8 minutes as this lengthier piece exceeded the gigabyte filesize that is YouTube&#8217;s upper limit for the massed minions.</p>
<p style="text-align:justify;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/r6nnjif7uBk&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/r6nnjif7uBk&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p style="text-align:justify;">This upload was a 32MB WMV 9 conversion and shows me noodling around in my favourite graphics application &#8211; <strong>Microsoft  Photo Draw 2000 V2.</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Video Recording with Windows Media Encoder]]></title>
<link>http://pohsze.net/2008/10/27/video-recording-with-windows-media-encoder/</link>
<pubDate>Mon, 27 Oct 2008 07:30:54 +0000</pubDate>
<dc:creator>pohsze</dc:creator>
<guid>http://pohsze.net/2008/10/27/video-recording-with-windows-media-encoder/</guid>
<description><![CDATA[Sometimes you might thinking of recording some demo walkthroughs, presentations from your desktop. T]]></description>
<content:encoded><![CDATA[Sometimes you might thinking of recording some demo walkthroughs, presentations from your desktop. T]]></content:encoded>
</item>
<item>
<title><![CDATA[What a Difference Technology Makes...Literally]]></title>
<link>http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/</link>
<pubDate>Thu, 09 Oct 2008 23:59:42 +0000</pubDate>
<dc:creator>jagibson19</dc:creator>
<guid>http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/</guid>
<description><![CDATA[In Blogs, Wikis and Podcasts, and Other Powerful Learning Tools for the Classroom, Will Richardson m]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span><span style="font-size:small;font-family:Times New Roman;"><a href="http://jagibson19.files.wordpress.com/2008/10/j0439348.jpg"><img class="alignleft size-medium wp-image-219" title="j0439348" src="http://jagibson19.wordpress.com/files/2008/10/j0439348.jpg?w=300" alt="" width="300" height="300" /></a>In <em>Blogs, Wikis and Podcasts</em>, <em>and Other Powerful Learning Tools for the Classroom, </em>Will Richardson makes it sound so easy to create a <a href="http://en.wikipedia.org/wiki/">screencast </a></span><span style="font-size:small;"><span style="font-family:Times New Roman;"> that I just had to try it (p. 122).<span>  </span>I had to see for myself if it was as easy to create and publish a screencast as he said it was and after watching and using one this week to add social bookmarking widgets to my WordPress blog (thanks to <a href="http://saudixpat.wordpress.com/">Bruce</a>, one of my fellow EDES 541 classmates who attached this screencast to his blog) I was pumped to get going.</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"><strong>My Screencast Plan</strong></span></span></p>
<p class="MsoNormal" style="margin:0;"><span> </span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">I already had a plan in mind for a screencast -<span>  </span>I was recently given the unenviable task of teaching 600 students and 80 staff members how to use our school division’s new student outlook web access – so what better way to show them how to activate their accounts than to create a screencast of all the steps involved.</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">So following Richardson’s instructions I embarked on my plan.<span>  </span>I downloaded the <a href="http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx">Windows Media Encoder </a></span></span><span style="font-size:small;"><span style="font-family:Times New Roman;"><span> </span>to my school computer, plugged in my microphone and was ready to “start encoding.”<span>  </span>It turns out that the recording session was the easy part.<span>  </span>The real learning (researching, planning, producing) came before and after the recording was made.</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">Like podcasting, I had to plan what I wanted to say and decide what order I wanted to say it in so it all made sense. This, I might add, required considerable thought on my part.<span>  </span>I decided to practice it a few times before I made the actual recording so I wouldn’t sound like a complete fool.<span>  </span></span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;"><span><strong>Frustration Reigns Supreme</strong></span></span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">After the recording session is where Richardson and I parted ways.<span>  </span>After pressing the stop button and viewing my screencast (how cool was that!) I could not for the life of me figure out how to save my work.<span>  </span>I thought I saved it when prompted but when I went to open the file, nothing was there.<span>  </span>So, I tried the entire process again and was frustratingly greeted with the same problem.<span>  </span></span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">What to do?<span>  </span>I tried the Help function – no luck – it was way too technical for me.<span>  </span>I tried Windows Help – again, way too difficult.<span>  </span>I half-heartedly flipped through an 80-page Windows document on screencasting but I gave up thoroughly dejected.<span>  </span>I asked the technology teacher in my school if he had any ideas but he was not familiar with the program.<span>  </span>Next, I turned to our divisional IT department and so far, they haven’t gotten back to me.</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">The technology teacher in my school suggested I try a free Internet-based program called <span> </span><a href="http://www.oldversion.com/program.php?n=snagit">SnagIt</a> (the old version is free).<span>  </span></span></span><span style="font-size:small;"><span style="font-family:Times New Roman;"><span> </span>He said he had used it in the past to create customized screenshots and training screencasts so I gave it a try. This, in my opinion, is a far easier program for amateurs like myself to use than Windows Media Encoder and I would recommend this to teachers wanting to try screencasting for themselves and/or with their students.<span>  </span>I simply viewed the training screencasts (go figure!) and created my presentation in minutes.<span>  </span>SnagIt saved my screencast in a AVI. format and I was able to view it right away.</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;">Unfortunately, my frustrations with screencasting weren’t quite over.<span>  </span>Similar to the problem I encountered with podcasts, I could not link my screencast directly to my blog without paying an extra fee and <a href="http://ourmedia.org/">OurMedia.org </a></span><span style="font-size:small;font-family:Times New Roman;"> that Richardson suggests in his book could not upload such a large file (200 MB).<span>  </span>I knew from my experience with podcasting that <a href="http://www.filefactory.com/">FileFactory</a>  or <a href="http://www.spinxpress.com/">SpinXPress</a> </span><span style="font-size:small;font-family:Times New Roman;">were not options so I decided to upload my file to <a href="http://www.teachertube.com/">TeacherTube</a>. </span><span style="font-size:small;"><span style="font-family:Times New Roman;">This didn’t work either &#8211; I’m assuming it was due to file size but I really don’t know (I tried TeacherTube twice with the same results).<span>  </span>I also tried to upload my screencast to blogger.com where I also have a blog and that didn’t work either.</span></span></span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span><strong><span style="font-size:small;font-family:Times New Roman;">SmartBoard to the Rescue</span></strong></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"><a href="http://jagibson19.files.wordpress.com/2008/10/smartboard-picture1.jpg"><img class="alignright size-medium wp-image-231" title="smartboard-picture1" src="http://jagibson19.wordpress.com/files/2008/10/smartboard-picture1.jpg?w=300" alt="" width="300" height="225" /></a> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">While all of this was happening, the technology teacher and I were trying to figure out if screencasts could be created using <a href="http://smarttech.com/">SmartBoard</a>. <span> </span>We had tried the previous week with no success but as luck would have it, SmartBoard 10 was just uploaded to our school computers by our IT department (I’m<span>  </span>glad they’re doing something since they didn’t answer my email about Windows Media Encoder) so we gave it another try.<span>  </span>Lo and behold – it worked and with a file size of only 7 MB – WHAT A DIFFERENCE TECHNOLOGY MAKES!!!!!</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">From there, I was able to convert the WMP. format of the SmartBoard screencast to an AVI. format and upload it to TeacherTube.<span>  </span>This only took about 15 minutes compared to the hours I was spending trying to upload my SnagIt file and I could tell a difference in the quality.<span>  </span></span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">So there you have it.<span>  </span>Was screencasting as easy as Richardson suggests? – not a chance.<span>  </span>I was totally stressed trying to figure the encoding and sharing process of the Windows Media Encoder and trying to upload my files.<span>  </span>Given the size of my original screencast file, I didn’t know if I was ever going to succeed in finding a media sharing site that would allow me to upload and store such a large file.<span>   </span></span></span></span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;"><span><strong>Applications to the Classroom</strong> </span></span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">Before I discovered the SmartBoard option, I would have never have thought that the average teacher would be interested in using screencasts as a learning tool.<span>  </span>I could have envisioned technology teachers or teacher-librarians possibly using it as a training tool, but there just seemed like too many hurdles to overcome for those who are not “technosavy” to be bothered.</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">However, with the SmartBoard being so easy to use (all I had to do was click on the recorder to start, pause and stop and save the file which I did sitting at my desk because the SmartBoard software is loaded onto my computer) I have changed my mind completely on whether I think screencasts would be a valuable learning tool.<span>  </span>Whether created by a teacher or student, SmartBoard files can be accessed from My Documents and shown anywhere in the school.<span>  </span>If teachers wanted to share these files with other students, parents or anyone around the world, they could attach their screencasts directly to a blog (blogger.com allows you to do this) or convert the file to an AVI. format and upload it to TeacherTube or another video sharing service. </span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">I think screencasts would be a great way for teachers and students to learn new technical applications or how to find things on the web (in fact, I don’t think I could have figured out how to add widgets to my blog without a visual demonstration). In fact, after our success with SmartBoard, the technology teacher and I are planning a series of screencasts to explain several Web 2.0 tools including blogs, wikis, podcasts, SmartBoards and RSS feeds to teachers.<span>  </span>The plan is to put these screencasts on our school’s shared folder so teachers can access them when they need them and as many times as they need them.</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">While teaching, classroom teachers could create their own screencasts (or find pre-existing ones on YouTube or TeacherTube) and attach them to their class blogs so students could refer to them later (home or school at their own time) or for the first time if they missed the lesson for whatever reason.<span>    </span>Where I can see screencasts being used quite effectively is in math where teachers could record what they are doing on the SmartBoard, upload the file to their class blog and then students can review and use the lesson to complete homework or for extra practice.<span>  </span>I know of a math teacher in my school division who is currently doing this with great success.</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">However, after creating my own screencast, I believe the real learning potential of screencasts comes when students are asked to create their own.<span>  </span>I found that creating my own screencast took a lot of thought and planning.<span>  </span>It was not easy and I really had to know my material before I was ready to start creating my product.<span>  </span>What better way to stimulate students’ higher level thinking and decision-making skills and creativity than screenscasts?<span>  </span>If they were working together, their collaborative skills would be enhanced, as well.<span>  </span>They could create their own training screencasts or virtual Internet tours on any subject imaginable for their classes or for future classes in their own school or anywhere around the world.<span>  </span></span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;">Without new and improved technology, none of this would have been possible.<span>  </span>Who says technology is changing too quickly for us to keep up?<span>  </span>I’d say, “bring it on” and just watch our students flourish!</span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="text-align:center;margin:0;" align="center"><span><span style="font-size:small;"><span style="font-family:Times New Roman;"><strong>References</strong></span></span></span></p>
<p class="MsoNormal" style="text-align:center;margin:0;" align="center"><span><span style="font-size:small;font-family:Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Times New Roman;"><span>Richardson</span><span>, W. (2006). <em>Blogs, wikis, podcasts, and other powerful tools for the classroom</em>.<span>  </span>California: Corwin Press. </span></span></span></p>
<p class="MsoNormal" style="margin:0;"> </p>
<p class="MsoNormal" style="margin:0;"> <a href="http://del.icio.us/post?url=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/;title=What a Difference Technology Makes...Literally"><img title="What a Difference Technology Makes...Literally" src="http://sunburntkamel.wordpress.com/files/2006/11/delicious.gif" alt="add to del.icio.us" /></a><a href="http://digg.com/submit?phase=2&#38;url=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/"><img title="What a Difference Technology Makes...Literally" src="http://sunburntkamel.wordpress.com/files/2006/11/digg.gif" alt="Digg it" /></a><a href="http://reddit.com/submit?url=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/;title=What a Difference Technology Makes...Literally"><img title="What a Difference Technology Makes...Literally" src="http://sunburntkamel.wordpress.com/files/2006/11/reddit.gif" alt="" /></a><a href="http://www.stumbleupon.com/submit?url=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/&#38;title=What a Difference Technology Makes...Literally"><img title="What a Difference Technology Makes...Literally" src="http://sunburntkamel.wordpress.com/files/2006/11/stumbleit.gif" alt="Stumble It!" /></a><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&#38;Description=&#38;Url=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/;Title=What a Difference Technology Makes...Literally"><img title="What a Difference Technology Makes...Literally" src="http://sunburntkamel.wordpress.com/files/2006/11/blinklist.gif" alt="Add to Blinkslist" /></a><a href="http://www.furl.net/storeIt.jsp?u=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/;t=What a Difference Technology Makes...Literally"><img title="What a Difference Technology Makes...Literally" src="http://sunburntkamel.wordpress.com/files/2006/11/furl.gif" alt="add to furl" /></a><a href="http://ma.gnolia.com/bookmarklet/add?url=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/;title=What a Difference Technology Makes...Literally"><img title="What a Difference Technology Makes...Literally" src="http://sunburntkamel.wordpress.com/files/2006/11/magnolia.gif" alt="add to ma.gnolia" /></a><a href="http://www.simpy.com/simpy/LinkAdd.do?url=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/;title=What a Difference Technology Makes...Literally"><img title="What a Difference Technology Makes...Literally" src="http://sunburntkamel.wordpress.com/files/2006/11/simpy.png" alt="add to simpy" /></a><a href="http://www.newsvine.com/_tools/seed&#38;save?url=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/;title=What a Difference Technology Makes...Literally"><img title="What a Difference Technology Makes...Literally" src="http://sunburntkamel.wordpress.com/files/2006/11/newsvine.gif" alt="seed the vine" /></a><a title="TailRank" href="http://tailrank.com/share/?text=&#38;link_href=http://jagibson19.wordpress.com/2008/10/09/teachertube-student-email-training-screencast/&#38;title=What a Difference Technology Makes...Literally"><img src="http://sunburntkamel.wordpress.com/files/2006/11/tailrank.gif" alt="TailRank" /></a></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
