mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
YUV420P的支持 #188
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#188
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 @salier on GitHub (Jun 30, 2025).
mpp的YUV420P解码是支持的
但是FFmpeg似乎不支持 这个是有什么问题嘛?
@nyanmisaka commented on GitHub (Jun 30, 2025):
What do you mean? The MPP decoder hardware is designed to only support outputting NV12 pixel layout, not YUV420P. If you need the latter you will need to convert it manually using the RGA filter.