Ubuntu/Mint Tutorial: Codecs + DVDs abspielen, und rippen
Linux Guides
Heute zeige Ich, wie Ihr DVDs abspielen, rippen, und andere Codecs installieren könnt. Ich hoffe, dass das Video weitergeholfen hat. Über eine Bewertung würde Ich mich sehr freuen.
Terminal Befehle:
Mint-Nutzer müssen können den Teil II überspringen
TEIL I:
sudo apt-get install vlc
sudo apt-get install libxvidcore4 libfaac0
sudo apt-get install libxvidcore4 gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-alsa gstreamer0.10-fluendo-mp3
Kubuntu: sudo apt-get install libxine1-plugins libxvidcore4
TEIL II:
sudo apt-get install libdvdread4
sudo sh /usr/share/doc/libdvdread4/install-css.sh libdvdcss als Paket heruntergeladen, und installiert.
Paket selbst erstellen:
sudo apt-get install dh-make debhelper autotools-dev
version=1.3.99
tmp=$(mktemp -d)
cd ${tmp}
wget download.videolan.org/libdvdcss/${version}/libdvdcss-${version}.tar.bz2
tar xvjf libdvdcss-${version}.tar.bz2
cd libdvdcss-${version}
./configure --prefix=/usr/local
dh_make -s -y -f ../libdvdcss-${version}.tar.bz2 --packagename libdvdcss2
fakeroot debian/rules binary
sudo dpkg -i ../libdvdcss2_${version}-1_$(dpkg-architecture -qDEB_HOST_ARCH).deb
( mv ../libdvdcss2_${version}-1_$(dpkg-architecture -qDEB_HOST_ARCH).deb ~/ )
TEIL III:
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake
Links:
Versionen von libdvdcss: (http://download.videolan.org/libdvdcss/)
Kommerzielle DVD-Player: (https://wiki.ubuntuusers.de/ONEPLAY_DVD_Player) (https://wiki.ubuntuusers.de/LinDVD)
Ubuntu: (http://www.ubuntu.com)
Intro-Musik: (https://www.ende.tv/)
Wenn noch Fragen oder Probleme bestehen, werde ich euch so schnell wie möglich behilflich sein.
E-Mail: help_ubuntu@gmx.de ... https://www.youtube.com/watch?v=m0Eyk-hT6g4
131891597 Bytes