If I compile ffmpeg,x264 and mplayer myself it's working: sudo apt-get install build-essential mplayer sudo apt-get install libmp3lame-dev sudo apt-get install git-core
cd git clone git://git.videolan.org/x264.git cd x264 ./configure make sudo make install svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg cd ffmpeg ./configure --enable-gpl --enable-nonfree --enable-pthreads --enable-libmp3lame --enable-libtheora --enable-libx264 make sudo make install git clone git://repo.or.cz/mplayer cd mplayer git checkout origin/mt git submodule init git submodule update ./configure --prefix=/usr make sudo make install /usr/bin/mplayer -lavdopts threads=2 something.mkv -- [Karmic,Lucid] Videos are using one core https://bugs.launchpad.net/bugs/478603 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
