Monday, May 11, 2009

Best sites online to watch movies for free

The Internet may have killed the music industry, but a handful of companies are stepping in to guarantee that the same fate doesn't befall the film industry. It's a simple formula: offer top quality streaming for free or low cost with minimal advertising and the experience is much more pleasurable than pirating.

read more | digg story

Sunday, March 29, 2009

Julia and Celia at the Moose Jaw Musical Festival Award Ceremony

Posted by Picasa

Tuesday, March 03, 2009

20 Ways to Take Stunning Portraits [PICS]

Today and tomorrow I want to talk about taking Portraits that are a little out of the box. You see it’s all very well and good to have a portrait that follows all the rules - but it hit me as I was surfing on Flickr today that often the most striking portraits are those that break all the rules.

read more | digg story

Why the Dollar Has Once Again Emerged As Currency of Choice

Stocks are at their lowest levels in about 12 years. The economy shrunk by more than 6% in the fourth quarter. Companies are laying off people left and right.

read more | digg story

Monday, March 02, 2009

The Ultimate Idiot’s Guide To Building Your Own Computer

With the complete amateur in mind who has no technical knowledge whatsoever, we are going to show you how to build your own PC! This is a guide where we literally ‘hold your hand’ every step of the way.

read more | digg story

Friday, February 06, 2009

Tableclothes -- CSS table

Tablecloth is lightweight, easy to use, unobtrusive way to add style and behaviour to your html table elements. By simply adding 2 lines of code to your html page you will have styled and active tables that your visitors will love :) Read more >>

Tuesday, January 27, 2009

11 DIY Lighting Hacks for Digital Photographers

In this post I’ve found 10 DIY Flash and Lighting Hacks that put some of these lighting techniques within the grasp of the rest of us. Some are more involved than others but all are fun and will provide you with some new lighting gear to experiment with.

read more | digg story

Tuesday, December 02, 2008

How to merge subtitles with avi files

Files needed:
1. AVIRecomp
2. AVISynth
3. subtitle files (srt or ssa)

Note: If HTML style tags are used in the subtitle file, convert the srt to ssa format before using AVIRecomp. Use Subresync (part of vobsub) to do the conversion.

from: http://beans.seartipy.com/2007/05/20/step-3a-merginghardcoding-subtitles-with-avidivxxvid-files-using-avirecomp/

Merging Subtitles with AVI Files Using AviRecomp

  1. This is how the example video looks before it is merged with the subtitles(English). We will see the result of the merge process at the end of the procedure to see the difference.
    Video without Subtitles
  2. After installing AviRecomp on the computer, start it from the Start menu. The main window of the application looks like this.
    Main Window of AviRecomp
  3. In the “Source & Output” tab, click the “Open AVI” button and select the AVI file you want to merge the subtitles with. Then click the “Save AVI” button and select a folder where you want to store the output file. Finally, select the size of the output file(if you don’t want to recompress/resize, specify the same size as that of the original file - this will be faster) in “New AVI Size” drop-down box.
    Select Output Path and Size in AviRecomp
  4. Go to the next tab by clicking on “Additions” button and check the “Enable/Disable” checkbox in the “Subtitles” panel. Then click the “Load Subtitles” button and select the subtitle file that you have downloaded from the Internet(see Step 2 at the top of the post).
    Load Subtitles in AviRecomp
  5. In the “Settings” tab, you can specify various settings such as the priority with which AviRecomp should be run, if the temporary files or the source file should be deleted at the end etc.
    Set Process Priority of AviRecomp
  6. Go to the last tab by clicking the “Queue” button and click the button “Add to Queue” to add this job the to queue. The above steps can now be repeated with more AVI files and added to the queue if multiple merge operations are needed to be performed.
    Multple jobs can be added in AviRecomp
  7. When ready, click the “Start” button to start the merge process. The status will change from “Waiting…” to “Running…” state as a result.
    Subtitle Merge Job Running in AviRecomp
    To see the % progress of the merge process, look at the title bar of AviRecomp in the Windows taskbar.
    Job Progress in AviRecomp
  8. After the merge process is finished, go to the folder where the output file is created(as selected in Step 3) and play the file. The subtitles should now be hardcoded into the file. This file can now be converted to the native formats of different handheld devices to enjoy viewing them along with the subtitles.
    Video after Merging Subtitles using AviRecomp

You can search for a different application that is specifically made for merging the subtitles with the video files but AviRecomp can be used for purposes other than mere subtitle merging. It also allows adding black borders to the movie and place the subtitles on them. It also installs many other useful video related software like VirtualDub, AviSynth, VobSub etc, that it uses for doing its own job, making it unnecessary to download and install these software separately. AviRecomp is a very useful Free software to have on one’s computer.