Opened 15 years ago
Closed 14 years ago
#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 (2)
comment:1 by , 14 years ago
| Status: | new → open |
|---|
comment:2 by , 14 years ago
| Component: | undetermined → avcodec |
|---|---|
| Resolution: | → fixed |
| Status: | open → closed |
$ 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 ...