Opened 3 years ago
Last modified 16 months ago
#2050 assigned task
nvenc should expose csc modes as different encoders
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.2 |
Component: | encodings | Version: | 2.4.x |
Keywords: | Cc: |
Description
Currently we have a XPRA_NVENC_YUV444_THRESHOLD=85
and we choose the csc mode during instantiation (via get_target_pixel_format
), which means that it cannot be changed afterwards.
We should export 2 (or more) codec specs with different properties.
Change History (5)
comment:1 Changed 3 years ago by
Status: | new → assigned |
---|
comment:3 Changed 3 years ago by
Milestone: | 4.0 → 4.1 |
---|
comment:4 Changed 20 months ago by
Milestone: | 4.1 → 4.2 |
---|
comment:5 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2050
Note: See
TracTickets for help on using
tickets.
Then workarounds like this one may no longer be needed: r21045.