1.請參閱ubnutu的wiki網頁 http://wiki.ubuntu-tw.org/index.php?title=HowtoVideo 2.如果不看wiki想快速解決,請試用下述方法 a.至Synaptic 套件管理程式當中搜尋"totem" b.勾選totem-xine,並移除totem-gstreamer (必要) c.終端機輸入如下指令:(先加入集合w32codecs 和 w64codec的medibuntu套件於套件庫,並安裝最新的來源) sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update d.終端機輸入如下指令:(安裝libdvdcss2套件) sudo aptitude install libdvdcss2 e.重新打開影片播放器,試試看. |