VLC won't play DVD movies [duplicate]
Solution 1:
Install package ubuntu-restricted-extras:
sudo apt-get install ubuntu-restricted-extras
then run:
sudo /usr/share/doc/libdvdread4/install-css.sh
to install libdvdcss2 library, that is not included in offical repos due to legal reasons. Now all DVD movies should play like a charm.
Solution 2:
Confirmed working from 16.04 - 20.04
sudo apt-get install libdvd-pkg
followed by
sudo dpkg-reconfigure libdvd-pkg
Then just drag-and-drop the IFO (usually VIDEO_TS.IFO
) into VLC window.
This also is the official VLC solution.
Solution 3:
15.10 and upper
Copy to terminal:
sudo apt-get install libdvd-pkg
Then install something such as:
sudo apt-get install pyrenamer;
sudo apt-get remove pyrenamer;
to run building script of libdvdcss2.
15.04 and lower
Copy to terminal:
sudo apt-get install ubuntu-restricted-extras;
sudo /usr/share/doc/libdvdread4/install-css.sh;