-
-
Notifications
You must be signed in to change notification settings - Fork 1
Linux VLC Guide
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to VLC Media Player on Linux, covering Arch Linux, CachyOS, and other distributions including installation, configuration, and advanced features.
Arch/CachyOS:
# Install VLC
sudo pacman -S vlc
# With all codecs
sudo pacman -S vlc vlc-pluginDebian/Ubuntu:
sudo apt install vlcFedora:
sudo dnf install vlcStart VLC:
# Launch VLC
vlc
# Or from application menuConfigure VLC:
- Tools → Preferences
- Video → Output: Automatic
- Audio → Output: Automatic
- Input/Codecs → Hardware decoding
Enable GPU acceleration:
- Tools → Preferences → Input/Codecs
- Hardware-accelerated decoding: Automatic
- Video codec: H.264, H.265
VLC controls:
- Space: Play/Pause
- F: Fullscreen
- M: Mute
- Arrow keys: Seek
Load subtitles:
- Subtitle → Add Subtitle File
- Select .srt or .vtt file
- Adjust timing if needed
Stream to network:
- Media → Stream
- Add source file
- Stream → Next
- Destination: HTTP or RTP
- Configure settings
Check codecs:
# Install codecs
sudo pacman -S gstreamer gst-plugins-good gst-plugins-bad gst-plugins-uglyCheck audio:
# Restart PulseAudio
pulseaudio -k
pulseaudio --startThis guide covered VLC installation, configuration, and usage for Arch Linux, CachyOS, and other distributions.
- Multimedia - Media applications
- Hardware Acceleration - GPU acceleration
- VLC: https://www.videolan.org/
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.