当前位置:网站首页>Difference between avc1 and H264
Difference between avc1 and H264
2022-07-05 13:07:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
I occasionally found the answer to this question in my mind when I went online today .
H.264 Video Types
The following media subtypes are defined for H.264 video.
Subtype | FOURCC | Description |
|---|---|---|
MEDIASUBTYPE_AVC1 | ‘AVC1’ | H.264 bitstream without start codes. |
MEDIASUBTYPE_H264 | ‘H264’ | H.264 bitstream with start codes. |
MEDIASUBTYPE_h264 | ‘h264’ | Equivalent to MEDIASUBTYPE_H264, with a different FOURCC. |
MEDIASUBTYPE_X264 | ‘X264’ | Equivalent to MEDIASUBTYPE_H264, with a different FOURCC. |
MEDIASUBTYPE_x264 | ‘x264’ | Equivalent to MEDIASUBTYPE_H264, with a different FOURCC. |
The main difference between these media types is the presence of startcodes in the bitstream. If the subtype is MEDIASUBTYPE_AVC1, thebitstream does not contain start codes.
H.264 Bitstream Without Start Codes
The MP4 container format stores H.264 data without start codes.Instead, each NALU is prefixed by a length field, which gives thelength of the NALU in bytes. The size of the length field can vary, butis typically 1, 2, or 4 bytes.
When start codes are not present in the bitstream, the following media type is used.
Major type | MEDIATYPE_Video |
|---|---|
Subtype | MEDIASUBTYPE_AVC1 |
Format type | FORMAT_MPEG2Video |
The format block is an MPEG2VIDEOINFO structure. This structure should be filled in as follows:
- hdr: A VIDEOINFOHEADER2 structure that describes the bitstream. No color table is present after the BITMAPINFOHEADER portion of the structure, and biClrUsed must be zero.
- dwStartTimeCode: Not used. Set to zero.
- cbSequenceHeader: The length of the dwSequenceHeader array in bytes.
- dwProfile: Specifies the H.264 profile.
- dwLevel: Specifies the H.264 level.
- dwFlags: The number of bytes used for the length field that appears before each NALU. The length field indicates the size of the following NALU in bytes. For example, if dwFlags is 4, each NALU is preceded by a 4-byte length field. The valid values are 1, 2, and 4.
- dwSequenceHeader: A byte array that may contain sequence parameter set (SPS) and picture parameter set (PPS) NALUs.
The MP4 container might contain sequence parameter sets (SPS) orpicture parameter sets (PPS) as special NAL units in file headers or ina separate stream (distinct from the video stream). When the format isestablished, the media type can specify SPS and PPS NAL units in the dwSequenceHeader array. If cbSequenceHeader is greater than zero, dwSequenceHeaderis the start of a byte array containing SPS and PPS NALUs, delimited by2-byte length fields, all in network byte order (big-endian). It ispossible to have both SPS and PPS, only one of these types, or none.The actual type of each NALU can be determined by examining thenal_unit_type field of the NALU itself.
When this media type is used, each media sample starts at thebeginning of a NALU, and NAL units do not span samples. This enablesthe decoder to recover from data corruption or dropped samples.
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/149593.html Link to the original text :https://javaforall.cn
边栏推荐
- Why is your next computer a computer? Explore different remote operations
- Developers, is cloud native database the future?
- 946. 验证栈序列
- SAP UI5 DynamicPage 控件介绍
- Put functions in modules
- Lb10s-asemi rectifier bridge lb10s
- 程序员成长第八篇:做好测试工作
- ABAP editor in SAP segw transaction code
- 单独编译内核模块
- About the single step debugging of whether SAP ui5 floating footer is displayed or not and the benefits of using SAP ui5
猜你喜欢

Get to know linkerd project for the first time

SAP ui5 objectpagelayout control usage sharing

Put functions in modules

A deep long article on the simplification and acceleration of join operation

ABAP editor in SAP segw transaction code

Introduction to sap ui5 dynamicpage control

碎片化知识管理工具Memos

Developers, is cloud native database the future?

It's too convenient. You can complete the code release and approval by nailing it!

Hundred days to complete the open source task of the domestic database opengauss -- openguass minimalist version 3.0.0 installation tutorial
随机推荐
About the single step debugging of whether SAP ui5 floating footer is displayed or not and the benefits of using SAP ui5
Why is your next computer a computer? Explore different remote operations
Simple page request and parsing cases
CVPR 2022 | single step 3D target recognizer based on sparse transformer
RHCSA7
Taobao short video, why the worse the effect
你的下一台电脑何必是电脑,探索不一样的远程操作
Lb10s-asemi rectifier bridge lb10s
Default parameters of function & multiple methods of function parameters
Realize the addition of all numbers between 1 and number
Put functions in modules
解决 UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xa2 in position 107
初识Linkerd项目
深度长文探讨Join运算的简化和提速
RHCAS6
uni-app开发语音识别app,讲究的就是简单快速。
【云原生】Nacos中的事件发布与订阅--观察者模式
Hundred days to complete the open source task of the domestic database opengauss -- openguass minimalist version 3.0.0 installation tutorial
初次使用腾讯云,解决只能使用webshell连接,不能使用ssh连接。
Four common problems of e-commerce sellers' refund and cash return, with solutions