View Single Post
  #3  
Old 11-17-2009, 02:13 PM
Stream Recorder
 
Posts: n/a
Default

Re: How to play Blu-Ray video on Ubuntu 9.10 Karmic Koala


You can use the following comnand to play Blu-Ray videos on Linux (works for mkb v1-10):
Code:
./dumphd.sh --infile:BDMV/STREAM/0000XX.m2ts /media/cdrom | mplayer -cache 8192 -lavdopts threads=4 -vo vdpau -vc ffh264vdpau -
Just change 0000XX.m2ts to the your file name.
Reply With Quote