Difference between revisions of "Driver dan CODEC untuk Multimedia di Linux"

From OnnoWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Agar tidak rewel ada baiknya kita menginstalasi CODEC untuk mendukung media player di Linux
+
CODEC tambahan untuk Video Player Ubuntu 18.04
  
  apt-get install gnome-codec-install gstreamer0.10-plugins-bad gstreamer0.10-pitdll \
+
  sudo apt install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg
 +
sudo apt install ubuntu-restricted-extras
 +
 
 +
 
 +
 
 +
'''NOT RECOMMEDED:''' Agar tidak rewel ada baiknya kita menginstalasi CODEC untuk mendukung media player di Linux
 +
 
 +
apt -y install gstreamer1.0-plugins-bad gstreamer1.0-plugins-bad-dbg \
 +
gstreamer1.0-plugins-bad-doc gstreamer1.0-plugins-bad \
 +
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
 +
totem-plugins totem-plugins-extra gstreamer0.10-plugins-bad \
 +
gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly \
 +
gnome-codec-install gstreamer0.10-plugins-bad \
 
  gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-base \
 
  gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-base \
 
  gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good \
 
  gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good \
  gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse \
+
  gstreamer0.10-plugins-ugly gstreamer0.10-x gstreamer0.10-tools
gstreamer0.10-x gstreamer0.10-tools
+
 
 +
 
  
  
atau yang lebih baru
 
  
apt-get install gstreamer1.0-plugins-bad gstreamer1.0-plugins-bad-dbg \
 
gstreamer1.0-plugins-bad-doc gstreamer1.0-plugins-bad-faad \
 
gstreamer1.0-plugins-bad-videoparsers gstreamer1.0-plugins-ugly \
 
totem-plugins totem-plugins-extra
 
  
  

Latest revision as of 06:11, 3 April 2022

CODEC tambahan untuk Video Player Ubuntu 18.04

sudo apt install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg
sudo apt install ubuntu-restricted-extras


NOT RECOMMEDED: Agar tidak rewel ada baiknya kita menginstalasi CODEC untuk mendukung media player di Linux

apt -y install gstreamer1.0-plugins-bad gstreamer1.0-plugins-bad-dbg \
gstreamer1.0-plugins-bad-doc gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
totem-plugins totem-plugins-extra gstreamer0.10-plugins-bad \
gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly \
gnome-codec-install gstreamer0.10-plugins-bad \
gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-base \
gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good \
gstreamer0.10-plugins-ugly gstreamer0.10-x gstreamer0.10-tools




Pranala Menarik