Monday, April 20, 2009

Watch Movies in Your Linux Terminal Window

In the era of high definition videos everywhere (Metacafe, YouTube, etc.), only the truly linux junkie would decide to watch their movies in ASCII text in a terminal window. The surprising thing is that some videos are even fairly watchable.


image


I've found that cartoons work best because of the limited detail.

Watch Movies in ASCII

The first thing you'll want to do is make sure that mplayer is installed, which is easy enough from the command line:

sudo apt-get install mplayer

Then, to actually watch the movies from a terminal window, use the following syntax, replacing MovieName with the filename of your video.

mplayer -vo caca MovieName.avi

The "caca" command is actually the color text driver - you could also use " -vo aa " instead for black & white, but that would just be silly.


image


These screenshots don't really do it justice - it's seriously just as bad when you're watching.


image


Sequences with a lot of contrast work better…


image


And it wouldn't help to sit about 8 feet back from the monitor.


image


Now that was truly a Stupid Geek Trick!

No comments:

Post a Comment