#616 closed enhancement (wontfix)
HEVC single frame encoding support
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | future |
Component: | encodings | Version: | |
Keywords: | Cc: |
Description
As can be seen here: Lossy Compressed Image Formats Study, HEVC
beats jpeg
and webp
in terms of efficiency.
It would be interesting to see if it is fast, or at least if we can tune the speed.
The implementation used in the benchmarks above is here:
Change History (4)
comment:3 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
#784 is more likely to succeed.
comment:4 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/616
Note: See
TracTickets for help on using
tickets.
The layout of this project is very windowsy, in other words: bad and messy.
It seems that it produces some static libraries:
I assume the "d" is the debug version.
The first one has over 3000 symbols in it, the second one over 11000...
The sample encoder app has 2400 lines of code dedicated to configuring the encoder - oh joy.
Is this for real!?
See also #784