How to Reduce Digital Photos Noise Using Free Tools

I recently got a used Kodak Pro SLR/c camera. It shoots excellent pictures at a low ISO. However, the picture quality degrades greatly at a higher ISO because of noise. One time I accidentally set the ISO to 800, and almost all of the photos were not usable.

There are quite a few Photoshop plug-ins available to tackle the problem. However, Photoshop is very expensive, and, in addition, the plug-ins are not free. This combination is quite out of reach for most of us.

In this tutorial, I am going to show you how to reduce digital photos noise using free tool – GIMP and the wavelet denoise plug-in. Here are the links for these tools:

GIMP

Wavelet denoise plugin (Windows binary of 0.3.1 )

Please refer to the aforementioned links for installation procedures and the location where you should place the plug-in. Once you have GIMP installed with the wavelet denoise plug-in, follow these steps:

  1. Invoke GIMP and open up a photo.
  2. Click on Filters -> Enhance -> Wavelet denoise … to bring up the Wavelet denoise dialog.
  3. There are 3 color modes to choose from. You don’t have to use them all. Just pick one. I like to use CIELAB.
  4. After the color mode is selected, adjust the Threshold and Softness for each channel. Make small adjustments, and keep an eye on the preview window. If you set the Threshold to high, you might lose the sharpness of the photo.
    Before

    After
  5. Click on OK to exit out the plug-in and apply the results to the photo.
  6. Click on File -> Save As to save the file to a different name so that you still have the original.

Overall, I am very satisfied with the results. The plug-in author mentioned that it is possible to mask the filter effect with selection to further improve the results. That might be something you will want to try if you are well-versed with GIMP.

Free Peggle Nights Game for Your Friend

PopCap offers a free Peggle Nights game for the PC or Mac for your friend when you sign up for their Passport membership along with their newsletter subscription. The sign up process is easy, and it only takes a few minutes. You will receive a confirmation email from them after you sign up. Follow the link provided in the email to the page and look for the link Gift-a-game. You can only send the game once. The game retails for about $19.00 and has a high rating.

Here is the link to the signup page.

PopCap Games – Passport Signup

Any Video Converter – “Can not load output profile data” Error

I got this error when I tried to run Any Video Converter:

Can not load output profile data from the configuration file “C:\Users\username\AppData\Roaming\AnvSoft\Any Video Converter\profiles_v2.xml”, please check the installation and try again later.

I checked the profiles_v2.xml and it’s not in the folder. So, I tried to copy the file from the program folder (C:\Program Files\AnvSoft\Any Video Converter) to my configuration folder indicated in the error message, and the problem is solved. Note that I have Windows 7, the path to the configuration folder is different for Windows XP. Just make a note for the configuration folder when you see the error message so you know where to copy the profiles_v2.xml to.

Thunderbird New Messages Notification on Shared Folders

I use Thunderbird for my work emails. It works pretty well except there is one thing that troubles me for a long time. I have several IMAP shared folder on my account. Thunderbird does not check the new messages on these folders. I had to manually click on these folders to check. This is very inconvenient and I have missed some time sensitive emails because I forgot to check them.

I decided to find a solution this morning. To my surprise, the solution is simple and no plugin is required. My problem is due to my ignorance of the features that Thunderbird supports. By default, Thunderbird doesn’t automatically check for new messages on the folders, you have to configure it by yourself. Right click on a folder of your choice and select Properties. Make sure the box Check this folder for new messages is checked.

Click on OK to close the dialog. Afterward, Thunderbird checks the folder for new messages without manual intervention.

How to Disable Indexing in Thunderbird 3

The first time you start up Thunderbird, you notice that it’s indexing your emails and feeds. If you do not think indexing is going to do you any good. You can disable it.

  1. Click on Tools -> Options….
  2. Click on Advanced and uncheck Enable Global Search and Indexer.
  3. Click on OK to close the dialog

How to Join Downloaded Video Files Using Avidemux

If you have downloaded some online videos for offline use, you might run to the situation that a large video file got split into several small video files. In this tutorial, I am going to show you how to join multiple video files. Note that in order for this to work, all the video files should be of the same resolution and they should be encoded with the same codec.

The tool I use is called avidemux and it’s available for Windows, Linux and Mac OS. Here is the official site for avidemux. The version I use is 2.5.1 and the tutorial is for Windows. The input files are part1.mp4, part2.mp4, part3.mp4 and part4.mp4.

  1. Run Avidemux.
    avidemux01
  2. Click on File -> Open … and browse to the first video file part1.mp4. If the mp4 file is encoded with H.264, you will see a confirmation message that you can choose another mode which is safer. Click on Yes or No depending on your own decision to continue. If the video file format is different, you will not see this message.
    avidemux02
  3. The video file is a MP4 file, so we click on the Format selection and set it to MP4. If you use a different format, be sure to pick the one that matches your files.
    avidemux04
  4. Click on File -> Append to select the second video file part2.mp4.
  5. Repeat step 4 for part3.mp4 and part4.mp4.
  6. Finally, click on File -> Save -> Save Video… to save the combined video. Note that no extension is given by default, so you need to enter it by yourself.

How to Batch Convert WAV to MP3

There are a lot of audio converters on the market, but I couldn’t find a free one that can batch convert WAV files to MP3 files. My task is simply – I have a lot of speech recording files in WAV format, I just want to convert them all to MP3 files. While I was looking for the converters, I found that a lot of them use lame as their engines. So I just tried to come up with a solution by using lame. Here are steps for Windows.

  1. Download the lame executable for Windows from this site. Extract the files to C:/bin/lame . You can use other location, just remember to change the following script for the location of the lame files.
  2. Use a text editor to create a batch file. Add the following line in the batch file and save it.
    batchconvertmp3
  3. Copy the batch file you created in step 2 to the directory where you have the *.wav files and double click on the batch file to run it. All the WAV files will be converted to MP3 files in the same directory

Note that there are tons of options for lame, type lame -? to see the options.

Adobe Creative Suite 4 Installation Problem

When I install an application, I often copy the files from the media to a network location and install from that location. I ran into a problem when I install Adobe Creative Suite 4 Web Premium.

The suite comes with 2 DVDs. I copied both discs to the server, the paths are like \\myserver\CS4\disc1 and \\myserver\CS4\disc2. When I started the installer from disc1, it ran without initial problem. However, it prompted me to insert disc 2 into “\\myserver\CS4\disc1″ toward the end. Since the path is not an actual DVD drive, I could not switch disc and the installation had to abort.

The solution is to merge the contents of the two discs. You cannot just drag and drop the directory to merge the two directories. I used robocopy.exe to do this. The command is like

robocopy "d:\CS4\disc2\Adobe CS4" "d:\CS4\disc1\Adobe CS4" /e /nfl /ndl

After the contents were merged onto the Adobe CS4 folder of disc1, I could just run the installer to install CS4 without the switching disc message.

Thunderbird – Error Copying to Sent Folder

thunderbirdA user has complained about a problem with Thunderbird for a long time. The problem is that sometimes when the user sends a message, the message got sent but then a pop up window shows up saying “Error Copying to Sent Folder”. I thought it’s related to the mail server and did not pay close attention to it.

I did a google search on this problem yesterday and found this page. It looked promising, so I tried it on my user’s machine. The user has yet to encounter this problem after the changes. Here are the steps for Thunderbird 2.0.0.23.

  1. Click on Tools -> Account Settings.
  2. Click on Server Settings under your account and then click on Advanced.
    tb-copy-1
  3. Change Maximum number of server connections to cache to 1. The default is 5, just in case you want to change it back.
    tb-copy-2
  4. Close all the dialogs and restart Thunderbird.

Cooliris Firefox Plugin Not Working – Fixed

cooliris

Cooliris is one of my favorite plugins for Firefox browser. Whenever I do a google search of images, I use it to quickly browse to the image I want.

For some reasons, the Cooliris plugin for Firefox on my Windows workstation  stopped working a few days ago. I just saw a blank wall and that’s it. I tried a lot of things to get it back. I even re-installed it and the plugin still did not work. I tried using another account and the plugin did work with other account. I knew the problem is with my Firefox profile, but I had no idea how to fix it.

Then it occurred to me that I have not tried to change the settings. I clicked on the gear icon on the bottom of the Cooliris window and randomly changed some settings. The Cooliris plugin started to work after the changes! My guess for the situation here is that I might have some corrupted or outdated Cooliris settings. By changing the settings, my configuration file was fixed. Anyway, if you ran into a similar problem, try changing the settings.

Page 1 of 3123»
Get Adobe Flash playerPlugin by wpburn.com wordpress themes