我做的是DSP采集视频,进过264算法编码成一个文件。
文件大小为2m,我上传到一个空间上:
http://xphcyh.2.fast.hi.cn/other/TEST1.zip
该文件可以用VLC播放,也可以用H264Visa分离出YUV数据
就是不能用mplayer播放!提示:
H264-ES file format detected.
ID_VIDEO_ID=0
FPS not specified in the header or invalid, use the -fps option.
No stream found.
在此请教下做过视频的朋友,谢谢了~~
------解决方案--------------------------------------------------------
应该是mplayer对文件格式解析的问题。
------解决方案--------------------------------------------------------
用mplayer播放需要配置文件相关属性,可以到官方网站上下载264的测试文件,和你自己的测试文件做个比较,就可以发现问题。