In ffmpeg, is there any way to tell if a codec (AVCodec or AVCodecContext) supports interframe encoding?
In ffmpeg, is there any way to tell if a codec ( AVCodec or
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Possibility of interframe is not indicated in the AVCodec structure itself
Header file avcodec.h
http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavcodec/avcodec.h;h=fdc86bb7c09025df30ff7536a0dd9a55efabb20c;hb=HEAD#l628
defines no CODEC_CAP_* capability flag for interframe support
It is internal capability of codec, which may be indicated only as text in Profile description e.g. FF_PROFILE_H264_HIGH_10_INTRA