-
-
Notifications
You must be signed in to change notification settings - Fork 697
Open
Labels
Description
Description
ffplay is not using GPU acceleration for video playback on the Raspberry Pi 5. I have five different Pi5 units that are affected by this. Each of these are running a fresh installation of the Bookworm based Raspberry Pi OS Lite (Legacy, 64-bit) with the only modification being the following command to install Anthias:
bash <(curl -sL https://install-anthias.srly.io)
May be related to 2450, but it affects all codecs.
Steps to Reproduce
Steps to reproduce the behavior:
- Inatall Raspberry Pi OS Lite (Legacy, 64-bit)
- Install Anthias
- Upload a video and observe it using the CPU for decoding
Expected Behavior
ffplay should use the GPU to accelerate decoding of videos
Environment
- Device: Raspberry Pi 5
- OS: Raspberry Pi OS Lite (Legacy, 64-bit) Bookworm
- Anthias Version: master@d4290e3
- Installation Method: Manual Installation