<?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>CamStudio</title>
	<atom:link href="http://camstudio.org/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://camstudio.org/blog</link>
	<description>The Official Blog</description>
	<lastBuildDate>Thu, 09 Oct 2008 08:35:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CamStudio Command Line V0.1 Released</title>
		<link>http://camstudio.org/blog/camstudio-command-line-v01-released</link>
		<comments>http://camstudio.org/blog/camstudio-command-line-v01-released#comments</comments>
		<pubDate>Thu, 09 Oct 2008 08:35:41 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[camstudio]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[DOS box]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/?p=48</guid>
		<description><![CDATA[So, I got an email from Google engineer Dimi Shahbaz a little while ago &#8230;
I have been working on a command-line only version of CamStudio, for use internally (at Google) to record automated tests, where the GUI is not usable.
About my changes: I run my version from the command-line only, and it records the entire [...]]]></description>
			<content:encoded><![CDATA[<p>So, I got an email from Google engineer Dimi Shahbaz a little while ago &#8230;</p>
<blockquote><p>I have been working on a command-line only version of CamStudio, for use internally (at Google) to record automated tests, where the GUI is not usable.</p>
<p>About my changes: I run my version from the command-line only, and it records the entire screen, with no audio.  It picks the best codec out of the ones available, or you can specify your own on the command line.  I took out about 95% of the code that made up the GUI version CamStudio, so I don&#8217;t know how well my version will fit, but I&#8217;d love to help.  :)</p></blockquote>
<p>So, here&#8217;s the download link: <a href="http://camstudio.org/CamStudio_cl.01.zip">http://camstudio.org/CamStudio_cl.01.zip</a></p>
<p>For those of you who don&#8217;t know, you have to run this this version CamStudio (now called CamStudio CL) from a DOS box (Start Menu &gt; Run &gt; type &#8220;cmd&#8221; without quotes.)</p>
<p>If you&#8217;re not experienced with DOS stuff and command lines, probably best to leave this one alone.</p>
<p>But for the old school nerds out there (and I&#8217;m one of &#8216;em) use &#8220;-help&#8221; to get the syntax of the various options.</p>
<p><span style="color: #ff0000;"><strong>PLEASE NOTE</strong></span></p>
<p>CamStudio CL is very basic &#8211; there aren&#8217;t a lot of options and development of this version won&#8217;t be a priority. We&#8217;re concentrating on getting the 2.6.x release done and dusted and there are a LOT of things that need fixing and tidying up.</p>
<p>The CamStudio CL source code should be on Sourceforge by the time you read this post, but it&#8217;s possible this version was based on the old 2.0 source code, so if you decide you&#8217;d like to help develop it further, you might need to use Dimi&#8217;s source as a &#8220;template&#8221; and recreate it using the existing 2.6.x source code as your starting point. <em>(I&#8217;ll get clarification from Dimi on this and post his answer here.)</em></p>
<p>CamStudio CL 0.1 Source Code Location:</p>
<p><a href="https://camstudio.svn.sourceforge.net" target="_blank">https://camstudio.svn.sourceforge.net</a></p>
<p>Path to repository: /svnroot/camstudio</p>
<p>I only know as much as you when it comes to CamStudio CL, so if you have any questions, send them to me at <a href="mailto:support@camstudio.org">support@camstudio.org</a> and once every 2 or 3 weeks I will send them to Dimi so he can reply and I&#8217;ll post his answers here.</p>
<p>A big shout out and thanks to Dimi for donating code back to the community.</p>
<p>Cheers and enjoy!</p>
<p>Nick <img src='http://camstudio.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/camstudio-command-line-v01-released/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CamStudio Lossless Codec V1.4 Released</title>
		<link>http://camstudio.org/blog/camstudio-lossless-codec-v14-released</link>
		<comments>http://camstudio.org/blog/camstudio-lossless-codec-v14-released#comments</comments>
		<pubDate>Tue, 07 Oct 2008 10:19:36 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[camstudio]]></category>
		<category><![CDATA[lossless codec]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/?p=44</guid>
		<description><![CDATA[CamStudio user Jard Y Dooku (otherwise known as Jake) sent me an email the other day saying he&#8217;d fixed the bug with the lossless codec that made the black bar appear when the width wasn&#8217;t divisible by 4.
So all being well you shouldn&#8217;t see the black bar appear on the screen any more.
It&#8217;s available to [...]]]></description>
			<content:encoded><![CDATA[<p>CamStudio user Jard Y Dooku (otherwise known as Jake) sent me an email the other day saying he&#8217;d fixed the bug with the lossless codec that made the black bar appear when the width wasn&#8217;t divisible by 4.</p>
<p>So all being well you shouldn&#8217;t see the black bar appear on the screen any more.</p>
<p>It&#8217;s available to download from here:</p>
<p><a href="http://sourceforge.net/project/downloading.php?group_id=131922&amp;use_mirror=internap&amp;filename=CamStudioCodec-1.4-w32.zip&amp;86020982">CamStudio 1.4 Codec</a> &lt;- Sourceforge link</p>
<p><a href="http://camstudio.org/CamStudioCodec14.zip">CamStudio 1.4 Codec</a> &lt;- CamStudio.org mirror<br />
(added after problems with SF, thanks to Jack for letting me know!)</p>
<p>There&#8217;s no EXE installer for it yet so You&#8217;ll need to extract the contents from the zipfile to a folder, right click the INF file and select Install from the context menu.</p>
<p><strong>UPDATE</strong>: Thanks to CamStudio user, Scott White, there&#8217;s now an installer for CamStudio Codec v1.4.</p>
<p>Here&#8217;s the download link:</p>
<p><a href="http://camstudio.org/CamStudioCodec14.exe">CamStudio 1.4 Codec &#8211; EXE Installer</a></p>
<p>More cool stuff coming soon.</p>
<p>Cheers</p>
<p>Nick <img src='http://camstudio.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/camstudio-lossless-codec-v14-released/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>URGENT &#8211; Beta Testers Needed</title>
		<link>http://camstudio.org/blog/new-source-code-beta-testers-needed</link>
		<comments>http://camstudio.org/blog/new-source-code-beta-testers-needed#comments</comments>
		<pubDate>Thu, 25 Sep 2008 09:31:54 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[camstudio beta tester]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/?p=37</guid>
		<description><![CDATA[Calling all coding geeks!
CamStudio user Tim McCarthy has spent a lot of his time over the last few days going through the source for the CamStudio Recorder program and has fixed a load of bugs and sorted out some of the (apparently) nightmare-inducing code.
It&#8217;s been uploaded to Sourceforge and is ready for people to compile [...]]]></description>
			<content:encoded><![CDATA[<p>Calling all coding geeks!</p>
<p>CamStudio user Tim McCarthy has spent a lot of his time over the last few days going through the source for the CamStudio Recorder program and has fixed a load of bugs and sorted out some of the (apparently) nightmare-inducing code.</p>
<p>It&#8217;s been uploaded to Sourceforge and is ready for people to compile into a working program.</p>
<p>And this is where I need your help &#8230;</p>
<p>I need coding geeks with Visual Studio 2008 (Professional, not Express) to compile the latest code to make sure it starts, stops, etc.</p>
<p>If you&#8217;re interested in helping out, let me know in the comments below.</p>
<p>The more, the merrier. As soon as I&#8217;ve set-up the Beta Testers mailing list, I&#8217;ll send you details of how to sign up for it.</p>
<p>Thanks for your help in advance.</p>
<p>Cheers</p>
<p>Nick <img src='http://camstudio.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>P.S. Got some cool news coming soon, thanks to a software engineer who works for a search engine company that starts with &#8220;G&#8221; and rhymes with &#8220;Shmoogle&#8221; &#8211; stay tuned!</p>
<p>EDIT: BTW, if you&#8217;d like to help but don&#8217;t have a copy of Visual Studio 8 Pro, you can download a free 90-day copy directly from Microsoft using this shortened link:</p>
<p>http://snipurl.com/vs2008trial  [download_microsoft_com]</p>
<p>It&#8217;s a 3.3GB ISO, so you&#8217;ll need to be patient and burn the image to a DVD using DeepBurner, Nero, etc.</p>
<p>EDIT #2: A great tip from Michael in the comments &#8211; Students can also get VS2008 Pro and other cool tools from Microsoft <strong>for free</strong> &#8211; check out Dreamspark at <a href="https://downloads.channel8.msdn.com" target="_blank">https://downloads.channel8.msdn.com</a>. Thanks Mike!</p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/new-source-code-beta-testers-needed/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>CamStudio 2.6 Source Code Now Available Via SourceForge SVN</title>
		<link>http://camstudio.org/blog/camstudio-26-source-code-now-available-via-sourceforge-svn</link>
		<comments>http://camstudio.org/blog/camstudio-26-source-code-now-available-via-sourceforge-svn#comments</comments>
		<pubDate>Wed, 02 Jul 2008 10:29:02 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/general/camstudio-26-source-code-now-available-via-sourceforge-svn</guid>
		<description><![CDATA[This is something I&#8217;ve been meaning to get done for months now, but finally I got around to getting some help.
Last month a CamStudio user, Carlo Lanzotti sent me a version of CamStudio with a number of fixes but he lost the full list of changes and fixes he made.
This is the list he sent [...]]]></description>
			<content:encoded><![CDATA[<p>This is something I&#8217;ve been meaning to get done for months now, but finally I got around to getting some help.</p>
<p>Last month a CamStudio user, Carlo Lanzotti sent me a version of CamStudio with a number of fixes but he lost the full list of changes and fixes he made.</p>
<p>This is the list he sent me:</p>
<p>[BUG FIXES]</p>
<p>- Fixed the option saving bug, now all the options in the configuration  dialogs are saved correctly.</p>
<p>- Fixed the swf/html generation bug that created an html file with bad  height/width.</p>
<p>- Fixed minor/major bugs here and there.</p>
<p>[NEW FEATURES]</p>
<p>- Added Support for compiling with Microsoft Visual Studio 2005 (Should  work on the Express too). Just open the vscap.sln and build it.</p>
<p>- Added a basic setup script for use with InnoSetup 5.x (<a href="http://www.innosetup.com/" class="moz-txt-link-abbreviated">www.innosetup.com</a>).</p>
<p>He also made a good point &#8230;</p>
<blockquote><p><em>Some other changes and bug fixes where made but unfortunately the full  list where lost. Better to use a source code version control for future  development (e.g. svn). (Maybe there is already something like this?) </em></p></blockquote>
<p>This prompted me to finally pull my finger out and get this setup.</p>
<p>So, for all you coders out there who&#8217;d like to start playing properly &#8211; now&#8217;s your chance.</p>
<p><a href="http://sourceforge.net/svn/?group_id=131922" target="_blank">http://sourceforge.net/svn/?group_id=131922</a></p>
<p>This version should be thought of as V2.6 &#8211; even though it&#8217;s still showing as 2.5, so please amend your code and binaries accordingly.</p>
<p>Any fixes and features you&#8217;ve added to the 2.0 and 2.5 sources may need to be applied to 2.6.</p>
<p>Sorry it took so long to set this up, but I&#8217;m looking forward to seeing what you guys and can now.</p>
<p>Cheers</p>
<p>Nick <img src='http://camstudio.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/camstudio-26-source-code-now-available-via-sourceforge-svn/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Possible Workaround For &#8220;Waveout&#8221; Error on Vista?</title>
		<link>http://camstudio.org/blog/possible-workaround-for-waveout-error-on-vista</link>
		<comments>http://camstudio.org/blog/possible-workaround-for-waveout-error-on-vista#comments</comments>
		<pubDate>Fri, 14 Mar 2008 09:52:33 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/general/possible-workaround-for-waveout-error-on-vista</guid>
		<description><![CDATA[&#8220;mcclenj&#8221; just posted this as a comment, which I thought I&#8217;d post here so everyone can see it &#8230;
Okay, this is TOTALLY the solution for Vista users, anyone who gets the &#8220;WaveoutGet&#8230;blah blah&#8221; error, who only hears static on the audio, etc.  At least it worked for me.
All you gotta do is open up [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;mcclenj&#8221; just posted this as a comment, which I thought I&#8217;d post here so everyone can see it &#8230;</p>
<blockquote><p>Okay, this is TOTALLY the solution for Vista users, anyone who gets the &#8220;WaveoutGet&#8230;blah blah&#8221; error, who only hears static on the audio, etc.  At least it worked for me.</p>
<p>All you gotta do is open up your Sound control panel, click on the &#8220;Recording&#8221; tab, then right-click anywhere in the menu that shows all your recording devices.  You should see the options &#8220;Show Disabled Devices&#8221; and &#8220;Show Disconnected Devices&#8221; each with or without a check-mark.  Make it so that both of these are checked, especially Disabled Devices, and a new item should appear, the &#8220;Stereo Mix&#8221;.  Once that&#8217;s enabled, and your other microphone(s) are disabled, CamStudio works FINE as if it was recording from speakers.</p>
<p>AWESOME.  And I&#8217;m totally un-technologically savvy, just lucked onto this, so take that all you programmers and dorks.  That is, if it works for anybody else.</p></blockquote>
<p>OK, peeps &#8211; is &#8220;mcclenj&#8221; a superstar or does he suck like a Dyson on steroids? Test the method and vote below &#8230; <img src='http://camstudio.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>P.S. Got some really cool news coming soon &#8211; keep &#8216;em peeled &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/possible-workaround-for-waveout-error-on-vista/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>We&#8217;re Back &#8211; WAHOOO!</title>
		<link>http://camstudio.org/blog/were-back-wahooo</link>
		<comments>http://camstudio.org/blog/were-back-wahooo#comments</comments>
		<pubDate>Fri, 18 Jan 2008 00:11:08 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/general/were-back-wahooo</guid>
		<description><![CDATA[Sorry about the extended downtime &#8230;
Turns out my webhost thought one of their MySQL servers had suffered a hack and promptly shut it down.
Unfortunately all my websites using blogs (CamStudio too) and anything remotely dynamic used that database server and so everything went dark &#8211; including my mailing list software, so I couldn&#8217;t even update [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry about the extended downtime &#8230;</p>
<p>Turns out my webhost thought one of their MySQL servers had suffered a hack and promptly shut it down.</p>
<p>Unfortunately all my websites using blogs (CamStudio too) and anything remotely dynamic used that database server and so everything went dark &#8211; including my mailing list software, so I couldn&#8217;t even update everyone as to what was going on.</p>
<p>Anyway &#8230;</p>
<p>We&#8217;re back online now and I&#8217;ll look into moving my mailing list onto another service so I can keep you in the loop.</p>
<p>Apologies, once again.</p>
<p>Cheers</p>
<p>Nick <img src='http://camstudio.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/were-back-wahooo/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CamStudio Forum Is Open</title>
		<link>http://camstudio.org/blog/camstudio-forum-is-open</link>
		<comments>http://camstudio.org/blog/camstudio-forum-is-open#comments</comments>
		<pubDate>Sun, 16 Dec 2007 12:13:42 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/general/camstudio-forum-is-open</guid>
		<description><![CDATA[Okey Doke &#8211; you wanted it, so here it is:
http://camstudio.org/forum
Right now, members are manually approved so it might take 24 hours-ish to be granted access.
I&#8217;m still getting to grips with the Vanilla forum software so you might see some changes as new features and functions are added.
Anyone interested in becoming a moderator, reply here and [...]]]></description>
			<content:encoded><![CDATA[<p>Okey Doke &#8211; you wanted it, so here it is:</p>
<p><a href="http://camstudio.org/forum">http://camstudio.org/forum</a></p>
<p>Right now, members are manually approved so it might take 24 hours-ish to be granted access.</p>
<p>I&#8217;m still getting to grips with the Vanilla forum software so you might see some changes as new features and functions are added.</p>
<p>Anyone interested in becoming a moderator, reply here and I&#8217;ll be in touch.</p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/camstudio-forum-is-open/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>A Forum For CamStudio &#8211; Do You Want One?</title>
		<link>http://camstudio.org/blog/a-forum-for-camstudio-do-you-want-one</link>
		<comments>http://camstudio.org/blog/a-forum-for-camstudio-do-you-want-one#comments</comments>
		<pubDate>Tue, 27 Nov 2007 10:13:06 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/general/a-forum-for-camstudio-do-you-want-one</guid>
		<description><![CDATA[A few people have asked before if I&#8217;m going to put up a forum but I want to make sure it&#8217;s something that users and visitors genuinely want, so now is your chance to tell me &#8230; do you want one?
]]></description>
			<content:encoded><![CDATA[<p>A few people have asked before if I&#8217;m going to put up a forum but I want to make sure it&#8217;s something that users and visitors genuinely want, so now is your chance to tell me &#8230; do you want one?</p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/a-forum-for-camstudio-do-you-want-one/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Camtasia Studio 3.1 Legally For Free!</title>
		<link>http://camstudio.org/blog/camtasia-studio-31-legally-for-free</link>
		<comments>http://camstudio.org/blog/camtasia-studio-31-legally-for-free#comments</comments>
		<pubDate>Fri, 23 Nov 2007 09:43:11 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/general/camtasia-studio-31-legally-for-free</guid>
		<description><![CDATA[Hey all
Check this out:
http://pctutorials.at3host.com/camtasia.html (thanks to johnk42 for the link)
If you need a full-on recording and editing application, this will do the job, plus you can use the Techsmith Codec in CamStudio.
If you use this info, please feel free to show your appreciation [cough]donate[cough] &#8230;
Enjoy!
BAD NEWS UPDATE: Looks like Techsmith have pulled the offer &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><s>Hey all</s></p>
<p><s>Check this out:</s></p>
<p><s><a href="http://pctutorials.at3host.com/camtasia.html" target="_blank">http://pctutorials.at3host.com/camtasia.html</a> (thanks to johnk42 for the link)</s></p>
<p><s>If you need a full-on recording and editing application, this will do the job, plus you can use the Techsmith Codec in CamStudio.</s></p>
<p><s>If you use this info, please feel free to show your appreciation [cough]donate[cough] &#8230;</s></p>
<p><s>Enjoy!</s></p>
<p><strong>BAD NEWS UPDATE: Looks like Techsmith have pulled the offer &#8211; sorry peeps!</strong> <img src='http://camstudio.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/camtasia-studio-31-legally-for-free/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; How To Pan And Zoom In CamStudio</title>
		<link>http://camstudio.org/blog/tutorial-how-to-pan-and-zoom-in-camstudio</link>
		<comments>http://camstudio.org/blog/tutorial-how-to-pan-and-zoom-in-camstudio#comments</comments>
		<pubDate>Fri, 14 Sep 2007 13:39:12 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://camstudio.org/blog/tutorials/tutorial-how-to-pan-and-zoom-in-camstudio</guid>
		<description><![CDATA[Here&#8217;s a quick video showing how to obtain pan and zoom effects with CamStudio.
Panning is built into CamStudio, but zooming isn&#8217;t (yet!) so in the meantime, I used a freeware third-party application called Magnifying Glass which you can get from http://www.workerscollection.com

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick video showing how to obtain pan and zoom effects with CamStudio.</p>
<p>Panning is built into CamStudio, but zooming isn&#8217;t (yet!) so in the meantime, I used a freeware third-party application called Magnifying Glass which you can get from <a href="http://www.workerscollection.com" target="_blank">http://www.workerscollection.com</a></p>
<p><center><script src="http://flash.revver.com/player/1.0/player.js?mediaId:396622;affiliateId:89729;height:392;width:480;" type="text/javascript"></script></center></p>
]]></content:encoded>
			<wfw:commentRss>http://camstudio.org/blog/tutorial-how-to-pan-and-zoom-in-camstudio/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
