Opened 13 months ago
Closed 13 months ago
#2044 closed enhancement (fixed)
use video encoders more aggressively - but not nvenc
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.5 |
Component: | encodings | Version: | 2.4.x |
Keywords: | Cc: |
Description
See ticket:2029#comment:13 : using video encoders saves lots of bandwidth and isn't that much more expensive than "jpeg" or "webp".
The only exception is NVENC (see #2022): those encoder contexts are expensive, so we don't want to use them unless we are certain that this is going to last.
Attachments (1)
Change History (5)
comment:1 Changed 13 months ago by
Status: | new → assigned |
---|
comment:3 Changed 13 months ago by
With the patch above, nvenc doesn't get used for the first 20 or 30 frames.
But it doesn't take into account the number of frames per second, which is more important than the raw number of frames. But this would require #2043
comment:4 Changed 13 months ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
See also #2046