Ticket #243 (closed enhancement: fixed)
Flag to tell if a codec supports interframe encoding
| Reported by: | jlstrecker | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avcodec |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Be able to tell to tell if a codec (AVCodec or AVCodecContext) supports interframe encoding.
Change History
comment:2 Changed 7 months ago by cehoyos
- Status changed from open to closed
- Resolution set to fixed
- Component changed from undetermined to avcodec
$ ffmpeg -codecs
now shows which codecs only support intraframe encoding. All other codecs (also) support interframe encoding.
Please reopen if you think this does not solve the ticket.
Note: See
TracTickets for help on using
tickets.



Considering the time this is open with noone implementing it. Do you know C and still want it ? a patch that adds a CODEC_CAP flag along similarly named flags is surely welcome ...