摘要: https://zhuanlan.zhihu.com/p/214200642 阅读全文
posted @ 2020-09-13 09:40 撒欢 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 万字长文带你解析23个问题 TCP疑难杂症 https://www.cnblogs.com/yescode/p/13629353.html https://xie.infoq.cn/article/cda808c1fc916b70e06521511 阅读全文
posted @ 2020-09-13 09:37 撒欢 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 原文:The problem with C https://cor3ntin.github.io/posts/c/ 译文:C 与 C++ 40 年的爱恨情仇 https://www.wxnmh.com/thread-7719893.htm 阅读全文
posted @ 2020-09-13 09:27 撒欢 阅读(134) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/csdnnews/article/details/108525813 阅读全文
posted @ 2020-09-13 09:25 撒欢 阅读(114) 评论(0) 推荐(0) 编辑
摘要: RGB -> YUV -> H264 编码 -> RTP -> H264 解码 -> YUV -> RGB采集(相机)->处理(效果增强)->编码(h264,h265,ffmpeg)->封装(avi,mov,mpg,mpeg,mp4,wmv,rm,rmvb,flv,mkv,ts)->推送(rtsp等 阅读全文
posted @ 2020-06-20 09:30 撒欢 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 主观质量评价 视频主观质量评价需要选定一批非专家类型的受测者,让他们在一个受控的环境下连续观看一系列的测试序列,时长大约10-30分钟,然后采用各种统计方法让受测者对视频序列的质量进行评分,最后得到视频质量平均分(Mean Opinion Score, MOS)。受控环境包括:观看距离、观测环境、测 阅读全文
posted @ 2020-06-20 09:24 撒欢 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: https://www.zybuluo.com/liuhui0803/note/454651 阅读全文
posted @ 2020-06-20 09:01 撒欢 阅读(177) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/imj060336/article/details/1958934 阅读全文
posted @ 2020-06-20 08:51 撒欢 阅读(137) 评论(0) 推荐(0) 编辑
摘要: MP3 的全称为MPEG1 Layer-3 音频文件 每帧采样数(帧时间戳): 我们首先区分两个术语:帧大小和帧长度。帧大小即每帧采样数表示一帧中采样的个数,这是恒定值。其值如下表所示 MPEG 1 MPEG 2 (LSF) MPEG 2.5 (LSF) Layer I 384 384 384 La 阅读全文
posted @ 2020-06-20 08:21 撒欢 阅读(1820) 评论(0) 推荐(0) 编辑
摘要: ffmpeg -i test.mp4 -codec copy -bsf: h264_mp4toannexb -f h264 test.264 从MP4文件内提取视频流,忽略音频流,指定帧频、码率 ffmpeg -i test.mp4 -vcodec h264 -an -r 25 -b:v 256k 阅读全文
posted @ 2020-06-20 08:10 撒欢 阅读(738) 评论(0) 推荐(0) 编辑
摘要: 转载自知乎: https://www.cnblogs.com/chenzhen0530/p/10638959.html https://www.zhihu.com/question/25627482/answer/32060408 阅读全文
posted @ 2020-06-03 09:20 撒欢 阅读(177) 评论(0) 推荐(0) 编辑
摘要: http://www.hd199.net/portal/article/index/id/6415.html 阅读全文
posted @ 2020-06-02 11:15 撒欢 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 找了很久rtsp的直播源,基本上都是无法访问的,想抓包看一下报文也没办法看到。 后来找到VLC这款软件,以及这篇博文,总算可以自己制作播放源。https://www.cnblogs.com/saryli/p/9175947.html 打开两个窗口,同时播放就好。 使用 rtsp://管理口ip:85 阅读全文
posted @ 2020-06-01 18:20 撒欢 阅读(2290) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1439013 阅读全文
posted @ 2020-04-28 10:03 撒欢 阅读(177) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yingms/article/details/53188974 阅读全文
posted @ 2020-04-11 13:15 撒欢 阅读(56) 评论(0) 推荐(0) 编辑