Hi,
I am trying to read subtitles via teletext from a DVB-S signal that comes from a multicast streamer via UDP. The channel carries both dvb bitmap subtitles and teletext subtitles.
Reading bitmap via tesseract doesn’t bring the best results so I try to get the teletext subtitles, but those subtitles are only on a subpage (777). If I use ccextractor
ccextractor -udp 239.2.1.1:6670 -tpage 777 -teletext -tverbose -o subs
I get this result:
1
00:00:01,080 --> 00:00:03,239
<font color="#ffff00">geht am Ende als Sieger vom Platz.</font>
2
00:00:03,320 --> 00:00:07,519
<font color="#ffff00">Belgien ist für mich in den letzten</font>
<font color="#ffff00">Jahren die Nationalmannschaft</font>
3
00:00:07,600 --> 00:00:09,519
<font color="#ffff00">des Trainingsplatzes gewesen.</font>
4
00:00:09,600 --> 00:00:12,799
<font color="#ffff00">Die haben tolle Einzelspieler und</font>
<font color="#ffff00">schaffen es nie,</font>
How can I define this page id (777) in Flussonic?
Best regards,
Ivo