AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
We have already discussed how to install mplayer,mutimedia codecs and firefox plugin in ubuntu 9.10 this tutorial we will see two nice frontends for mplayer
SMPlayer intends to be a complete front-end for MPlayer (video player), from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more.
You can make MPlayer play h264-encoded video files a lot faster on multicore machines if you graft some libraries from the ffmpeg-mt project into the resulting mplayer binary. We need to recompile for this.
If you want Simple way of making a stop animation you can use mencoder.MEncoder is a free command line video decoding, encoding and filtering tool released under the GNU General Public License. It is a close sibling to MPlayer and can convert all the formats that MPlayer understands into a variety of compressed and uncompressed formats using different codecs.
Uoti Urpala, one of the core developers of mplayer, maintains a forked branch of mplayer that contains a lot of interesting patches that are not (yet) included in the main svn repository
Mplayer updates the information about the amounts of frames it displayed, the played time, the remaining time, etc. every single time it displays a *frame*. This is not only completely unnecessary, it can unnecessarily hog several percent of your CPU in many terminal implementations, especially in current KDE 4 and Windows. The higher the frame rate, the more wasted CPU power.
One PulseAudio bug I had in Ubuntu 9.10 and now 10.04 is that below a certain volume level, I get no sound at all. Once I raise the volume past that level sound works but the lowest volume is louder than I sometimes want. Fortunately there's a workaround available in PulseAudio for this bug.
In this test procedure, first we create a new partition (/dev/hda2) using un-partitioned disk space. A new volume group (TestVG) and logical volume (TestLV) are then created using a physical volume created on the partition. An ext3 filesystem is then created on the logical volume, it is checked, and then mounted.