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
-
Kubuntu Focus Announces XE Gen 2 Linux Laptop
Another Kubuntu-based laptop has arrived to be your next ultra-portable powerhouse with a Linux heart.
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.
-
openSUSE Leap 15.5 Beta Now Available
The final version of the Leap 15 series of openSUSE is available for beta testing and offers only new software versions.
-
Linux Kernel 6.2 Released with New Hardware Support
Find out what's new in the most recent release from Linus Torvalds and the Linux kernel team.