On 12 February 2012 08:51, Kfir Lavi <lavi.k...@gmail.com> wrote: > Hi, > I'm trying to play a mkv movie that is encoded with x264 720p. > The movie get out of sync very quickly. > I tried some suggestions in the gentoo forum, but they didn't help. > It seems unreasonable to me that my cpu Intel(R) Core(TM) i5 CPU > M 560 @ 2.67GHz > can't play this files. > When playing the movie, I can see clearly that both cores are in ~90% cpu. > > I tried to compile with -O2, -O3, with use flags 'mmx sse sse2 ssse3 > dri dri2 3dnow 3dnowext mmxext' and without. > Playing stay the same. > I'm using the command: > mplayer2 -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all file.mkv >
threads=2 is a nice option to try in most circumstances. :) You should also make sure that XVideo is set up correctly (if that's what you're using). `xvinfo` will inform you of that. Try some other -vo options. You should also try media-video/mplayer (which is a separate project) The console output from mplayer2 itself would also help. Finally, your lspci output would be more useful if you ran `update-pciids` beforehand.