For the Love of My Country

Andy Moore's web-development blog: HTML, CSS, JavaScript, Flash (subscribe)
quicklinks: html codes | w3 schools (CSS) | colour codes | archives
blogging at: Star Studded Super Step on politics, abortion, freedom...
convert MOV (Quicktime) to AVI
Tuesday, November 17, 2009, 1:57 PM  0 Comments
Here's a little < 3mb program that will convert MOV files to AVI or MP4. It doesn't do an amazing job and you'll lose some quality, but if you desperately need to change your file format, this will do the trick for you.


Labels: ,

update - 13Dec09: Ignore the "percentage complete" shown in the taskbar - it seems to be broken, so when it displays aprox. 20% completed, the whole movie will in fact have been ripped...

You want to extract video from a DVD - I've always used this shoddy little program, DVD to AVI Converter which is shareware and only lets you rip 3 minutes at a time. However I've found another program which does a really good job, it's called DVDX. It's a free download with no strings attached. The GUI isn't all that flash, but essentially you don't need to worry too much about the input settings, take a look instead at the output settings. AVI with the XviD MPEG-4 Codec seems to be the best to rip to, as it gives a 640x360 resolution with good enough quality audio and video. The only real drawback is it takes ages - about an hour per DVD to back up. Still it results in a very compressed file, usually between 400mb - 800mb for a typical movie.

It will let you make output into chunks of your size preference, i.e. under 700mb if you wanted to burn to 2 CDs, but nobody cares about this these days. I accidently used this setting, resulting in two AVI files for one movie. Found this great free program, VirtualDub (which probably does a whole heap more stuff) - is very intuitive and lets you join AVI files together. Absolutely free - and here's a good quick tutorial for joining AVI files with VirtualDub so you don't stuff up first time round.

Labels: ,

How To: Float Objects at bottom of page
Thursday, November 5, 2009, 1:16 AM  0 Comments
How do you get a div, image, or text to sit at the bottom of the webpage, no matter what the size of your viewer's browser window or resolution? http://ryanfait.com/sticky-footer/ has the answer, and it involves a pretty straight-forward hack. Essentially what it does is, you put all your content inside one div, "wrapper" - apart from the content you want in your footer. The "wrapper" div is given a negative bottom margin of the exact height of your footer. And of course your footer sits underneath with that specified height. That's the trick. You can't use position:absolute or fixed, and you can't float:bottom. You need to just get a handle on this nifty little bit of code and then you'll be away and laughing.

Check out their code and then do it yourself, just modify your existing divs...

Labels: ,

Archives: \April 2007/\June 2007/\September 2007/\August 2008/\September 2008/\October 2008/\December 2008/\February 2009/\March 2009/\May 2009/\July 2009/\August 2009/\September 2009/\October 2009/\November 2009/\December 2009/\January 2010/\February 2010/\March 2010/\August 2010/\September 2010/\December 2010/