http://blog.youkuaiyun.com/coreavs163/article/details/8601594
TS的Stream type
- 视频
- MPEG-1 Video:stream_type为0x01
- MPEG-2 Video:stream_type为0x02
- AVC(H264):stream_type为0x1b
- VC-1:stream_type为0xea
- 音频
- Mpeg-1 Audio:stream_type为0x03
- Mpeg-2 Audio:stream_type为0x04
- Mpeg-2 AAC:stream_type为0x0f
- Mpeg-4 AAC:stream_type为0x11
- LPCM:stream_type为0x80
- AC3:stream_type为0x81或0x06
- DTS:stream_type为0x82
- Dolby TrueHD:stream_type为0x83
- AC3-Plus:stream_type为0x84
- DTS_HD:stream_type为0x85
- DTS-MA:stream_type为0x86
- AC3-Plus_SEC:steam_type为0xa1
- DTS_HD_SEC:stream_type为0xa2
- 字幕
- PGS:stream_type为0x90
- IGS:steam_type为0x91,暂不支持
- Text Subtitle:stream_type为0x92
本文详细介绍了TS文件格式中各种媒体流的类型标识,包括常见的视频编码格式如MPEG-1, MPEG-2, AVC(H.264), VC-1等及其对应的stream_type值;同时还列举了多种音频格式如MPEG-1 Audio, AAC, LPCM, AC3, DTS等及其stream_type值,并涵盖了字幕流的类型。
1911

被折叠的 条评论
为什么被折叠?



