Decoding videos in Firefox with VA-API
Outlook
Use the turbostat
tool to determine whether the energy consumption when playing videos using VA-API is now lower (see the "Consumption Display" box). Table 1 shows the averaged values when playing a video via the mpv media player and for Firefox on a Dell Latitude E7250 with the Broadwell chipset (Intel Core i5 5300U). While mpv obviously benefits from the optimized decoder chip, the savings in Firefox with WebRender are somewhat lower. PowerTOP reports a discharge rate of 7.60W (Figure 3) for VA-API; without it, the system draws 8.56W of power from the notebook battery when playing the video in the browser (Figure 4).
Table 1
Energy Consumption
Test | PkgWatt | CorWatt | GFXWatt | PowerTOP |
---|---|---|---|---|
mpv (hwdec=no) |
4.08W |
1.72W |
0.15W |
7.87W |
mpv (hwdec=vaapi) |
2.78W |
0.74W |
0.09W |
6.32W |
Nightly (plain) |
5.20W |
3.15W |
0.04W |
8.56W |
Nightly (VA-API) |
3.73W |
1.45W |
0.12W |
7.60W |
Consumption Display
The turbostat
tool is part of the Linux kernel and is built into the linux-cpupower package on Debian. Other distributions, such as Arch Linux, store the program in the turbostat standalone package. The application reads the energy consumption statistics provided by the computer system. The command in Listing 7 displays the power consumption values at intervals of three seconds. PkgWatt
stands for package (i.e., the chipset), CorWatt
for the processor, GFXWatt
for the graphics card, and RAMWatt
for the main memory. Press Ctrl+C to exit turbostat
and return to the prompt.
Thanks to Red Hat's commitment, Firefox on Linux will soon use the graphics card for decoding videos by default, allowing Firefox to finally catch up with the Microsoft Windows 10 version in terms of functionality. Default VA-API integration removes another obstacle to achieving the year of the Linux desktop (if that year ever happens).
As videoconferencing needs increase, encoding videos (of yourself) becomes just as important as decoding the received video data. Many image streams are encoded with VP8, which many graphics cards support. Firefox 80 or 81 can use VA-API for WebRTC [12] after enabling media.ffmpeg.low-latency.enabled in about:config. Hopefully, Firefox will soon enable VA-API integration by default, doing away with all of the manual work.
Listing 7
Power Consumption Values
§§number $ turbostat --quiet -i 3 -s 'PkgWatt,CorWatt,GFXWatt,RAMWatt' PkgWatt CorWatt GFXWatt RAMWatt 4.21 1.55 0.13 1.02 4.21 1.55 0.13 1.02 [...]
Infos
- ASIC: https://en.wikipedia.org/wiki/Application-specific_integrated_circuit
- VA-API: https://en.wikipedia.org/wiki/Video_Acceleration_API
- WebRender: https://github.com/servo/webrender/wiki
- WebRender on Linux: https://wiki.mozilla.org/Platform/GFX/WebRender_Where#Linux
- "Firefox on Fedora finally gets VA-API on Wayland": https://mastransky.wordpress.com/2020/06/03/firefox-on-fedora-finally-gets-va-api-on-wayland
- FFmpeg: https://ffmpeg.org
- "Add VA-API decode path to bundled ffvpx": https://bugzilla.mozilla.org/show_bug.cgi?id=1660336
- h264ify: https://addons.mozilla.org/en-US/firefox/addon/h264ify
- enhanced-h264ify: https://addons.mozilla.org/en-US/firefox/addon/enhanced-h264ify
- Mozilla Bugzilla: https://bugzilla.mozilla.org
- Download Firefox: https://www.mozilla.org/en-US/firefox/channel/desktop/
- "Use VA-API decoder with WebRTC": https://bugzilla.mozilla.org/show_bug.cgi?id=1646329
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
-
New Slimbook EVO with Raw AMD Ryzen Power
If you're looking for serious power in a 14" ultrabook that is powered by Linux, Slimbook has just the thing for you.
-
The Gnome Foundation Struggling to Stay Afloat
The foundation behind the Gnome desktop environment is having to go through some serious belt-tightening due to continued financial problems.
-
Thousands of Linux Servers Infected with Stealth Malware Since 2021
Perfctl is capable of remaining undetected, which makes it dangerous and hard to mitigate.