mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Scaling affects color output #16
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#16
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 @jagheterfredrik on GitHub (Feb 9, 2024).
Hello, thank you for your effort on this 👍
I'm trying to do hardware scaling
-vf realtime,scale_rkrga=w=1280:h=720:format=yuv420p,hwmap=mode=read,format=yuv420p -r 5 -f rawvideobut my image turns all weird. Without the w/h (-vf realtime,scale_rkrga=format=yuv420p,hwmap=mode=read,format=yuv420p -r 5 -f rawvideo) the video looks fine.Full ffmpeg is
Input format is
Any pointers are highly appreciated 🙏
@nyanmisaka commented on GitHub (Feb 10, 2024):
@jagheterfredrik
I can't reproduce your issue. Please dump the rawvideo as file and check with the YUView tool.
@jagheterfredrik commented on GitHub (Feb 10, 2024):
Thanks a bunch for the pointer to YUView! It's being displayed in the wrong resolution (1920x1080) and therefore not showing correctly. At the right size it shows fine after scaling. Thank you again for your work on ffmpeg+rockchip 👍