您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. OpenCV 1.0.0 patch for ffmpeg errors

  2. 这是一个OpenCV 1.0.0的补丁文件。OpenCV 1.0.0在较新的linux机器上,如果选择支持ffmpeg的话,会出现找不到ffmpeg头文件和img_convert()定义等编译错误。这个补丁解决了上述问题。
  3. 所属分类:Linux

    • 发布日期:2009-08-25
    • 文件大小:1048576
    • 提供者:bourbaki
  1. h264Decode2Bmp

  2. 解码h264格式文件,生成yuv文件,并将每一帧转换成bmp文件,且不调用sws_scale,img_convert函数,纯C跨平台代码。本工程在vs2005下编译成功并运行。
  3. 所属分类:C++

    • 发布日期:2013-01-10
    • 文件大小:16777216
    • 提供者:marcosun_sw
  1. FFmpeg编译出错undefined reference to `img_convert’的解决方法

  2. 调用ffmpeg库函数,实现播放视频,编译时img_convert函数出错,提示找不到,是因为版本问题。新版本的ffmpeg添加了新的接口:libswscale来处理图像缩放。
  3. 所属分类:C

    • 发布日期:2013-03-04
    • 文件大小:16384
    • 提供者:mali_vip
  1. FFMpeg_SDK_开发手册.pdf

  2. FFMpeg_SDK_开发手册 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_i
  3. 所属分类:C++

    • 发布日期:2013-09-26
    • 文件大小:192512
    • 提供者:l314087278
  1. FFMpeg SDK 开发手册

  2. 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)
  3. 所属分类:C

    • 发布日期:2014-06-11
    • 文件大小:192512
    • 提供者:heidashou