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
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
KDE Plasma 5.27 Beta is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.
-
Gnome 44 Now Has a Release Date
Gnome 44 will be officially released on March 22, 2023.
-
Nitrux 2.6 Available with Kernel 6.1 and a Major Change
The developers of Nitrux have officially released version 2.6 of their Linux distribution with plenty of new features to excite users.
-
Vanilla OS Initial Release Is Now Available
A stock GNOME experience with on-demand immutability finally sees its first production release.
-
Critical Linux Vulnerability Found to Impact SMB Servers
A Linux vulnerability with a CVSS score of 10 has been found to affect SMB servers and can lead to remote code execution.
-
Linux Mint 21.1 Now Available with Plenty of Look and Feel Changes
Vera has arrived and although it is still using kernel 5.15, there are plenty of improvements sure to please everyone.