Ticket #243 (closed enhancement: fixed)

Opened 2 years ago

Last modified 7 months ago

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:1 Changed 12 months ago by michael

  • Status changed from new to open

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 ...

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.