会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
欢迎关注我的推特
服务号AwesomeAITools
免费IM-免费视频通话-免费视频会议-免费互动连麦直播-免费白板--->github.com/starRTC
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
36
37
38
39
40
41
42
43
44
···
71
下一页
2017年5月23日
centos 6 7 differences 区别
摘要: 命令centos6centos7 ifconfig有有 yum install -y net-tools 服务管理chkconfig /etc/init.d/服务systemctl systemctl start service_name 自启动 [CentOS6] $ chkconfig serv
阅读全文
posted @ 2017-05-23 17:10 服务号AwesomeAITools
阅读(326)
评论(0)
推荐(0)
2017年5月22日
Linux命令之ln软链接
摘要: 用途:链接文件 默认情况下,ln命令产生硬链接。 最常用的参数是-s(建立符号连接Symbolic Link,也叫软连接),具体用法是: ln-s 源文件 目标文件 ln-s 源文件 目标文件 当我们需要在不同的目录用到相同的文件时,我们不需要在每一个目录下都放一个相同的文件,我们只需要在某个固定的
阅读全文
posted @ 2017-05-22 18:44 服务号AwesomeAITools
阅读(1592)
评论(0)
推荐(0)
升级svn 到1.7
摘要: sudo yum update sudo yum groupinstall "Development tools" sudo yum groupinstall "Additional Development" wget https://archive.apache.org/dist/subversi
阅读全文
posted @ 2017-05-22 18:42 服务号AwesomeAITools
阅读(303)
评论(0)
推荐(0)
jni集成第3方third party动态库libwebrtc_audio_preprocessing.so时android.mk的编写
摘要: 现在要调用一个第3方库libwebrtc_audio_preprocessing.so 最终布局如下: 即创建2个文件夹,将第3方库放进去。 include目录放第3方库的头文件 其中lib目录如下: LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS
阅读全文
posted @ 2017-05-22 18:42 服务号AwesomeAITools
阅读(856)
评论(0)
推荐(0)
2017年5月17日
FFmpeg编码详细流程
摘要: FFmpeg在编码一个视频的时候的函数调用流程。为了保证结构清晰,其中仅列出了最关键的函数,剔除了其它不是特别重要的函数。函数背景色函数在图中以方框的形式表现出来。不同的背景色标志了该函数不同的作用:粉红色背景函数:FFmpeg的API函数。白色背景的函数:FFmpeg的内部函数。黄色背景的函数:U
阅读全文
posted @ 2017-05-17 18:36 服务号AwesomeAITools
阅读(1720)
评论(0)
推荐(0)
FFmpeg解码详细流程
摘要: FFmpeg在解码一个视频的时候的函数调用流程。为了保证结构清晰,其中仅列出了最关键的函数,剔除了其它不是特别重要的函数。下面解释一下图中关键标记的含义。函数背景色函数在图中以方框的形式表现出来。不同的背景色标志了该函数不同的作用:粉红色背景函数:FFmpeg的API函数。白色背景的函数:FFmpe
阅读全文
posted @ 2017-05-17 18:30 服务号AwesomeAITools
阅读(2728)
评论(0)
推荐(0)
centos 在CentOS下编译FFmpeg
摘要: 所需软件 准备 yum install autoconf automake gcc gcc-c++ git libtool make nasm pkgconfig zlib-devel -y新版还加了下面的cmake freetype-devel mercurial yum install auto
阅读全文
posted @ 2017-05-17 15:44 服务号AwesomeAITools
阅读(811)
评论(0)
推荐(0)
centos编译 Compiling FFmpeg on CentOS RHEL Fedora
摘要: This guide is based on a minimal installation of the latest CentOS release, and will provide a local, non-system installation of FFmpeg with support f
阅读全文
posted @ 2017-05-17 15:43 服务号AwesomeAITools
阅读(287)
评论(0)
推荐(0)
C语言的面向对象设计之 X264,FFMPEG 架构探讨
摘要: FFMPEG架构分析使用面向对象的办法来设想这样一个编解码库,首先让人想到的是构造各种编解码器的类,然后对于它们的抽象基类确定运行数据流的规则,根据算法转换输入输出对象。在实际的代码,将这些编解码器分成encoder/decoder,muxer/demuxer和device三种对象,分别对应于编解码
阅读全文
posted @ 2017-05-17 14:22 服务号AwesomeAITools
阅读(353)
评论(0)
推荐(0)
C语言宏定义时#(井号)和##(双井号)作用
摘要: #的功能是将其后面的宏参数进行字符串化操作(Stringfication),简单说就是在对它所引用的宏变量 通过替换后在其左右各加上一个双引号。 #define example(instr) printf("the input string is:\t%s\n",#instr) #define ex
阅读全文
posted @ 2017-05-17 14:11 服务号AwesomeAITools
阅读(619)
评论(0)
推荐(0)
上一页
1
···
36
37
38
39
40
41
42
43
44
···
71
下一页
公告