自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (5)
  • 收藏
  • 关注

原创 从MP4容器中解析出H264码流

使用开源库ffmpeg先定义两个全局变量/*global variable, for demuxing -------*/AVPacket packet;AVFormatContext * pFormatCtx = NULL; 需要提前注册/*add by zorro, for demuxing mp4------------*/av_register_al

2016-04-20 16:35:57 776 2

原创 H264码流封装MP4

码流封装使用开源库ffmpeg通过函数h264buff_write() 向H264 buffer中写入H264码流,mux_thread 会把收到的码流封装进MP4 文件,这里我采用单独的线程封装码流是为了解决录制过程中周期卡顿的问题,也可以不单独拉线程。/*---------------for muxing--------------*/#ifndef INT64_C

2016-04-20 16:00:15 6784 17

ISO_WD_13400-5 conformance test.pdf

Road vehicles - Diagnostic communication over Internet Protocol (DoIP) Part 5: Conformance test specification

2020-05-20

ISO 13400-4-2016.pdf

Road vehicles - Diagnostic communication over Internet Protocol (DoIP) Part 4: Ethernet-based high-speed data link connector 2016

2020-05-20

ISO 13400-3-2011.pdf

Road vehicles - Diagnostic communication over Internet Protocol (DoIP) Part 3: Wired vehicle interface based on IEEE 802.3-2016

2020-05-20

ISO 13400-2-2011.pdf

Road vehicles - Diagnostic communication over Internet Protocol (DoIP) Part 2: Transport protocol and network layer services-2012

2020-05-20

ISO 13400-1-2011.pdf

Road vehicles - Diagnostic communication over Internet Protocol (DoIP) Part 1: General information and use case definition-2011

2020-05-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除