On 26 June 2010 14:16, Vyshakh <[email protected]> wrote: > Install gstreamer or ubuntu restricted extra. VLC player might help you.
MSS2 (MS Screen) is a codec optimised for screen capture for which an open source decoder has yet to be implemented (samples for the interested: http://samples.mplayerhq.hu/V-codecs/MSS2/). The only way as of now to play files encoded in this and other closed and yet-to-be-RE'd formats is to install the so called win32/amd64/blah blah binary codecs for MPlayer. The procedure for this is detailed at the link I posted earlier. An alternative: wget http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20100303.tar.bz2 tar xvf all-20100303.tar.bz2 cd all-20100303 sudo mkdir /usr/local/lib/codecs #if this dir doesn't exist already sudo cp -r * /usr/local/lib/codecs sudo ln -s /usr/local/lib/codecs/ /usr/lib/win32 You should of course install MPlayer for this to work. > Using VLC in wine is an easy idea... > sudo apt-get install vlc I strongly encourage members to avoid posting duplicate solutions. No point in cluttering up threads. Cheers Naufal -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
