<?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>The Don&#039;s Craptastic World</title>
	<atom:link href="http://www.donsalva.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.donsalva.com</link>
	<description>A meta-level binary dude embedded to a multimedia proxy world!</description>
	<lastBuildDate>Mon, 30 Aug 2010 18:16:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>VirtualDub: How to prevent asynchronous sound</title>
		<link>http://www.donsalva.com/virtualdub-how-to-prevent-fix-asynchronous-sound/</link>
		<comments>http://www.donsalva.com/virtualdub-how-to-prevent-fix-asynchronous-sound/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 18:15:45 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[asynchron]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vdub]]></category>
		<category><![CDATA[virtualdub]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=1000</guid>
		<description><![CDATA[According to some comments here, here and in some of the Emails I get people sometime experience asynchronous sound. As I have speculated here, this is most likely due the CPU being overwhelmed with the whole encoding process. Let me try to explain, and bear in mind, this is just speculation based on nothing but [...]

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/' rel='bookmark' title='Permanent Link: Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips'>Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips</a></li>
<li><a href='http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/' rel='bookmark' title='Permanent Link: VirtualDub 720p HD settings for YouTube! [Good quality, small file size]'>VirtualDub 720p HD settings for YouTube! [Good quality, small file size]</a></li>
<li><a href='http://www.donsalva.com/virtualdub-how-to-split-and-merge-video-files/' rel='bookmark' title='Permanent Link: VirtualDub: How to split and merge video files'>VirtualDub: How to split and merge video files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>According to some comments <a href="http://www.donsalva.com/virtualdub-720p-hd-settings-youtube">here</a>, <a href="http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/">here</a> and in some of the Emails I get people sometime experience asynchronous sound. As I have speculated <a href="http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/comment-page-1/#comment-4037">here</a>, this is most likely due the CPU being overwhelmed with the whole encoding process. Let me try to explain, and bear in mind, this is just speculation based on nothing but my own suspicions.</p>
<p>When you set the threads in the x264 codec to fully utilize your CPU, meaning all cores, and then some, you make sure the CPU is working at its maximum capacity just for video processing.</p>
<p>If you then add audio to the pile, the CPU just hasn't got any resources to spare, and if it does, it does a miserable job, thus resulting in lag which translates in asynchronous sound.</p>
<p>If that is the case, lowering the numbers of threads in the x264 codec should fix it. This way you can have both audio and video encoding in one go. I haven't tried this method, because I employ a different solution.<span id="more-1000"></span></p>
<p><strong>How I do it:</strong></p>
<p>I process video and audio separately. First I encode/transcode the video, leaving the audio in its original form. Then I encode the audio and overwrite it.</p>
<p>Let say we have recorded a video and named this video myvideo_unedited.avi .</p>
<p>Transcode/Encode your <em>myvideo_unedited.avi</em> according to <a href="http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/">this</a> or <a href="http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/">this</a> BUT leave "Audio" at "Direct Stream copy". DO NOT change it like suggested in the aforementioned links and name this new video for instance <em>transcoded-myvideo_RAWAUDIO.avi</em>.</p>
<p>Now open <em>transcoded-myvideo_RAWAUDIO.avi</em> and set your "Video" to "Direct Stream copy". In "Audio" you set it to "Full Processing Mode". Go on and set your "Compression", "Volume", and other settings to your liking and save this new sound via "File"-&gt;"Save WAV...". The WAV-file is called the same as the video, in this case it'll be <em>transcoded-myvideo_RAWAUDIO.wav.</em></p>
<p>Now set your "Audio" to "Direct Stream copy", and click "Audio from another file..." and select the <em>new transcoded-myvideo_RAWAUDIO.wav</em> and save this new video with its new audio via "File"-&gt;"Save as AVI..." and name it for example <em>myvideo_final.avi</em>.</p>
<p><br class="spacer_" /></p>
<p>You're surely asking why I'm doing this stupid extra work, when I can just lower the threads and be possibly done with it. The answer is transcoding/encoding speed. Lowering the threads in the x264 codec translates into longer transcoding time. Processing video needs much, much more time, than processing sound does.</p>
<p>Say for example, if I were to encode a 15 min. video, and I'd lower the threads just so I can process sound and video in one go, the whole process might take me maybe 1 hour, 30 min. If I encode video first, and leave the sound alone, the process takes me about 1 hour to complete. Then I process the sound alone which takes about 10 seconds. After that I merge both and I'm done in 1 hour and 5 min. That's 25 minutes shaved off.</p>
<div class="shr-publisher-1000"></div>

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/' rel='bookmark' title='Permanent Link: Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips'>Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips</a></li>
<li><a href='http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/' rel='bookmark' title='Permanent Link: VirtualDub 720p HD settings for YouTube! [Good quality, small file size]'>VirtualDub 720p HD settings for YouTube! [Good quality, small file size]</a></li>
<li><a href='http://www.donsalva.com/virtualdub-how-to-split-and-merge-video-files/' rel='bookmark' title='Permanent Link: VirtualDub: How to split and merge video files'>VirtualDub: How to split and merge video files</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/virtualdub-how-to-prevent-fix-asynchronous-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualDub: How to split and merge video files</title>
		<link>http://www.donsalva.com/virtualdub-how-to-split-and-merge-video-files/</link>
		<comments>http://www.donsalva.com/virtualdub-how-to-split-and-merge-video-files/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 17:27:20 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vdub]]></category>
		<category><![CDATA[virtualdub]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=988</guid>
		<description><![CDATA[Folks have been asking me here, here and on my YouTube channel how to split a single movie file into multiple ones, and how to merge multiple ones into a single movie. I made 2 How-to clips way back then, but somehow forgot to include them in my previous tutorials, so here they are: How [...]

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/' rel='bookmark' title='Permanent Link: Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips'>Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips</a></li>
<li><a href='http://www.donsalva.com/virtualdub-how-to-prevent-fix-asynchronous-sound/' rel='bookmark' title='Permanent Link: VirtualDub: How to prevent asynchronous sound'>VirtualDub: How to prevent asynchronous sound</a></li>
<li><a href='http://www.donsalva.com/simple-text-and-movie-effects-made-easily-with-sony-vegas-movie-studio/' rel='bookmark' title='Permanent Link: Simple Text- and Movie-effects made easily with Sony Vegas Movie Studio'>Simple Text- and Movie-effects made easily with Sony Vegas Movie Studio</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Folks have been asking me <a href="http://www.donsalva.com/virtualdub-720p-hd-settings-youtube">here</a>, <a href="http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/">here</a> and on my YouTube channel how to split a single movie file into multiple ones, and how to merge multiple ones into a single movie.</p>
<p>I made 2 How-to clips way back then, but somehow forgot to include them in my previous tutorials, so here they are:</p>
<p><strong>How To: Split a single video file into multiple video files with VirtualDub</strong><br />
 <!--[Fast Tube]--><span id="Gd_tTVpBRWI" style="display:block;"><a title="Click here to watch this video!" href="http://www.donsalva.com/virtualdub-how-to-split-and-merge-video-files/#Gd_tTVpBRWI"><img src="http://i.ytimg.com/vi/Gd_tTVpBRWI/0.jpg" alt="Fast Tube" border="0" width="320" height="240" /></a></span><!--[/Fast Tube]--></p>
<p><strong>How To: Add multiple video files into one single one with VirtualDub</strong><br />
 <!--[Fast Tube]--><span id="I9eM7ikdwjU" style="display:block;"><a title="Click here to watch this video!" href="http://www.donsalva.com/virtualdub-how-to-split-and-merge-video-files/#I9eM7ikdwjU"><img src="http://i.ytimg.com/vi/I9eM7ikdwjU/0.jpg" alt="Fast Tube" border="0" width="320" height="240" /></a></span><!--[/Fast Tube]--></p>
<div class="shr-publisher-988"></div>

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/' rel='bookmark' title='Permanent Link: Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips'>Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips</a></li>
<li><a href='http://www.donsalva.com/virtualdub-how-to-prevent-fix-asynchronous-sound/' rel='bookmark' title='Permanent Link: VirtualDub: How to prevent asynchronous sound'>VirtualDub: How to prevent asynchronous sound</a></li>
<li><a href='http://www.donsalva.com/simple-text-and-movie-effects-made-easily-with-sony-vegas-movie-studio/' rel='bookmark' title='Permanent Link: Simple Text- and Movie-effects made easily with Sony Vegas Movie Studio'>Simple Text- and Movie-effects made easily with Sony Vegas Movie Studio</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/virtualdub-how-to-split-and-merge-video-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make your Firefox load faster!</title>
		<link>http://www.donsalva.com/make-your-firefox-load-faster/</link>
		<comments>http://www.donsalva.com/make-your-firefox-load-faster/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 23:26:46 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[faster]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=861</guid>
		<description><![CDATA[Me dad was complaining that his Firefox takes ages to start up and didn't want to run yet another application in the background. So I hit google and came up with UPX, Ultimate Packer for eXecutables. What it does, is very simple: It compresses the .exe and all the DLLs associated with said .exe! Thus [...]

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/firefox-3-x-speed-it-up-vacuuming-sqlite-database/' rel='bookmark' title='Permanent Link: Using Firefox 3.x? Speed it up by vacuuming its SQLite database!'>Using Firefox 3.x? Speed it up by vacuuming its SQLite database!</a></li>
<li><a href='http://www.donsalva.com/5-easy-to-do-tweaks-to-make-your-firefox-faster/' rel='bookmark' title='Permanent Link: 5 easy-to-do tweaks to make your Firefox faster!'>5 easy-to-do tweaks to make your Firefox faster!</a></li>
<li><a href='http://www.donsalva.com/firefox-35-add-ons-round-up/' rel='bookmark' title='Permanent Link: Firefox 3.5 Add-Ons Round-up!'>Firefox 3.5 Add-Ons Round-up!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Me dad was complaining that his Firefox takes ages to start up and didn't want to run yet another application in the background.</p>
<p>So I hit google and came up with <a href="http://upx.sourceforge.net/">UPX</a>, <strong>U</strong>ltimate <strong>P</strong>acker for e<strong>X</strong>ecutables.  What it does, is very simple: It compresses the .exe and all the DLLs  associated with said .exe! Thus reducing its total size and load time.</p>
<ol>
<li>Download UPX and unpack the upx.exe into your Firefox folder, usually it's C:\Program Files\Mozilla Firefox.</li>
<li>Close Firefox, and make sure its not running by checking the task manager</li>
<li>Start the command prompt, the cmd.exe in ADMIN MODE!</li>
<li>go to C:\Program Files\Mozilla Firefox in cmd.exe</li>
<li>enter this command and execute it<br />
 <em><strong><code>for %v in (*.dll *.exe </code><code>plugins</code><code>\*.dll components\*.dll) do upx "C:\Program Files\Mozilla Firefox\%v" -9</code></strong></em></li>
</ol>
<p>Should you, for whatever reason, need to decompress and get the original files back, run this command<br />
 <em><strong><code>for %v in (*.dll *.exe plugins\*.dll components\*.dll) do upx "C:\Program Files\Mozilla Firefox\%v" -d</code></strong></em></p>
<p><strong>What does it do?</strong><br />
 It compresses all the DLLs and all the *.exe in C:\Program Files\Mozilla Firefox, then it goes to C:\Program Files\Mozilla Firefox\plugins and compresses all the DLLs, lastly it goes to C:\Program Files\Mozilla Firefox\components and compresses the DLLs in there. The -9 is for the best possible compression. The -d is for decompression.</p>
<p>My dad's Firefox folder went from <a href="http://www.abload.de/img/screenshot_001m8lq.png">31 MB</a> down to <a href="http://www.abload.de/img/screenshot_002gwzc.png">20 MB</a>. A 35% save!</p>
<p><strong>The best bit?</strong><br />
 UPX is usable on any other application you have. As long as they have *.exe and DLLs, you can use UPX on it.</p>
<div class="shr-publisher-861"></div>

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/firefox-3-x-speed-it-up-vacuuming-sqlite-database/' rel='bookmark' title='Permanent Link: Using Firefox 3.x? Speed it up by vacuuming its SQLite database!'>Using Firefox 3.x? Speed it up by vacuuming its SQLite database!</a></li>
<li><a href='http://www.donsalva.com/5-easy-to-do-tweaks-to-make-your-firefox-faster/' rel='bookmark' title='Permanent Link: 5 easy-to-do tweaks to make your Firefox faster!'>5 easy-to-do tweaks to make your Firefox faster!</a></li>
<li><a href='http://www.donsalva.com/firefox-35-add-ons-round-up/' rel='bookmark' title='Permanent Link: Firefox 3.5 Add-Ons Round-up!'>Firefox 3.5 Add-Ons Round-up!</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/make-your-firefox-load-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualDub: How to watermark your videos</title>
		<link>http://www.donsalva.com/virtualdub-howto-watermark-your-videos/</link>
		<comments>http://www.donsalva.com/virtualdub-howto-watermark-your-videos/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 09:07:48 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vdub]]></category>
		<category><![CDATA[virtualdub]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=836</guid>
		<description><![CDATA[There are many folks out there who like to watermark their videos in all possible kind of ways. Some like to use huge introductions and others, like me, are satisfied with small but noninvasive logos. Before we start, you'll obviously need VirtualDub, and in this case for the watermark to work, the ffdshow codec. Yes, [...]

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/virtualdub-how-to-prevent-fix-asynchronous-sound/' rel='bookmark' title='Permanent Link: VirtualDub: How to prevent asynchronous sound'>VirtualDub: How to prevent asynchronous sound</a></li>
<li><a href='http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/' rel='bookmark' title='Permanent Link: Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips'>Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips</a></li>
<li><a href='http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/' rel='bookmark' title='Permanent Link: VirtualDub 720p HD settings for YouTube! [Good quality, small file size]'>VirtualDub 720p HD settings for YouTube! [Good quality, small file size]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are many folks out there who like to watermark their videos in all possible kind of ways. Some like to use huge introductions and others, like me, are satisfied with small but noninvasive logos.</p>
<p>Before we start, you'll obviously need <a href="http://www.virtualdub.org/">VirtualDub</a>, and in this case for the watermark to work, the <a href="http://ffdshow-tryout.sourceforge.net/">ffdshow codec</a>. Yes, I'm afraid, yet another codec. You need this codec, because it provides filters we need, such as implanting the logo into a video. The ffdshow codec installs a plugin called "ffvdub.vdf" into your VirtualDub plugin directory. This plugin allows the access to ffdshows filters via VirtualDub.</p>
<p>VirtualDub has it's <a href="http://www.donsalva.com/blog/wp-content/uploads/2010/08/VirtualDub_Logofilter_internal.png">own internal logo filter</a>, but the problem with this filter is it leaves a mess after encoding. The logo is barely readable, it's pixellated and all other sort of issues. Whereas the ffdshow filter leave a clear, readable logo instead.<span id="more-836"></span></p>
<p>Open your video, set your VirtualDub up to do whatever encoding your need. Here are <a href="http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/">two</a> <a href="http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/">ideas</a>. Now comes the logo part.</p>
<p><span style="text-decoration: underline;"><strong><br />
 Adding a logo to a video</strong></span></p>
<p>Open up Video -&gt; Filters and add the filter "ffvdub" from Milan Cutka:</p>
<p><a rel="vdub-logo" href="http://www.abload.de/img/vdub_logo_externalc3sz.png"><img title="VirtualDub: ffdshow filter" src="http://www.abload.de/img/vdub_logo_external_thul35z.jpg" alt="" width="350" height="154" /></a></p>
<p><br class="spacer_" /></p>
<p>Now a new window will appear where all the available ffdshow filters are listed:</p>
<p><a rel="vdub-logo" href="http://www.abload.de/img/vdub_logo_ffdshow84uq.png"><img class="alignnone" title="VirtualDub: ffdshow logo filter" src="http://www.abload.de/img/vdub_logo_ffdshow_thum60c0.jpg" alt="" width="295" height="247" /></a></p>
<p>You're looking for the filter "Bitmap overlay". Enable it. Now select your *.bmp logo, place it to your liking via horizontal/vertical position and "Alignment". Experiment with "Mode" and "Opacity". Don't forget to enable preview it.</p>
<p><a rel="vdub-logo" href="http://www.abload.de/img/screenshot_001zjip.jpg"><img class="alignnone" style="border: 0pt none;" title="VirtualDub: ffdshow logo filter" src="http://www.abload.de/img/screenshot_001_thumb6m4q.jpg" alt="VirtualDub: ffdshow logo filter" width="300" height="181" /></a></p>
<p>If you don't have a *.bmp logo or don't want to waste a lot of time, you can use the <a href="http://www.donsalva.com/blog/wp-content/uploads/2010/08/logo_template.png">logo template</a> I made a while back.</p>
<p>It's very important in what order the filters are listed! For example in the screenshot you see "Resize &amp; aspect" followed by "Sharpen" followed by "Bitmap overlay". Although Resize and Sharpen are deactivated, if they were all enabled then the video FIRST is resized, THEN sharpened, THEN the logo is applied in this order.</p>
<p>This way the logo remains unaffected by Resize and Sharpen and retains its original quality (but in the end will ultimately be affected on how you set up your compression settings).</p>
<p>Here's how my logo looks: <a href="http://www.youtube.com/watch?v=SFBM5q98mwc">http://www.youtube.com/watch?v=SFBM5q98mwc</a> (in the bottom right corner)</p>
<div class="shr-publisher-836"></div>

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/virtualdub-how-to-prevent-fix-asynchronous-sound/' rel='bookmark' title='Permanent Link: VirtualDub: How to prevent asynchronous sound'>VirtualDub: How to prevent asynchronous sound</a></li>
<li><a href='http://www.donsalva.com/fraps-virtualdub-save-disk-space-good-quality-small-filesize/' rel='bookmark' title='Permanent Link: Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips'>Fraps &#038; VirtualDub: How to save disk space and enjoy good quality, small file size HD video clips</a></li>
<li><a href='http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/' rel='bookmark' title='Permanent Link: VirtualDub 720p HD settings for YouTube! [Good quality, small file size]'>VirtualDub 720p HD settings for YouTube! [Good quality, small file size]</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/virtualdub-howto-watermark-your-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 essential web-services for any web-designer &amp; web-master!</title>
		<link>http://www.donsalva.com/essential-webservices-for-webdesigner-webmaster/</link>
		<comments>http://www.donsalva.com/essential-webservices-for-webdesigner-webmaster/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 20:08:48 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[webdesigner]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=823</guid>
		<description><![CDATA[There are 2 online tools I find myself using quite often and whose, in my opinion, should be in any utility belt of any web-designer and web-master. WebPagetest, a site where it test the load time of your page and analyzes what loads, how long it loads, and even gives suggestion on how to improve [...]

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/url-shortening/' rel='bookmark' title='Permanent Link: Shorten your URL &#8211;  A small collection of URL shortening services'>Shorten your URL &#8211;  A small collection of URL shortening services</a></li>
<li><a href='http://www.donsalva.com/mircoblogging-twitter-identica/' rel='bookmark' title='Permanent Link: Mircoblogging, it ain&#8217;t so bad! Or is it?'>Mircoblogging, it ain&#8217;t so bad! Or is it?</a></li>
<li><a href='http://www.donsalva.com/firefox-3-x-speed-it-up-vacuuming-sqlite-database/' rel='bookmark' title='Permanent Link: Using Firefox 3.x? Speed it up by vacuuming its SQLite database!'>Using Firefox 3.x? Speed it up by vacuuming its SQLite database!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are 2 online tools I find myself using quite often and whose, in my opinion, should be in any utility belt of any web-designer and web-master.</p>
<p><a href="http://www.webpagetest.org/">WebPagetest</a>, a site where it test the load time of your page and analyzes what loads, how long it loads, and even gives suggestion on how to improve it.</p>
<p>And of course the most important one: <a href="http://browsershots.org/">Browsershots</a>. Ever wondered how your website looks in Opera 8? Or IE 6? Or any other dozen browsers out there? You don't have to install 10 browsers to find it out. This webservice takes care of it for you by taking screenshots in each browser and uploading said screenshots upon completion.</p>
<div class="shr-publisher-823"></div>

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/url-shortening/' rel='bookmark' title='Permanent Link: Shorten your URL &#8211;  A small collection of URL shortening services'>Shorten your URL &#8211;  A small collection of URL shortening services</a></li>
<li><a href='http://www.donsalva.com/mircoblogging-twitter-identica/' rel='bookmark' title='Permanent Link: Mircoblogging, it ain&#8217;t so bad! Or is it?'>Mircoblogging, it ain&#8217;t so bad! Or is it?</a></li>
<li><a href='http://www.donsalva.com/firefox-3-x-speed-it-up-vacuuming-sqlite-database/' rel='bookmark' title='Permanent Link: Using Firefox 3.x? Speed it up by vacuuming its SQLite database!'>Using Firefox 3.x? Speed it up by vacuuming its SQLite database!</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/essential-webservices-for-webdesigner-webmaster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create your own &#8220;perfect&#8221; password!</title>
		<link>http://www.donsalva.com/create-your-own-perfect-password/</link>
		<comments>http://www.donsalva.com/create-your-own-perfect-password/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 13:05:50 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[KeePass]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=747</guid>
		<description><![CDATA[Recently I've read some articles about the most insecure and most used passwords folks use. Boy, I gotta say, it's mind numbing just how stupid some folks are, sorry to be harsh. I for one create my passwords through my own convenient "algorithm" if you want to call it that, so I can remember even [...]

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/firefox-35-add-ons-round-up/' rel='bookmark' title='Permanent Link: Firefox 3.5 Add-Ons Round-up!'>Firefox 3.5 Add-Ons Round-up!</a></li>
<li><a href='http://www.donsalva.com/say-no-to-keyloggers-trojans-virus-malware/' rel='bookmark' title='Permanent Link: Say NAY to Key loggers, Trojans, Viruses, Worms &#39;n more!'>Say NAY to Key loggers, Trojans, Viruses, Worms &#39;n more!</a></li>
<li><a href='http://www.donsalva.com/stop-spam-temporary-disposable-mail/' rel='bookmark' title='Permanent Link: Stop Spam, use temporary and disposable mail inboxes!'>Stop Spam, use temporary and disposable mail inboxes!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently I've read <a href="http://www.whatsmypass.com/the-top-500-worst-passwords-of-all-time">some</a> <a href="http://www.tomshardware.com/news/imperva-rockyou-most-common-passwords,9486.html">articles</a> about the most insecure and most used passwords folks use. Boy, I gotta say, it's mind numbing just how stupid some folks are, sorry to be harsh.</p>
<p>I for one create my passwords through my own convenient "algorithm" if you want to call it that, so I can remember even 20 characters long passwords with numbers, letters and special letters.</p>
<p>Or you could simply go to <a href="https://www.grc.com/passwords.htm">https://www.grc.com/passwords.htm</a> and be done with it. Yes, this site is secure, it's using https, and the passwords generated there ARE very strong. Start using your heads folks, don't get f'ked because y'all are too lazy!</p>
<p>And if you can't remember each password you're using, use <a href="http://keepass.info/download.html">KeePass</a>, store your passwords there, set a unique password you <strong><span style="text-decoration: underline;">won't ever forget</span></strong> for your password database and either burn it on a DVD or better yet, use a password-ed flash drive.</p>
<p>Yes, I'm aware of the irony. A password for the flash drive and a password for the password database!</p>
<p>Just for the fun of it, <a href="http://howsecureismypassword.net/">test how secure your password is</a>.</p>
<div class="shr-publisher-747"></div>

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/firefox-35-add-ons-round-up/' rel='bookmark' title='Permanent Link: Firefox 3.5 Add-Ons Round-up!'>Firefox 3.5 Add-Ons Round-up!</a></li>
<li><a href='http://www.donsalva.com/say-no-to-keyloggers-trojans-virus-malware/' rel='bookmark' title='Permanent Link: Say NAY to Key loggers, Trojans, Viruses, Worms &#39;n more!'>Say NAY to Key loggers, Trojans, Viruses, Worms &#39;n more!</a></li>
<li><a href='http://www.donsalva.com/stop-spam-temporary-disposable-mail/' rel='bookmark' title='Permanent Link: Stop Spam, use temporary and disposable mail inboxes!'>Stop Spam, use temporary and disposable mail inboxes!</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/create-your-own-perfect-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube increases Upload limit to 15 mintues!</title>
		<link>http://www.donsalva.com/youtube-increases-upload-limit-to-15-mintues/</link>
		<comments>http://www.donsalva.com/youtube-increases-upload-limit-to-15-mintues/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:15:54 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[15 minutes]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=742</guid>
		<description><![CDATA[Just a friendly reminder. As of 29th July 2010, YouTube increased their Upload limit from 10 to 15 minutes! Finally! Cheers! Related posts:VirtualDub 720p HD settings for YouTube! [Good quality, small file size]

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/' rel='bookmark' title='Permanent Link: VirtualDub 720p HD settings for YouTube! [Good quality, small file size]'>VirtualDub 720p HD settings for YouTube! [Good quality, small file size]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just a friendly reminder. As of 29th July 2010, YouTube increased their Upload limit <a href="http://youtube-global.blogspot.com/2010/07/upload-limit-increases-to-15-minutes.html">from 10 to 15</a> minutes! Finally!</p>
<p>Cheers!</p>
<div class="shr-publisher-742"></div>

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/' rel='bookmark' title='Permanent Link: VirtualDub 720p HD settings for YouTube! [Good quality, small file size]'>VirtualDub 720p HD settings for YouTube! [Good quality, small file size]</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/youtube-increases-upload-limit-to-15-mintues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start Up Firefox in Private Browsing mode!</title>
		<link>http://www.donsalva.com/start-up-firefox-in-private-browsing-mode/</link>
		<comments>http://www.donsalva.com/start-up-firefox-in-private-browsing-mode/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 18:07:20 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[private browsing]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=737</guid>
		<description><![CDATA[If you're one of the paranoid ones, like me, and are tired to constantly start up your Firefox and change to private browsing, here's an easy solution! 1. enter "about:config" without the " in your URL bar 2. search for "browser.privatebrowsing.autostart" 3. change false to true 4. ??? 5. Profit If browser.privatebrowsing.autostart doesn't exist, then [...]

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/force-firefox-add-ons-to-work-with-firefox-3-6-betas/' rel='bookmark' title='Permanent Link: Force Firefox Add-ons to work with Firefox 3.6 betas!'>Force Firefox Add-ons to work with Firefox 3.6 betas!</a></li>
<li><a href='http://www.donsalva.com/5-easy-to-do-tweaks-to-make-your-firefox-faster/' rel='bookmark' title='Permanent Link: 5 easy-to-do tweaks to make your Firefox faster!'>5 easy-to-do tweaks to make your Firefox faster!</a></li>
<li><a href='http://www.donsalva.com/firefox-3-x-speed-it-up-vacuuming-sqlite-database/' rel='bookmark' title='Permanent Link: Using Firefox 3.x? Speed it up by vacuuming its SQLite database!'>Using Firefox 3.x? Speed it up by vacuuming its SQLite database!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you're one of the paranoid ones, like me, and are tired to constantly start up your Firefox and change to private browsing, here's an easy solution!</p>
<p>1. enter "about:config" without the " in your URL bar<br />
 2. search for "browser.privatebrowsing.autostart"<br />
 3. change false to true<br />
 4. ???<br />
 5. Profit</p>
<p>If browser.privatebrowsing.autostart doesn't exist, then create a new boolean string called just that and set it to true!</p>
<p>Enjoy!</p>
<div class="shr-publisher-737"></div>

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/force-firefox-add-ons-to-work-with-firefox-3-6-betas/' rel='bookmark' title='Permanent Link: Force Firefox Add-ons to work with Firefox 3.6 betas!'>Force Firefox Add-ons to work with Firefox 3.6 betas!</a></li>
<li><a href='http://www.donsalva.com/5-easy-to-do-tweaks-to-make-your-firefox-faster/' rel='bookmark' title='Permanent Link: 5 easy-to-do tweaks to make your Firefox faster!'>5 easy-to-do tweaks to make your Firefox faster!</a></li>
<li><a href='http://www.donsalva.com/firefox-3-x-speed-it-up-vacuuming-sqlite-database/' rel='bookmark' title='Permanent Link: Using Firefox 3.x? Speed it up by vacuuming its SQLite database!'>Using Firefox 3.x? Speed it up by vacuuming its SQLite database!</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/start-up-firefox-in-private-browsing-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Text- and Movie-effects made easily with Sony Vegas Movie Studio</title>
		<link>http://www.donsalva.com/simple-text-and-movie-effects-made-easily-with-sony-vegas-movie-studio/</link>
		<comments>http://www.donsalva.com/simple-text-and-movie-effects-made-easily-with-sony-vegas-movie-studio/#comments</comments>
		<pubDate>Tue, 04 May 2010 12:49:10 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[vegas]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=734</guid>
		<description><![CDATA[If y'all been reading my blog somewhat you'll know I'm a somewhat active YouTube user. I've my own channel and I infrequently upload mostly pc gameplay videos. A very dear friend o' mine joined recently and has been actively recording, encoding and uploading to his 'tube channel, McAkomx. Now I've been using mostly VirtualDub, a [...]

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/virtualdub-how-to-split-and-merge-video-files/' rel='bookmark' title='Permanent Link: VirtualDub: How to split and merge video files'>VirtualDub: How to split and merge video files</a></li>
<li><a href='http://www.donsalva.com/use-sony-nw-a3000-without-sonicstage-software-hack-volume-limiter/' rel='bookmark' title='Permanent Link: Use Sony NW-A3000 without SonicStage Software and hack its Volume Limiter!'>Use Sony NW-A3000 without SonicStage Software and hack its Volume Limiter!</a></li>
<li><a href='http://www.donsalva.com/mr-akomx-hd-pc-gameplay-videos/' rel='bookmark' title='Permanent Link: McAkomx&#8217;s HD gameplay videos'>McAkomx&#8217;s HD gameplay videos</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="border: 0pt none; margin: 3px;" title="Video Editing" src="http://www.donsalva.com/blog/wp-content/uploads/2009/09/movieediting.png" alt="Video Editing" width="100" height="100" />If y'all been reading my blog somewhat you'll know I'm a somewhat active YouTube user. I've <a href="http://www.youtube.com/user/Mamboi">my own channel</a> and I infrequently upload mostly pc gameplay videos. A very dear friend o' mine joined recently and has been actively recording, encoding and uploading to his 'tube channel, <a href="http://www.youtube.com/user/McAkomx">McAkomx</a>.</p>
<p>Now I've been using mostly <a href="http://virtualdub.com/">VirtualDub</a>, a superawesomewtfbbqomgz application by the way, for encoding my recorded raw footage into acceptable size and quality. The guides I wrote can be found <a href="http://www.donsalva.com/fraps-virtualdub-how-to-save-disk-space-and-enjoy-good-quality-small-filesize-video-clips/">here</a> and <a href="http://www.donsalva.com/virtualdub-720p-hd-settings-youtube/">here</a>.</p>
<p>But that's it, VirtualDub, compared to Sony Vegas Movie Studio or even Adobe Premier it is relatively primitive in terms of effects, filters, etc. But that's ok it was never VirtualDubs intention to be a full blown editing suite like the aforementioned applications.</p>
<p>Lately I've been watching user-made machinimas and clips and I've found some pearls amongst them on YouTube. I liked the movie effects, the text effects, and any other effects they implemented into their movies, and I set out to try some of mine.</p>
<p>I set out to do very simple text- and movie-effects in Sony Vegas Movie  Studios. And I recorded the steps I've done until the final product.  Enjoy!<span id="more-734"></span></p>
<p>The how-to's:</p>
<p><strong>Part 1/2:</strong><br />
 <!--[Fast Tube]--><span id="JbMdcXWGNjk" style="display:block;"><a title="Click here to watch this video!" href="http://www.donsalva.com/simple-text-and-movie-effects-made-easily-with-sony-vegas-movie-studio/#JbMdcXWGNjk"><img src="http://i.ytimg.com/vi/JbMdcXWGNjk/0.jpg" alt="Fast Tube" border="0" width="320" height="240" /></a></span><!--[/Fast Tube]--></p>
<p><strong>Part 2/2:</strong><br />
 <!--[Fast Tube]--><span id="66f3BxmDLkk" style="display:block;"><a title="Click here to watch this video!" href="http://www.donsalva.com/simple-text-and-movie-effects-made-easily-with-sony-vegas-movie-studio/#66f3BxmDLkk"><img src="http://i.ytimg.com/vi/66f3BxmDLkk/0.jpg" alt="Fast Tube" border="0" width="320" height="240" /></a></span><!--[/Fast Tube]--></p>
<p><strong>and the final product:</strong><br />
 <!--[Fast Tube]--><span id="RALWviCZA8M" style="display:block;"><a title="Click here to watch this video!" href="http://www.donsalva.com/simple-text-and-movie-effects-made-easily-with-sony-vegas-movie-studio/#RALWviCZA8M"><img src="http://i.ytimg.com/vi/RALWviCZA8M/0.jpg" alt="Fast Tube" border="0" width="320" height="240" /></a></span><!--[/Fast Tube]--></p>
<p><br class="spacer_" /></p>
<p>Boy howdy, was I blown out of my shoes when I first started Sony Vegas Movie Studio. Dood, I tells ya, I haven't seen this many options for that many options in a long, long time.</p>
<p>Now I'm by no means an amateur nor a professional, I'm a full blown newbie with almost absolutely none knowledge what-so-ever. The little knowledge I've got is through trying out hundreds of different options and reading up a few guides on the internet.</p>
<p>So my utmost respect goes to folks who know their stuff in Adobe Premier and Sony Vegas Movie Studio.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div class="shr-publisher-734"></div>

<h3>Related posts:</h3><ol><li><a href='http://www.donsalva.com/virtualdub-how-to-split-and-merge-video-files/' rel='bookmark' title='Permanent Link: VirtualDub: How to split and merge video files'>VirtualDub: How to split and merge video files</a></li>
<li><a href='http://www.donsalva.com/use-sony-nw-a3000-without-sonicstage-software-hack-volume-limiter/' rel='bookmark' title='Permanent Link: Use Sony NW-A3000 without SonicStage Software and hack its Volume Limiter!'>Use Sony NW-A3000 without SonicStage Software and hack its Volume Limiter!</a></li>
<li><a href='http://www.donsalva.com/mr-akomx-hd-pc-gameplay-videos/' rel='bookmark' title='Permanent Link: McAkomx&#8217;s HD gameplay videos'>McAkomx&#8217;s HD gameplay videos</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/simple-text-and-movie-effects-made-easily-with-sony-vegas-movie-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easter canceled?!</title>
		<link>http://www.donsalva.com/easter-canceled/</link>
		<comments>http://www.donsalva.com/easter-canceled/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 22:55:02 +0000</pubDate>
		<dc:creator>Don Salva</dc:creator>
				<category><![CDATA[Humor and Satire]]></category>
		<category><![CDATA[Random-ness]]></category>

		<guid isPermaLink="false">http://www.donsalva.com/?p=733</guid>
		<description><![CDATA[I was wondering why Easter was canceled, now I know: Happy belated Easter! No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I was wondering why Easter was canceled, now I know:</p>
<p><a href="http://www.abload.de/img/eastern_canceled4658.jpg"><img class="alignnone" style="border: 0pt none;" title="Eastern Canceled" src="http://j.imagehost.org/0738/eastern_canceled_thumb.jpg" alt="" width="300" height="253" /></a></p>
<p>Happy belated Easter!</p>
<div class="shr-publisher-733"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.donsalva.com/easter-canceled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
