VLC: Instalasi: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) New page: Instalasi sudo apt-get update sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc Jika tertarik untuk melakukan streaming or transcoding sudo apt-get install libavcodec-ext... |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
sudo apt-get install libavcodec-extra-52 | sudo apt-get install libavcodec-extra-52 | ||
==Beberapa Plugin== | |||
vlc-plugin-alsa - ALSA audio output plugin for VLC (install it if sound doesn't work) | |||
vlc-plugin-arts - aRts audio output plugin for VLC (install it if sound still doesn't work and you're using KDE) | |||
vlc-plugin-esd - Esound audio output plugin for VLC (install it if sound still doesn't work and you're using Gnome) | |||
vlc-plugin-ggi - GGI video output plugin for VLC | |||
vlc-plugin-glide - Glide video output plugin for VLC | |||
vlc-plugin-pulse - PulseAudio audio output plugin for VLC | |||
vlc-plugin-sdl - SDL video and audio output plugin for VLC | |||
vlc-plugin-svgalib - SVGAlib video output plugin for VLC | |||
mozilla-plugin-vlc - the VLC plugin for Mozilla based browsers | |||
==Referensi== | ==Referensi== | ||
* http://www.videolan.org/vlc/download-ubuntu.html | * http://www.videolan.org/vlc/download-ubuntu.html | ||
* http://wiki.videolan.org/Ubuntu | |||
==Pranala Menarik== | ==Pranala Menarik== | ||
Revision as of 01:49, 7 April 2011
Instalasi
sudo apt-get update sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
Jika tertarik untuk melakukan streaming or transcoding
sudo apt-get install libavcodec-extra-52
Beberapa Plugin
vlc-plugin-alsa - ALSA audio output plugin for VLC (install it if sound doesn't work) vlc-plugin-arts - aRts audio output plugin for VLC (install it if sound still doesn't work and you're using KDE) vlc-plugin-esd - Esound audio output plugin for VLC (install it if sound still doesn't work and you're using Gnome) vlc-plugin-ggi - GGI video output plugin for VLC vlc-plugin-glide - Glide video output plugin for VLC vlc-plugin-pulse - PulseAudio audio output plugin for VLC vlc-plugin-sdl - SDL video and audio output plugin for VLC vlc-plugin-svgalib - SVGAlib video output plugin for VLC mozilla-plugin-vlc - the VLC plugin for Mozilla based browsers