.h264 sample file

本秂侑毒 提交于 2020-01-13 06:53:27

问题


I'm currently using files here, but I get some errors while testing my program. I just want to see if it fails only with this one or with all other .h264 files. So, are there any other sources where I can download (standard) .h264 sample files for test ?

Thanks.


回答1:


Option 1: make your own with x264. These are not standard sample files, but you can control which parts of H.264 they use, for example different profile/level/etc, make them I-frame-only, make them have only a particular macroblock type, etc. Also you can make them tiny, e.g. one or a few frames long.

Option 2: perhaps the JM software comes with some sample files? http://iphome.hhi.de/suehring/tml/

Option 3: if you want to test a large number of files, download some random trailers etc in mp4 formar and demux them to get raw .h264 (for example with ffmpeg -vcodec copy)




回答2:


This is a classic movie for such testing: Big Buck Bunny



来源:https://stackoverflow.com/questions/13399981/h264-sample-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!