
Identify the font of subtitles in a video stream
Hello, How to identify subtitle font features (i.e. font family, font size, etc.) from this videostream: Makala
Thanks in advance. Sincerely, Pavel.
P.S. On the attached image how subtitle looks
Chosen solution
You are too far down as you can see in my screenshot that shows the .jw-nextup-container further down in the .jw-controls section, so where you are is about the captions menu on the control bar and not in the payer area. You need to be in the .jw-wrapper container. To be able to reach the container with the subtitles, you need to pause the video when you see a subtitle and search for .jw-caption (result #3) and then in this container go to .jw-text-track-cue to see the actual text. You can see in the control bar at the bottom where you need to be. You can open the Fonts tab in the right panel to see what font is used.
Read this answer in context 👍 1All Replies (3)
See this screenshot.
Unfortunately couldn't reproduce your solution. Here is what I get when I go to the 6th occurrence of "caption":
Chosen Solution
You are too far down as you can see in my screenshot that shows the .jw-nextup-container further down in the .jw-controls section, so where you are is about the captions menu on the control bar and not in the payer area. You need to be in the .jw-wrapper container. To be able to reach the container with the subtitles, you need to pause the video when you see a subtitle and search for .jw-caption (result #3) and then in this container go to .jw-text-track-cue to see the actual text. You can see in the control bar at the bottom where you need to be. You can open the Fonts tab in the right panel to see what font is used.