
视频编解码
闻啼鸟
CSDN博客专家、华为云享专家、C++领域新星创作者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
视频编码
ysamsource downloadvpxsource downloadx264source downloadx265source download编译以上编译均需要提前安装yasm。项目项目主页:Github VideoEncoder原创 2021-01-09 21:31:34 · 294 阅读 · 0 评论 -
认识下子 gstreamer
一.Gstreamer源码下载地址:https://gstreamer.freedesktop.org/src/ ,由于gstreamer采用插件方法,可以根据需要安装自己需要插件,包含很多插件库。但最以下2个库是必须的。核心库:gstreamer 支持gstreamer核心框架的基本库:gst-plugins-base 支持gstreamer最基本功能在开发阶段建议还安装gst-plugins-good库(常用稳定的库),后面根据业务需要再做裁剪或者安装其他库。二.Gstr...原创 2020-12-02 17:34:12 · 317 阅读 · 0 评论 -
opencv所提供的图像编解码
cv2.imdecode()函数从指定的内存缓存中读取数据,并把数据转换(解码)成图像格式;主要用于从网络传输数据中恢复出图像。cv2.imencode()函数是将图片格式转换(编码)成流数据,赋值到内存缓存中;主要用于图像数据格式的压缩,方便网络传输。#include <iostream>#include <sstream>#include <string>#include <opencv2/opencv.hpp>#include &l.原创 2020-11-26 09:38:54 · 743 阅读 · 0 评论 -
一文读懂:史上最通俗的视频编码技术详解
链接:https://www.easemob.com/news/3614转载 2020-10-23 16:54:14 · 495 阅读 · 0 评论