mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
[BUG] Initializing texture for hardware decoding failed #96
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @defencedog on GitHub (Sep 18, 2024).
My
video.mp4is an HEVC 10bit. When I pay it viampv --vo=gpu --hwdec=auto video.mp4it shows a blue screen (if it is not 10bit the H265 video plays properly)However I experimented with
ffplay -vcodec hevc_rkmpp video.mp4it playes properly! My SBC is OPi3b v2.1 RK3566.Any opinions on this?
@nyanmisaka commented on GitHub (Sep 18, 2024):
https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Rendering
The Wiki already explains what's needed.
@defencedog commented on GitHub (Sep 18, 2024):
Extremely thanks
--vf=scale_rkrga=force_yuv=8bitthis option removed this issue