Opened 6 years ago
Closed 6 years ago
#680 closed enhancement (fixed)
Prores 4444 encoding
Reported by: | dftmli | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avcodec |
Version: | git-master | Keywords: | prores |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
The recently added Prores encoder doesn't support Prores 4444 encoding, but the decoder does.
See http://en.wikipedia.org/wiki/ProRes_4444
It would be very nice, if Prores 4444 encoding would be implemented as well.
Change History (2)
comment:1 Changed 6 years ago by cehoyos
- Keywords prores added; Prores encoder 4444 removed
- Priority changed from important to wish
- Reproduced by developer set
- Status changed from new to open
- Version changed from unspecified to git-master
comment:2 Changed 6 years ago by cehoyos
- Resolution set to fixed
- Status changed from open to closed
Note: See
TracTickets for help on using
tickets.
Encoding of yuv444p is supported with -vcodec prores_kostya, see ticket #1750 for transparency encoding.