文件名称:VC调用FFMPEG进行编码
文件大小:3.59MB
文件格式:RAR
更新时间:2016-05-01 03:17:44
VC调用FFMPEG
VC6调用FFMPEG进行H264视频编码,代码大体流程: avcodec_init(); avcodec_register_all(); avcodec_find_encoder(CODEC_ID_H264); avcodec_alloc_context(); avcodec_alloc_frame(); avcodec_encode_video(c, outbuf, outbuf_size, picture); avcodec_encode_video(c, outbuf, outbuf_size, NULL);
【文件预览】:
FFMPEG-VC
----avutil.lib(14KB)
----avformat.lib(62KB)
----avutil.dll(28KB)
----apiexample.c(14KB)
----test()
--------test.264(988KB)
----include()
--------rgb2rgb.h(7KB)
--------md5.h(1KB)
--------rational.h(3KB)
--------rtsp.h(3KB)
--------random.h(2KB)
--------base64.h(1KB)
--------allcodecs.h(9KB)
--------rtspcodes.h(2KB)
--------swscale.h(5KB)
--------stdint.h(5KB)
--------fifo.h(3KB)
--------avformat.h(32KB)
--------common.h(10KB)
--------intfloat_readwrite.h(1KB)
--------mem.h(2KB)
--------avstring.h(3KB)
--------avio.h(9KB)
--------avutil.h(6KB)
--------rtp.h(4KB)
--------integer.h(2KB)
--------avcodec.h(93KB)
--------inttypes.h(5KB)
--------log.h(4KB)
--------opt.h(3KB)
--------lzo.h(1KB)
--------adler32.h(993B)
--------mathematics.h(2KB)
----avcodec.dll(6.85MB)
----avformat.dll(472KB)
----avcodec.lib(507KB)
----ceshi.ncb(121KB)
----ceshi.opt(342KB)
----ceshi.dsw(535B)
----ceshi.dsp(5KB)
----ceshi.plg(2KB)