【问题标题】:How to detect pts scte35 message with pts image I with ffprobe如何使用 ffprobe 检测带有 pts 图像的 pts scte35 消息 I
【发布时间】:2021-05-05 13:26:10
【问题描述】:

我正在寻找一种方法来检测带有图像点的消息 SCTE35 点。你有什么建议吗?

感谢您的帮助

【问题讨论】:

  • 到目前为止你的研究是什么?
  • 嗨 Aaron,现在我只需使用以下命令提取所有图像:ffmpeg -hide_banner -i File_TS.ts -vf showinfo -start_number 0 -vsync 0 -copyts fr%05d.jpg &> log。 txt
  • 我有 scte35 图像的时间信号,但我不知道如何根据时间信号 scte35 消息转换 ffmpeg 的结果。我不知道如何解释此命令结果中的 pts:...n: 6 pts:4938839973 pts_time:54876 ...

标签: ffmpeg ffprobe


【解决方案1】:

到目前为止,我已经成功地使用了DVBInspector

【讨论】:

  • 谢谢,用这个工具你可以找到图像 I 和 SCTE35 消息之间的滞后?
【解决方案2】:

我使用 threefive 来做到这一点。

它解析mpegts并显示scte35数据包的pts和scte35 cue的pts。

https://github.com/futzu/threefive

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-08-21
    • 2021-10-20
    • 1970-01-01
    • 1970-01-01
    • 2021-03-27
    • 2017-12-22
    • 1970-01-01
    • 2014-03-27
    相关资源
    最近更新 更多