Multimedia Categories
Video Codecs
x264, x265, VVC, and advanced encoders
FFmpeg
Complete multimedia framework
Audio Production
DAWs, plugins, and audio tools
Media Players
Advanced media playback applications
FFmpeg
FFmpeg is built with extensive codec support including patent-encumbered formats.
Configuration
ffmpeg - Complete solution to record, convert and stream audio and videoSpec Details
From the spec file:Features
- Full codec support including H.264, H.265, VP9, AV1
- Hardware acceleration (VAAPI, NVENC, QSV)
- Patent-encumbered format support
- SVT-VP9 and HandBrake patches
- NVIDIA CUDA support
Video Encoders & Decoders
x264 & x265
x264 & x265
x264 - H.264/AVC encoder
x265 - H.265/HEVC encoderFrom x265 configuration:Industry-standard video encoders used by countless applications.
Next-Gen Codecs
Next-Gen Codecs
vvenc - VVC/H.266 encoder (next generation)
vvdec - VVC/H.266 decoderVVC (Versatile Video Coding) offers superior compression compared to H.265.
Korean Codecs
Korean Codecs
xeve - eXtra-fast Essential Video Encoder
xevd - eXtra-fast Essential Video DecoderMPEG-5 EVC (Essential Video Coding) codec implementation.
Chinese Codecs
Chinese Codecs
uavs3d - AVS3 decoderSupport for Chinese AVS3 video coding standard.
Other Encoders
Other Encoders
kvazaar - Open-source HEVC encoder
mjpegtools - MJPEG video tools
Audio Production
Zrythm
Zrythm
zrythm - Modern digital audio workstation (DAW)Professional-grade DAW for Linux with:
- MIDI and audio recording
- VST/LV2 plugin support
- Advanced automation
- Modern, intuitive interface
Carla
Carla
carla - Fully-featured audio plugin hostSupports multiple plugin formats:
- LADSPA, DSSI, LV2, VST2/3
- Audio Unit (via wine)
- SF2/3, SFZ soundfonts
- Plugin bridging and routing
Yabridge
Yabridge
yabridge - Windows VST bridge for LinuxRun Windows VST2/VST3 plugins natively on Linux through Wine.
Essential tool for music production on Linux.
OpenUTAU
OpenUTAU
openutau - Open-source singing synthesis softwareCross-platform UTAU implementation for vocal synthesis.
Media Players
DeaDBeeF
DeaDBeeF
deadbeef - Ultimate music player for GNU/Linux
deadbeef-mpris2-plugin - MPRIS2 support pluginLightweight, highly customizable audio player with:
- Gapless playback
- Album art support
- Extensive plugin system
- Multiple GUI options
GStreamer Plugins
GStreamer plugins enable multimedia support across GNOME and other applications.
GStreamer 1.x Plugins
GStreamer 1.x Plugins
gstreamer1-plugins-ugly - Plugins with potential distribution issues
gstreamer1-plugins-bad - Experimental and lesser-quality plugins
gstreamer1-plugin-libav - FFmpeg-based plugin
gstreamer1-vaapi - VA-API hardware acceleration
gstreamer1-plugin-icamerasrc - Intel camera source pluginThese provide comprehensive codec and hardware acceleration support.
Screen Recording
gpu-screen-recorder - GPU-accelerated screen recorder Uses GPU encoding for efficient screen capture with minimal performance impact.Streaming & Processing
tdf - Time-domain filtering tools Advanced audio processing utilities.Installation Examples
Install FFmpeg with Full Codec Support
Install Video Encoding Tools
Install Audio Production Suite
Install Media Player
Install GStreamer Plugins
Install Screen Recording
Architecture Support
Most multimedia packages support multiple architectures:
- x86_64 (primary)
- aarch64 (ARM64)
- i386 (32-bit, select packages)
Subrepo Organization
Packages withsubrepo = "multimedia" label are built separately:
Hardware Acceleration
Intel
- GStreamer VA-API support
- Intel camera support (ipu6)
- Quick Sync Video encoding
NVIDIA
- NVENC/NVDEC support in FFmpeg
- CUDA-accelerated encoding
- Requires NVIDIA drivers
AMD
- VA-API support
- AMF encoder support (where available)
Development Libraries
Many multimedia packages provide development files:Available Multimedia Packages Summary
The multimedia directory contains 25+ packages: Video Encoding:- x264, x265 (H.264/H.265)
- vvenc, vvdec (VVC/H.266)
- xeve, xevd (MPEG-5 EVC)
- kvazaar (HEVC)
- uavs3d (AVS3)
- ffmpeg (complete multimedia framework)
- GStreamer plugins (ugly, bad, libav, vaapi, icamerasrc)
- zrythm (DAW)
- carla (plugin host)
- yabridge (Windows VST bridge)
- openutau (vocal synthesis)
- deadbeef (audio player)
- gpu-screen-recorder
- mjpegtools
- tdf
anda/multimedia/ directory in the source repository.
See Also
- Libraries - Multimedia codec libraries
- Applications - Media applications
- Games - Screen capture and streaming tools