<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23884446\x26blogName\x3dJust+Another+Tech+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://justanothertechblog.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://justanothertechblog.blogspot.com/\x26vt\x3d-484221019928432923', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



Mplayer: My Multimedia Player of Choice

Thursday, June 15, 2006

Multimedia support can be quite limited when using Linux, but it sure doesn't have to be. Mplayer, is my video player of choice because it simply works. Mplayer supports all, or almost all, video and music file types. I can view all my favorite video/ music file types including mp3, wav, mpg, wmv, avi, and ogg, just to name a few! By default, Mplayer has a simple, but very powerful, command-line interface. To view any file, simply type mplayer filename.filetype. Need a bit extra? There is a welth of options that you can choose from when viewing or listening to a file, just type mplayer at the command line to see some of these options, along with the basic keys that control Mplayer. Not confidant with the command-line? No problem, if you feel the need, you can enable a nice GUI (You can build it by specifying --enable-gui during ./configure, and turn it on by executing the gmplayer binary) which you can further customize with skins from the mplayer website. To learn more about the GUI, see here. Of course, to view some file types, you will have to install the proper codecs. This is a very simple procedure that can be done by downloading the codecs and copying them to a directory where mplayer can find them (/usr/local/lib/codecs/ is the default). Mplayer is available for Windows, Mac, and Linux. If you have not installed Mplayer yet, I would highly recommend doing so, seeing as it flat out destroys all other competition!
Visit the Mplayer homepage or view the documentation.
posted by linnerd40, Thursday, June 15, 2006


0 Comments:

Add a comment