# VLC
VLC Media Player is a free, open-source multimedia player developed by VideoLAN. Known for playing virtually any media format without requiring additional codecs, VLC handles files, discs, streams, and devices across all major platforms (Windows, macOS, Linux, mobile). The iconic traffic cone logo is recognized worldwide.
Beyond playback, VLC can convert between formats (basic [[Video Encoding]] and [[Audio Encoding]]), stream media over networks, capture screens, and apply filters. It's often the first tool to try when other players fail. Written primarily in C, VLC uses FFmpeg/libav libraries internally. Advanced features include subtitle synchronization, audio delay adjustment, and playlist management.
## Key Features
| Feature | Description |
|---------|-------------|
| Universal playback | Plays almost any format |
| Conversion | Basic transcoding built-in |
| Streaming | Network streams, RTSP, HLS |
| Cross-platform | Windows, Mac, Linux, mobile |
| Free & open source | GPL license |
## References
- https://www.videolan.org/vlc/
- https://en.wikipedia.org/wiki/VLC_media_player
## Related
- [[Video Encoding]]
- [[Audio Encoding]]
- [[FFmpeg]]
- [[Open Source]]