View Single Post
cashless's Avatar
Posts: 159 | Thanked: 21 times | Joined on Jan 2008 @ Houston, texas
#22
Originally Posted by Benson View Post
OK, here's how to transcode a movie to the spec (using mplayer on your linux desktop):
Code:
mplayer -ao null -vo aa:driver=stdout:width=80:height=30 movie.avi > movie.cat
This gives you a .cat format file, which may be played with the undocumented movie-player 'cat' (from an Xterm only, unfortunately).


For audio, at least, you might try mpd & mmpc. Quite robust, and operates on directory structure.
Thanks for the tips. I liked MMPC, in the same way that I like the built in media player, but it seemed redundant with Media Player that I uninstalled it. I'll give it another shot.

I'll also install MPD, which I never heard of previously.