[音视频]H264码流分析工具

CTI-TS

EasyICE

Elecardstreameyetools

VideoEye

H264VideoESViewer

 

 

学习H264码流,H264码流进行分析

http://blog.csdn.net/leixiaohua1020/article/details/17933821

 

H264BSAnalyzer

https://github.com/latelee/H264BSAnalyzer.git

思路:
使用开源库h264bitstream来分析(即自己真正做的工作是封装这个库来显示在MFC中)。
1、先获取所有的NAL信息,包括NAL类型、偏移。
2、双击某一项NAL时,使用文件操作移到指定的偏移,然后读数据,然后分析。

 

v1.2版本(2014.3.27)
1、添加文件概述信息(路径、分辨率、帧率、profile等)。注:分辨率修正了16倍数问题,如1080P视频,有的工具(如H264Visa)分析得1920*1088,这是错误的计算。
2、支持上下光标移动显示详细信息。
3、支持不同slice的着色显示,显示帧序号。
4、修正h264bitstream关于seq_scaling_matrix_present_flag判断的问题。
5、已知问题:解析文件慢,需要优化。

 

 

H26XAnalys

https://github.com/liqiushui/H26XAnalys/tree/master/H26XAnalys

在调试 H264 H265 编码的流数据的时候,有时候需要打印没有nalu的类型和数量

使用方式: Usage : H26XAnalys [h265 file path] [-l] [limitcount]

 

 


 

 

https://github.com/ChristianFeldmann/h264Bitstream
https://sourceforge.net/projects/h264bitstream/
https://github.com/latelee/H264BSAnalyzer
https://github.com/EasyDarwin/Tools/tree/master/H.264%E5%88%86%E6%9E%90%E5%B7%A5%E5%85%B7
https://github.com/EasyDarwin/Tools
http://depthlove.github.io/2015/09/23/use-tool-to-analyze-h264-file/

 

posted @ 2021-04-23 00:15  mwy9  阅读(1831)  评论(0编辑  收藏  举报