Difference between revisions of "Driver dan CODEC untuk Multimedia di Linux"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 6: | Line 6: | ||
| − | Agar tidak rewel ada baiknya kita menginstalasi CODEC untuk mendukung media player di Linux  | + | '''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 \  |   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-doc gstreamer1.0-plugins-bad \  | 
| − |   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 17: | 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