如何在ffmpeg的h264解码器中获取pps和sps
我对图像进行编码以使用视频捕获器,并通过 ffmpeg 将其编码为 h264 并发送到我的客户端电脑。
我的客户端电脑对其进行解码并显示。可以很好的解码和显示。
但我将这些压缩图像保存在一个文件中。可以用vlc或者quicktime解码。但我认为它可以通过 ffplay 解码,
因为我没有保存 pps 和 sps 信息。
有人知道如何在 ffmpeg 中获取 pps sps 吗?
I encode the image for use video capturer and encode it in h264 by ffmpeg and sent to my client pc .
my client pc decode it and display it . It can be decoded and display well.
But I save these compressed image in a file . and it can be decoded by vlc or quicktime. But It can be decoded by ffplay
I think because i did n't save the pps and sps info .
there is someone know how to get the pps sps in ffmpeg ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您没有保存 sps 和 pps,则任何人都无法对其进行解码。可能还有其他问题。您使用什么命令行来保存文件并播放它?
If you didn't save the sps and pps, it wouldn't be decodable at all, by anyone. Something else could be wrong. What command lines are you using to save the file and to play it?