Innovative Web Solutions
Blue Star have a proven reputation for building
high performance web designs and web applications
backed up by strategic online marketing campaigns.

Posts Tagged ‘Linux’

High quality DVD ripping using MEncoder

Saturday, May 10th, 2008

For a while now I have been searching for a simple and elegent solution for backing up my DVD’s to divx. There were plenty of Windows freeware and trialware that did the basics, but none of what I tried seem to properly encode 5.1 channel AC3 surround, for me a movie is nothing without surround sound once you get used to it, why settle for stereo when surround is possible? Much of the software had clunky interfaces and didn’t behave as expected.

Then I came across the gem that is mencoder, I came across this as part of the Linux mencoder rpm for Fedora Core. With the liba52 audio library and appropriate Xvid codecs installed, a simple two commands will produce a top quality rip with 6 channel AC3 sound. A 1:30 hour movie will produce a 1.2Gb file, give or take.

mencoder dvd:// -ovc xvid -xvidencopts pass=1 -alang en -oac copy -channels 6 -o /dev/null
mencoder dvd:// -ovc xvid -xvidencopts pass=2:bitrate=1200 -alang en -oac copy -channels 6 -o My.Movie.AC3.avi

Mencoder can also be installed on a windows machine, as part of the windows mplayer installation, neccessary codecs along with mplayer itself can be found on the mplayer.hu website.
A note for windows use is to direct output for first pass to nul: as opposed to /dev/null

It is worth using the 2-pass method for highest quality, even though it does add considerably to ripping time.

Post to Twitter Post to Facebook Post to MySpace

Ubuntu - Moving Linux closer to the desktop

Tuesday, August 29th, 2006

The recent releases of Ubuntu show the massive strides being made in making Linux a more desktop-friendly OS. With support for OpenOffice as a replacement for Word, Evolution as a replacement for Outlook, and of course Firefox for a browser. Is it time for everyone to ditch Windoze? Probably not just yet, wireless support is still a litte flaky along with screen resolution tweaks which are invariably needed. Anybody who wants to dip their toes in the Linux waters could do worse than giving this a trial. Installation is quite straight forward, just don’t forget to configure the automatic partition re-sizer or you might risk loosing all your existing data. We are Linux advocates here at Blue Star and were well impressed with this distro.

Download: Ubuntu home
Wired News Is Ubuntu Linux for you, too?
Some screenshots

Blue Star Web Design Ireland

Post to Twitter Post to Facebook Post to MySpace

Robots.txt tip to avoid snoopers

Wednesday, March 29th, 2006

The robots.txt file is used by the search engine robots that crawl the web and build their search indexes. It is a plain text file specifying directories you want the robots to exclude from their index, however a snooper can easily download this file and see what you are trying to hide from the world (unready content, backend/middleware systems, stats, administration tools). The easiest option is security by obscurity, say for example that you have a /admin directory, place an index.html in there stating “Access Denied” or similar, and use something like index_real.html to access. A more secure approach would be to make use Basic HTTP Authentication.

Post to Twitter Post to Facebook Post to MySpace

Blue Star Web Design Ireland
e: sales@bluestar.ie
t: +353 86 3318412
Tipperary Town

Copyright ©2010 Blue Star