Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要提取一些关于包含 h264 视频的 ts 文件的信息。我想知道 I 帧在哪里。我在网上找不到解释 ts h264 结构的东西。所以如果有人有链接...
我已经使用包含 mpeg2 视频的流完成了它(我找到了这个页面:http ://dvd.sourceforge.net/dvdinfo/mpeghdrs.html )
谢谢您的帮助。
真的是 superuser.com 的一个问题。
如果您只想要 I 图片的位置和其他一些细节,请使用 ffprobe [附带 ffmpeg]
ffprobe -show_frames inputfile
将提供图片类型、尺寸等的详细信息。