Questions tagged [closed-captions]

Closed captioning is the process of displaying text on a visual display to provide additional or interpretive information to individuals who wish to access it.

Closed captioning is the process of displaying text on a visual display to provide additional or interpretive information to individuals who wish to access it.

enter image description here

from Closed Captioning on Wikipedia

159 questions
0
votes
0 answers

Is it compliant with Google and Youtube policies that an app downloads captions from youtube videos using Python package: Youtube Transcript API?

I'm working on a mobile app that provides translated captions on Youtube videos, using a Python package: Youtube Transcript API link to download captions from youtube videos, beyond what youtube api officially offers as methods. I need to know if…
0
votes
0 answers

Does YouTube meet WCAG 2.1 standards regarding close captions?

We upload our board meetings to YouTube for library members to watch at their convenience. We need to know if the close captions provided meet WCAG 2.1 standards. I have been researching WCAG 2.1 standards and am measuring our website against them.…
0
votes
0 answers

I want to add Closed Captions for a SIP call

I have added a code which is showing captions of my mic. I want to capture the voice of the person in call and show the captions in my page in real time. `function sipInitialize(){ JsSIP.debug.enable('JsSIP:*'); var socket = new…
0
votes
0 answers

Setting Background Color Caption Style to None still returns a color

I need to retrieve the caption settings from the system settings on Android. I do it like this: val context1 = context.getSystemService(Context.CAPTIONING_SERVICE) as CaptioningManager val userStyle: CaptionStyle = context1.userStyle val…
M Rajoy
  • 4,028
  • 14
  • 54
  • 111
0
votes
0 answers

How can I display subtitles along with a video with Gradio?

I use Gradio to demonstrate some speech recognition system in a video. How can I display subtitles along with a video with Gradio?
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
0
votes
1 answer

How can I display subtitles along with a video with Streamlit?

I use Streamlit to demonstrate some speech recognition system. How can I display subtitles along with a video with Streamlit? st.video doesn't seem to have this option. What are some workarounds?
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
0
votes
1 answer

HTML5 video player won't load .vtt subtitle track

I'm trying to add a subtitle track to a video and I can't figure out why it isn't working correctly. Here is my HTML:
0
votes
1 answer

How to change closed captions position on AMP (azure media player)

I have AMP implemented within the project to stream videos and I wanted to know if there is an easy/native way to customize the Closed Captions positioning, for example, If I wanted to put it at the top of the screen or at the middle
0
votes
1 answer

Ruby YouTube Data API v3 insert caption always returns error

I am trying to use the Ruby SDK to upload videos to YouTube automatically. Inserting a video, deleting a video, and setting the thumbnail for a video works fine, but for some reason trying to add captions results in an invalid metadata client error…
0
votes
1 answer

YouTube: Is it possible to get the timestamp of a video based on searching its Auto CC?

For example, say there's a 3 hour City Council meeting, and they do not document the time stamps for each topic in the description of the video. But I know somewhere in there they talk about a new excise tax. Is there a way that I can search "excise…
MrMusAddict
  • 427
  • 1
  • 6
  • 16
0
votes
2 answers

Unable to extract 608/708 captions with latest ccextractor version

I have successfully extracted 608 captions and generated a webvtt file on my Mac with the brew install ccextractor v0.88 This is the command ccextractor file.mp4 -out=webvtt And I get a populated webvtt file with style, timestamps and closed…
Sflagg
  • 219
  • 1
  • 9
0
votes
1 answer

How to pad Chinese/Japanese characters so that they are aligned with normal characters, have the same width in .srt file (python)

I wanted to create 3 strings in separate rows that would be displayed in this way: In terminal That is, aligned horizontally. The result strings saved in .srt file look like that: In web video player I already tried replacing spaces with various…
0
votes
1 answer

convert ASCII to hex (.scc compatible )

I'm looking into generating .scc captions that is where text is represented in hex. In the above shared link, it gives an example where a string: "(horn honking)" is represented as a820 68ef f26e 2068 ef6e 6be9 6e67 2029 However when I try to use…
0
votes
0 answers

Html5 video and JavaScript captions

I have a video playing as a banner that uses javascript. I need to add a caption track, but just adding the caption code to the video section doesn't work. I tried.. Adding the vtt caption code within the video code, but it doesn't work. I added…
0
votes
3 answers

AWS Service for converting closed caption files

I have some closed caption files in .scc format. I would like to convert them to .vtt format. I have tried several online services and libraries and have had mixed success. I was trying to identify an AWS service that would do the conversion…