Opened 5 years ago
Closed 3 years ago
#13530 closed Developer Task (Trac EOL)
Add support for rendering YUVA pixel formats
Reported by: | Mark Kendall | Owned by: | Mark Kendall |
---|---|---|---|
Priority: | minor | Milestone: | 32.0 |
Component: | MythTV - Video Playback | Version: | Master Head |
Severity: | low | Keywords: | YUVA |
Cc: | Ticket locked: | no |
Description
FFmpeg has a number of YUVA pixel formats that can be rendered without issue. The change is more invasive however as we need to extend VideoFrame? to support 4 planes. Proof of concept patch attached for initial YUVA420P support but I'm not going to commit anything before 0.31 is out. (N.B. Patch also requires Qt5.8 as written).
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
YUVA Patch