ok, this is so geeky, pointless and cool i just HAD to share it! You've all been amazed by ANSCII video in "aaxine". This is the exact same thing only in color! I was poking around and found the library that was designed exactly for this aplication, its called libcaca

and its in portage, so run:
This will have you set up with the library as well as some amusing things such as "cacafire" similar to "aafire" only with
color![/color!!!]
Now i poked around even more to try to find out how to play video using this library. I went to the homepage for libcaca: http://sam.zoy.org/projects/libcaca/ and i found where it said: The libcaca patch for the VLC media player was already applied upstream
So...
Then to play video just do a...
Code: Select all
vlc --vout caca /path/to/video/file
