raspberry-pi-pcie-devices VS enable-chromium-hevc-hardware-deco

Compare raspberry-pi-pcie-devices vs enable-chromium-hevc-hardware-deco and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
raspberry-pi-pcie-devices enable-chromium-hevc-hardware-deco
43 5
1,474 -
- -
8.6 -
15 days ago -
HTML
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

raspberry-pi-pcie-devices

Posts with mentions or reviews of raspberry-pi-pcie-devices. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-20.
  • Raspberry Pi PCIe Database
    1 project | news.ycombinator.com | 24 Jan 2024
  • The Orange Pi 5
    4 projects | news.ycombinator.com | 20 Jan 2024
    Generally yes. M.2 wifi cards are just PCI-E (except for Intel CNVio). Jeff Geerling tried a bunch of different PCI-E cards with the Raspberry Pi 4 Compute Module which does expose the PCI-E interface: https://pipci.jeffgeerling.com/
  • AMD's 22-year-old GPUs still getting driver updates thanks to the FOSS community
    1 project | news.ycombinator.com | 6 Jan 2024
    We're also trying to preserve the utility of older cards by getting at least portions of the drivers working on alternate platforms (like arm64), so they can be repurposed for Plex/Jellyfin transcoding, retro gaming, GPU compute, etc.: https://github.com/geerlingguy/raspberry-pi-pcie-devices/iss...
  • Double Standards
    1 project | news.ycombinator.com | 8 Dec 2023
    The current answer is maybe: https://github.com/geerlingguy/raspberry-pi-pcie-devices/iss...

    The PCIe implementation on the 5 is supposedly more complete/less broken than on the CM4, but so far the only person crazy/inspired enough to test hasn't gotten back to this card with their Pi 5 setup.

  • Still no love for WPA3 on the Raspberry Pi 5
    5 projects | news.ycombinator.com | 6 Nov 2023
    Just a note that if you're _serious_ about WiFi on the Raspberry Pi... you should use an external WiFi adapter—either PCIe or USB.

    With the Compute Module 4, I've successfully tested a variety of adapters [1], from WiFi 6E to older mini PCIe and M.2 cards. There's even a board made for the purpose of multi-WiFi testing, the Seaberry [2].

    The Raspberry Pi 5 works with all the PCIe WiFi chips I've tested (haven't had time to summarize testing on pipci database site yet, including a mt7921u-based WiFi 6E USB adapter (haven't written that up, but check out [3]).

    [1] https://pipci.jeffgeerling.com/#network-cards-nics-and-wifi-...

    [2] https://pipci.jeffgeerling.com/boards_cm/seaberry.html

    [3] https://github.com/morrownr/USB-WiFi/issues/137#issuecomment...

  • Raspberry Pi 5 drops codec hardware acceleration except for HEVC decode
    7 projects | news.ycombinator.com | 30 Oct 2023
    https://pipci.jeffgeerling.com honestly I'd get a home server and run HA through docker, it's gotten me into home servers.
  • Recommended mPCI Wifi card for DYI router - Debian
    1 project | /r/homelab | 21 Jun 2023
  • KVM QEMU rpios
    1 project | /r/debian | 11 Apr 2023
  • Graphics card integration
    1 project | /r/raspberryDIY | 8 Feb 2023
    The simplest access you can get would be by using a CM board (as that has PCI Express available on its connectors) but driver issues galore exist. AMD have been more open the the "greenies" but the closest result I have seen is documented by Jeff Geerling
  • Bought 2 Raspberry Pi 4 accidentally!
    2 projects | /r/homelab | 21 Dec 2022
    Are you familiar with a YouTuber named Jeff Geerling? He does some pretty far out stuff with pi’s like connecting video cards to them, etc. here’s a videoabout stuff you could do, I haven’t watched it myself. He’s got this website that has a list of accessories he’s tried with the pi. While I was looking for his channel I saw a ton of videos on YouTube for stuff to do with the pi. Curious to see what you end up doing… I guess I’m kinda hoping you do something that utilizes the full potential of the 4 😁

enable-chromium-hevc-hardware-deco

Posts with mentions or reviews of enable-chromium-hevc-hardware-deco. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-30.
  • Raspberry Pi 5 drops codec hardware acceleration except for HEVC decode
    7 projects | news.ycombinator.com | 30 Oct 2023
    Most devices can indeed most likely handle software decode of more common resolutions, codecs and bitrates. But I'd really hope they'd pick the one that won't suck up all the battery, so H264. This line of thought is supported by the fact that YouTube still provides an H264 option with most if not all videos.

    With higher bitrate things, HEVC seems to grow in popularity but even software decode support is not everywhere. Netflix for example requires the installation of HEVC support on Windows to play 4K content.

    Actually hardware-accelerated video decode is even spottier and more unreliable across most platforms. The JS API for codec support (canPlayType) literally returns "maybe" and "probably". It's quite bad.

    So far the best compatibility I've seen has been Edge with flags on Windows (MPEG-2, H264, HEVC, AV1, VP8, VP9 with most also supporting accelerated encode). It still fails with some content (Dolby Vision P5 colors are incorrect, HEVC Rext doesn't play - more info about HEVC is available here https://github.com/StaZhu/enable-chromium-hevc-hardware-deco...). Chrome on macOS is a close second in terms of codec support.

    The worst in terms of HW acceleration being all the browsers on desktop Linux-s, few and fragile combinations that offer limited and janky support. But it's slowly improving. This combined with the not-the-latest hardware many use, means things like VP9 or AV1 tend to stutter.

    I'd love to see some more generic stats, but considering the APIs aren't sufficient to determine actual support, these might be difficult to gather.

  • Chrome still hasn't changed its opinion about dropping JPEG XL support
    3 projects | news.ycombinator.com | 6 Jun 2023
    > The 'right' solution would be to just use system codecs for everything. Many apps need good implementations of image codecs. They just need to be implemented once by the OS vendor (or the toolkit on Linux).

    Windows has done this and is still doing this, but the decade-long track history so far is that this does not work well. It can work, in a very limited scope and if you have a lot of influence.

    Sure, it's really nice if an 8K@60Hz HDR HEVC video plays perfectly straight in your browser or desktop app, but more often than not, it just won't. You don't have the right browser, the extension installed (due to license agreements), good enough graphics drivers or someone has forgotten a flag yet again.

    And we haven't even gotten to the immense amount of variation each codec introduces or the potential attack surface.

    How shit the situation is with just HEVC (and thus also basically HEIC): https://github.com/StaZhu/enable-chromium-hevc-hardware-deco...

    > Just file a bug against your OS.

    In the end that "just" carries a lot of burden, it can't be the users reporting these issues.

    It's just way easier to leech off of ffmpeg and similar, and let it deal with all the formats. Instead of hoping that maybe you can leverage what the OS gives you, that it works and works correctly in all your edge-cases.

    Though not everything is that gloomy, there are Vulkan extensions that might (in the future) simplify cross-platform image and video decoding (and HW acceleration).

  • Google Quietly Added HEVC Support in Chrome
    8 projects | news.ycombinator.com | 25 Oct 2022
  • Ask HN: Why does nobody support h.265/HEVC anymore?
    3 projects | news.ycombinator.com | 9 May 2022
    I think there are a few patches that can enable HEVC hardware decoding with chromium. Though I am a firefox user so I didn't test whether these patches works or not. https://github.com/StaZhu/enable-chromium-hevc-hardware-deco...

What are some alternatives?

When comparing raspberry-pi-pcie-devices and enable-chromium-hevc-hardware-deco you can also consider the following projects:

rust-raspberrypi-OS-tutorials - :books: Learn to write an embedded OS in Rust :crab:

enable-chromium-hevc-hardware-decoding - A guide that teach you enable hardware HEVC decoding & encoding for Chrome / Edge, or build a custom version of Chromium / Electron that supports hardware & software HEVC decoding and hardware HEVC encoding.

Volumio - Volumio 2 - Audiophile Music Player

libheif - libheif is an HEIF and AVIF file format decoder and encoder.

Signal-Desktop-Mobian - Signal Desktop Builder for Mobian Bookworm

thorium-libjxl - libjxl for Chromium - restores JPEG-XL functionality to Thorium/Chromium post M109

docker-homebridge - Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.

SVT-AV1

docker-cloudflare-ddns - A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.

SubKt - SubKt is a highly configurable toolkit for fansubbing automation written in Kotlin for Gradle. Documentation can be found at https://github.com/Myaamori/SubKt/blob/master/docs/subkt/index.md

Debian-Pi-Aarch64 - This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)

Joshiraku - Kaleido-subs release of Joshiraku (Rakugo Girls)