Difference between revisions of "Driver dan CODEC untuk Multimedia di Linux"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | CODEC tambahan untuk Video Player Ubuntu 18.04  | |
| − |   apt-  | + |   sudo apt install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg  | 
| − |   gstreamer1.0-plugins-bad-doc gstreamer1.0-plugins-bad  | + |  sudo apt install ubuntu-restricted-extras  | 
| − |   gstreamer1.0-plugins-bad  | + | |
| + | |||
| + | |||
| + | '''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 \  |   totem-plugins totem-plugins-extra gstreamer0.10-plugins-bad \  | ||
  gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly \  |   gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly \  | ||
| Line 10: | Line 17: | ||
  gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good \  |   gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good \  | ||
  gstreamer0.10-plugins-ugly gstreamer0.10-x gstreamer0.10-tools  |   gstreamer0.10-plugins-ugly gstreamer0.10-x gstreamer0.10-tools  | ||
| + | |||
| + | |||
| + | |||
| + | |||
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