ffmpeg SDK 开发手册 来源: ChinaUnix 博客 日期: 2009
10 13:02 (共有0 条评论) 我要评论 FFMpeg SDK 开发手册 FFMpeg 中比较重要的函数以及数据结构如下: 1
数据结构: (1) AVFormatContext (2) AVOutputFormat (3) AVInputFormat (4) AVCodecContext (5) AVCodec (6) AVFrame (7) AVPacket (8) AVPicture (9) AVStream 2
初始化函数: (1) av_register_all() (2) avcodec_open() (3) avcodec_close() (4) av_open_input_file() (5) av_find_input_format() (6) av_find_stream_info() (7) av_close_input_file() 3
音视频编解码函数: (1) avcodec_find_decoder() (2) avcodec_alloc_frame() (3) avpicture_get_size() (4) avpicture_fill() (5) img_convert() (6) avcodec_alloc_context() (7) avcodec_decode_video() (8) av_free_packet() (9) av_free() 4
文件操作: (1) avnew_steam() (2) av_read_frame() (3) av_write_frame() (4) dump_format() 5
其他函数: (1) avpicture_deinterlace() (2) ImgReSampleContext(