xine-config
xine video player library – development packages
Install
- All systems
-
curl cmd.cat/xine-config.sh
- Debian
-
apt-get install libxine2-dev
- Ubuntu
-
apt-get install libxine2-dev
- Arch Linux
-
pacman -S xine-lib
- Kali Linux
-
apt-get install libxine2-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxine2-dev
- Raspbian
-
apt-get install libxine2-dev
- Dockerfile
- dockerfile.run/xine-config
libxine2-dev
xine video player library – development packages
This contains development files (headers, documentation and the like) and additional documentation for developers for the xine library (libxine). Libxine provides the complete infrastructure for a video/media player. It supports MPEG 1/2 and some AVI and Quicktime videos out of the box, so you can use it to play DVDs, (S)VCDs and most video files out there. It supports network streams, subtitles and even MP3 or Ogg files. It's extensible to your heart's content via plugins for audio and video output, input media, demuxers (stream types), audio/video and subtitle codecs.