Chinaunix首页 | 论坛 | 博客
  • 博客访问: 166490
  • 博文数量: 47
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 256
  • 用 户 组: 普通用户
  • 注册时间: 2013-10-10 09:15
个人简介

熟悉多种视频标准,如h.264, MPEG-2/MPEG-4, AVS.

文章分类

全部博文(47)

文章存档

2015年(5)

2014年(22)

2013年(20)

我的朋友

发布时间:2014-04-21 14:22:48

FFMpeg处理RTMP流有两种方式:  一个是使用自带的RTMP代码功能;  一个是使用第三方库librtmp;下面就这两种方式的一些使用和差异做了个总结;一、自带RTMP代码功能FFmpeg自带的RTMP代码只支持RTMP协议,不支持rtmpt,rtmpe,rtmpte和rtmps协议;命令行设置如下:1. 将RTMP流原样保存成文件# ./ffmpeg -i rt.........【阅读全文】

阅读(1996) | 评论(0) | 转发(0)

发布时间:2014-04-17 10:45:26

由于误删除了/usr/local/lib下面的一些文件,导致在重新安装libx264以及libfaac后,在ffmpeg enable这个库时失败。./configure --prefix=/usr/local/ffmpeg--enable-gpl --enable-shared --enable-nonfree  --enable-libvorbis   --enable-libx264  --enable-libfaac  --enable-pthreads --disable-ffserver--disab.........【阅读全文】

阅读(2394) | 评论(0) | 转发(0)

发布时间:2014-02-10 17:38:26

When using gdb to debug step by step, sometimes, the value of some variables don't be printed and we can see the message "value optimized out".......【阅读全文】

阅读(1079) | 评论(0) | 转发(0)

发布时间:2014-01-27 16:51:00

testing ffmpeg example, decoding_encoding......【阅读全文】

阅读(1642) | 评论(0) | 转发(0)

发布时间:2014-01-27 11:16:53

from http://www.myexception.cn/program/797450.html从编译ffmpeg/examples,进而了解pkg-config在编译ffmpeg/doc/example的时候,发现该目录下只有一些.C文件和makefile,于是,很自然的输入:make。期待成功编译的结果,然而却报出了很多错误,主要错误如下:Package lib* was not found in .........【阅读全文】

阅读(2615) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册