This is one of my favorites tricks: Playing videos in TTY (yep, without X.org :O)
mplayer -vo aa -monitorpixelaspect 0.5 myfile.mp4
- Switch to TTY (Ctrl+Alt+F1);
- Now you can use either of tip 6 options (except the matrixview, because this one need X.org):```
mplayer -vo caca myfile.mp4
#mplayer -vo fbdev myfile.mp4
- Ok, funny. But I want to watch THE video and not lots of letter dacing in my screen. So I can try these:```
#mplayer -vo fbdev2 myfile.mp4
#mplayer -vo directfb myfile.mp4
[*]And impress your friends playing TRUE videos in terminal:popcorn:.
[/LIST]
Note: you need to use these options as superuser (using "sudo mplayer" or simply type "sudo su") because you need write access to /dev/yourgpu (simply talking, your GPU RAM).
Note 2: note that the framebuffer not always work. In my netbook with Intel GMA945 using X.org's drivers it's completely fine, even with subtitles. But on my desktop with NVIDIA's proprietary driver it didn't work and even crash my system (Update: got a working framebuffer with NVIDIA's proprietary drivers following these instructions: [http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/](http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/)).
Note 3: you can change the size of the video using "-zoom -x 1024 -y 576" options (where "1024" and "576" are the desired resolution).
[B]
Warning: because you are using direct access to your hardware this trick CAN CRASH YOUR SYSTEM. Just a reboot and everything will work again, but I recommend that you save all your job before playing with this.[/B]