如何在ffmpeg的h264解码器中获取pps和sps

发布于 2024-10-02 16:58:19 字数 230 浏览 1 评论 0原文

我对图像进行编码以使用视频捕获器,并通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最近可好 2024-10-09 16:58:19

如果您没有保存 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文