Jump to content


Photo

Subtitels


  • Please log in to reply
44 replies to this topic

Re: Subtitels #21 Stan

  • Senior Member
  • 381 posts

0
Neutral

Posted 27 October 2024 - 13:44

It's a matter of implementation. It was probably tested only with subtitles at the bottom.

 

There are 24 lines of teletext, I doubt that the position of each line is correctly calculated. :unsure:


Edited by Stan, 27 October 2024 - 13:54.


Re: Subtitels #22 WanWizard

  • PLi® Core member
  • 70,538 posts

+1,812
Excellent

Posted 27 October 2024 - 14:27

Quite possible ;). Either way, a bug that needs addressing...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Subtitels #23 Stan

  • Senior Member
  • 381 posts

0
Neutral

Posted 27 October 2024 - 15:23

I think I figured out what causes the overlapping:

 

Usually, teletext subtiltes are marked double-height. However, for this live transmission, ORF1 partially used normal-height subtitles.

I believe this is not the standard, maybe that's why this case is not implemented.

 

PS. Whether the subtitles are located on top or at the bottom, makes no difference.

Attached File  subtitles_orf1_normal-height.jpg   100.64KB   0 downloads


Edited by Stan, 27 October 2024 - 15:32.


Re: Subtitels #24 Stan

  • Senior Member
  • 381 posts

0
Neutral

Posted 27 October 2024 - 15:56

A potential fix would be to check whether the line is normal- or double-height and adjust the background height and font size accordingly.


Edited by Stan, 27 October 2024 - 15:58.


Re: Subtitels #25 WanWizard

  • PLi® Core member
  • 70,538 posts

+1,812
Excellent

Posted 27 October 2024 - 15:57

I didn't have that last problem, when I had them at the bottom, I didn't see the extra space on top, the text was centered in the background, and the background was exactly high enough ( OpenPLi develop on an SF8008 ).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Subtitels #26 ricki

  • Senior Member
  • 612 posts

+3
Neutral

Posted 27 October 2024 - 15:59

I did have the the last problem on the bottom today.



Re: Subtitels #27 Stan

  • Senior Member
  • 381 posts

0
Neutral

Posted 27 October 2024 - 16:07

In this particular live transmission, ORF used both normal and double-height subtitles randomly. Maybe unintentionally, sloppy? :P

 

But if someone is willing to implement a fix, I can provide a short recording of this transmission for testing.


Edited by Stan, 27 October 2024 - 16:10.


Re: Subtitels #28 WanWizard

  • PLi® Core member
  • 70,538 posts

+1,812
Excellent

Posted 27 October 2024 - 16:21

I'm willing, but lack the skills... ;)


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Subtitels #29 ricki

  • Senior Member
  • 612 posts

+3
Neutral

Posted 27 October 2024 - 16:40

More bad solution is

 

There is a way.
Change line in UsageConfig.py. ( See for what i changed at the end 450 to 950).

config.subtitles.subtitle_position = ConfigSelection(default="50", choices=["0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "150", "200", "250", "300", "350", "400", "950"])


Then i can choose when i want subtitles on top.

 

This works for me but every update i have to change it again.


Edited by ricki, 27 October 2024 - 16:47.


Re: Subtitels #30 littlesat

  • PLi® Core member
  • 57,180 posts

+698
Excellent

Posted 27 October 2024 - 18:05

Looks like it is broadcasted…. Can you also try and make a screenshot when showing these subs with tuxtext?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Subtitels #31 Stan

  • Senior Member
  • 381 posts

0
Neutral

Posted 27 October 2024 - 18:38

Please see posts #23 and #24.

 

Here are some screenshots, ttx vs. ttf when the teletext line is normal height.

 

Attached File  subtitles_orf1_normal-height_ttx.jpg   274.2KB   0 downloadsAttached File  subtitles_orf1_normal-height_ttf.jpg   135.07KB   0 downloads


Edited by Stan, 27 October 2024 - 18:40.


Re: Subtitels #32 littlesat

  • PLi® Core member
  • 57,180 posts

+698
Excellent

Posted 27 October 2024 - 22:23

Looks like the broadcaster does the subs single hight instead of double height in teletext. When the characters are bigger for the nice rendering then they become too high. Here in the netherlands as far I know subs have double height.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Subtitels #33 Stan

  • Senior Member
  • 381 posts

0
Neutral

Posted 27 October 2024 - 22:49

Most broadcasters still use double-height subtitles as default. Although it is not mandatory.

This dates back to the era when television screens were much smaller.


Edited by Stan, 27 October 2024 - 22:55.


Re: Subtitels #34 Stan

  • Senior Member
  • 381 posts

0
Neutral

Posted 27 October 2024 - 23:09

@littlesat

If I remember well, you have added the background option for teletext subtitles some time ago.

Would it be possible to adjust the height, depending on whether the line is normal/double-size?



Re: Subtitels #35 littlesat

  • PLi® Core member
  • 57,180 posts

+698
Excellent

Posted 27 October 2024 - 23:21

This was made 10+ years ago… and eg the font has one size. This is also the first time I see single height subs. The whole thing is made for double size. Teletext offers double and normal height characters. Technically single size is possible as we can see now. I’ve no idea if this is regards the dvb and/or ebu recommendations. But it is an exception here for the nice sub rendering as this way it does not fit with original location…. You also see our nice rendering had has also not really please to do a nice rendering.

Edited by littlesat, 27 October 2024 - 23:22.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Subtitels #36 ricki

  • Senior Member
  • 612 posts

+3
Neutral

Posted Today, 13:31

Can someone help me to have it like this always, this works for me but every update i have to change it again?

 

 

Change line in UsageConfig.py. ( See for what i changed at the end 450 to 950).

config.subtitles.subtitle_position = ConfigSelection(default="50", choices=["0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "150", "200", "250", "300", "350", "400", "950"])



Re: Subtitels #37 littlesat

  • PLi® Core member
  • 57,180 posts

+698
Excellent

Posted Today, 14:40

950 is an impossible location.... as it is based on an SD grid from 720x576....


Edited by littlesat, Today, 14:40.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Subtitels #38 Gold_66

  • Senior Member
  • 36 posts

+2
Neutral

Posted Today, 14:50

Sorry to hijack the thread, but are there any plans to add support for embedded .mkv subtitles?

It's quite a job to extract them from downloaded media with third party apps, convert to .srt format, rename same as the video file and upload to the box separately. ;)



Re: Subtitels #39 ricki

  • Senior Member
  • 612 posts

+3
Neutral

Posted Today, 14:55

950 is an impossible location.... as it is based on an SD grid from 720x576....

I dont understand


Edited by ricki, Today, 14:58.


Re: Subtitels #40 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted Today, 16:46

ricki

 

Change line in UsageConfig.py. ( See for what i changed at the end 450 to 950).

 

 

Dont delete this UsageConfig.py


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K



8 user(s) are reading this topic

3 members, 5 guests, 0 anonymous users