欢迎关注我的推特
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 71 下一页
摘要: 包括:标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。 标准库C++标准库,包括了STL容器,算法和函数等。C++ Standard Library:是一系列类和函数的集合,使用核心语言编写,也是C++ISO自身标准的一部分。Standard Template Lib 阅读全文
posted @ 2017-08-22 13:49 服务号AwesomeAITools 阅读(949) 评论(0) 推荐(0)
摘要: http://ffmpeg.org/ffmpeg-all.html#libx264_002c-libx264rgb x264 H.264/MPEG-4 AVC encoder wrapper. This encoder requires the presence of the libx264 hea 阅读全文
posted @ 2017-08-22 11:19 服务号AwesomeAITools 阅读(2665) 评论(0) 推荐(0)
摘要: 艺搜简介 基本语法: x264 [options]-o outfile infile x264 [options]-o outfile infile 注意与ffmpeg的输入输出文件位置恰好相反: ffmpeg[options][[infile options]-i infile]... {[out 阅读全文
posted @ 2017-08-22 10:40 服务号AwesomeAITools 阅读(1788) 评论(0) 推荐(0)
摘要: ABR,CQP,CRF X264显式支持的一趟码率控制方法有:ABR, CQP, CRF. 缺省方法是CRF。这三种方式的优先级是ABR > CQP > CRF. bitrate和QP都没有缺省值,一旦设置他们就表示要按照相应的码率控制方法进行编码,CRF有缺省值23,没有任何关于编码控制的设置时就 阅读全文
posted @ 2017-08-22 10:06 服务号AwesomeAITools 阅读(2330) 评论(0) 推荐(0)
摘要: typedef struct x264_param_t { /* CPU 标志位 */ unsigned int cpu; int i_threads; /* 并行编码多帧 */ int b_deterministic; /*是否允许非确定性时线程优化*/ int i_sync_lookahead; 阅读全文
posted @ 2017-08-21 16:42 服务号AwesomeAITools 阅读(300) 评论(0) 推荐(0)
摘要: 源代码位于“libavcodec/libx264.c”中。正是有了这部分代码,使得FFmpeg可以调用libx264编码H.264视频。 从图中可以看出,libx264对应的AVCodec结构体ff_libx264_encoder中设定编码器初始化函数是X264_init(),编码一帧数据的函数是X 阅读全文
posted @ 2017-08-21 16:07 服务号AwesomeAITools 阅读(1092) 评论(0) 推荐(0)
摘要: 函数背景色 函数在图中以方框的形式表现出来。不同的背景色标志了该函数不同的作用: 白色背景的函数:不加区分的普通内部函数。 浅红背景的函数:libx264类库的接口函数(API)。 粉红色背景函数:滤波函数(Filter)。用于环路滤波,半像素插值,SSIM/PSNR的计算。 黄色背景函数:分析函数 阅读全文
posted @ 2017-08-21 15:30 服务号AwesomeAITools 阅读(595) 评论(0) 推荐(0)
摘要: x264是一个开源的H.264视频编码器库。是目前最好的有损视频编码器。 基本用法是 x264 [options]-o outfile infile x264 [options]-o outfile infile 主页: http://www.videolan.org/developers/x264 阅读全文
posted @ 2017-08-21 14:07 服务号AwesomeAITools 阅读(3272) 评论(0) 推荐(0)
摘要: H.264是视频编码标准。 X264是它的开源实现,是视频编码器。 目录 [隐藏] 目录 1 编码器特性2 输入输出文件类型2.1 输入2.2 输出3 preset和tune系统3.1 --preset3.2 --tune4 码率控制4.1 crf4.2 2pass bitrate5 艺搜参考 2. 阅读全文
posted @ 2017-08-21 14:02 服务号AwesomeAITools 阅读(591) 评论(0) 推荐(0)
摘要: WordPress在用。 You'll find plenty more to play with in the examples folder. 中文乱码问题: $mail->CharSet = "utf-8"; //设置字符集编码 SMTP ERROR: Password command fai 阅读全文
posted @ 2017-08-18 17:40 服务号AwesomeAITools 阅读(297) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 71 下一页