0

I'm searching a method to detect pts of message SCTE35 with pts of an image. Do you have a suggestion?

Thank you for help

  • What's your research so far? – Aaron Bell Feb 01 '21 at 14:00
  • Hi Aaron, Now i just extract all image I with this command : ffmpeg -hide_banner -i File_TS.ts -vf showinfo -start_number 0 -vsync 0 -copyts fr%05d.jpg &> log.txt – lesphynx92600 Feb 02 '21 at 10:02
  • I have the time signal for scte35 image but i don't know how to convert the result of ffmpeg in according to time signal scte35 message. I don't know how to interpret the pts in result of this command : ...n: 6 pts:4938839973 pts_time:54876 ... – lesphynx92600 Feb 02 '21 at 18:21

2 Answers2

1

I use threefive to do just that.

It parses mpegts and shows the pts of the scte35 packet and the pts of the scte35 cue.

https://github.com/futzu/threefive

Leroy Scandal
  • 329
  • 1
  • 4
0

So far I have successfully used DVBInspector for that matter.

pszemus
  • 375
  • 2
  • 10