%general-entities; ]> $LastChangedBy$ $Date$ VLC-&vlc-version; VLC Introduction to VLC VLC is a media player, streamer, and encoder. It can play from many inputs, such as files, network streams, capture devices, desktops, or DVD, SVCD, VCD, and audio CD. It can use most audio and video codecs (MPEG 1/2/4, H264, VC-1, DivX, WMV, Vorbis, AC3, AAC, etc.), and it can also convert to different formats and/or send streams through the network. &lfs81_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &vlc-md5sum; Download size: &vlc-size; Estimated disk space required: &vlc-buildsize; Estimated build time: &vlc-time; VLC Dependencies Recommended , , , , , and , Optional features and packages Optional input plugins , , , , , , , , libbluray, libdc1394, libproxy, Live555, and VCDImager (requires ) Optional mux/demux plugins , Game Music Emu, libdvbpsi, libshout, libmatroska (requires libebml), libmodplug, Musepack, and sidplay-libs Optional codec plugins , , , , , , , , , , , Dirac, FluidSynth, libdca, libkate, OpenMAX, Schroedinger, Tremor, Twolame, and Zapping VBI Optional video plugins , , , , , , (with SDL_image), and libcaca Optional audio plugins , , and JACK Optional interface plugins (required for the graphical user interface), libtar, and LIRC Optional visualisations and video filter plugins Goom and projectM Optional service discovery plugins , libmtp and libupnp Miscellaneous options , , , , (runtime), and AtmoLight User Notes: Installation of VLC Install VLC by running the following commands: sed -i '/luaL_checkint(/s/checkint/checkinteger/' modules/lua/{demux,libs/*}.c && sed -i '/DEPRECATED/s:^://:' modules/text_renderer/freetype/text_layout.c && BUILDCC=gcc ./configure --prefix=/usr && make To test the results, issue: make check. Now, as the root user: make docdir=/usr/share/doc/vlc-&vlc-version; install Command Explanations sed ... modules/lua/...: This command allows building with the current version of . sed ... text_layout.c: This command allows building with the current version of . : Use this switch if you don't have Lua installed. : Use this switch if you don't have libmad installed. : Use these switches if you don't have FFmpeg installed. : Use this switch if you don't have liba52 installed. : Use this switch if you don't have X Window System installed. : Use this switch if you don't have ALSA installed. : Use this switch if you don't have libgcrypt installed. There are many options to VLC's configure command. Check the configure --help output for a complete list. Contents Installed Programs Installed Libraries Installed Directories cvlc, nvlc, qvlc, rvlc, svlc, vlc and vlc-wrapper libvlccore.so, libvlc.so, and many plugins in /usr/lib/vlc/plugins /usr/{include,lib,share}/vlc and /usr/share/doc/vlc-&vlc-version; Short Descriptions cvlc is a script to run VLC with the dummy interface. cvlc nvlc is a script to run VLC with the ncurses interface. nvlc qvlc is a script to run VLC with the Qt interface. qvlc rvlc is a script to run VLC with a command line interface. rvlc svlc is a script to run VLC with the skins interface. svlc vlc is the VLC media player. vlc vlc-wrapper is a wrapper to drop privileges with VLC. vlc-wrapper