mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
[PR #15] [CLOSED] lavf/rkrga: add force_{yuv,chroma} options for vpp filter #239
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#239
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?
📋 Pull Request Information
Original PR: https://github.com/nyanmisaka/ffmpeg-rockchip/pull/15
Author: @nyanmisaka
Created: 1/22/2024
Status: ❌ Closed
Base:
master← Head:force-yuv-opts📝 Commits (1)
b4cf4eelavf/rkrga: addforce_{yuv,chroma}options for vpp filter📊 Changes
1 file changed (+78 additions, -0 deletions)
View changed files
📝
libavfilter/vf_vpp_rkrga.c(+78 -0)📄 Description
force_{yuv,chroma}options for vpp filterThey are used to set the output to an uncompact and linear format while maintaining the same chroma sub-sampling with the input. The user does not have to know the input format in advance.
A more user-friendly version of #13. It is impossible for FFmpeg noobs to know nv15 and nv20.
Also since the only use case is for EGL based video players, there is no point to add additional RGB formats.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.