closed-captions Questions
3
Solved
When creating an embed link on youtube the Captions are on by default. Is there a way to disable to the captions or turning them off when embedding a youtube link?
The documentation indicates:
Ma...
Godfrey asked 14/4, 2014 at 20:42
11
Solved
I am trying to make the simplest html5 video player in the world:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ST Media Player</title>
</h...
Rizzi asked 7/3, 2013 at 10:23
4
On Youtube, I can download the CC transcript for a video but the transcript does not contain punctuation. How can I punctuate the transcript automatically?
Apul asked 16/12, 2020 at 6:39
3
I need to extract closed caption information from movie files, I have tried ccextractor but it does not seem to work.
I have captured a video stream (with closed caption in it) and saved to ...
Knowling asked 25/11, 2012 at 20:50
2
I want to play a YouTube video on my website, with closed captions and even translation turned on. The URL of my video (forgive the commercial nature) is:
https://www.youtube.com/watch?v=ygL_gJPb...
Tonedeaf asked 27/4, 2016 at 18:17
0
Recently Chrome released a new accessibility feature in Chrome 89 called Live Captions. This is a great feature for us, as we have a custom video chat app, and I'd like to have a button to allow us...
Gerstner asked 28/4, 2021 at 22:51
1
Since closed-captions rendered by AVPlayer sometimes overlap with other UI components I would like to render cc in a separate view.
I am able to turn off AVPlayer's cc rendering by setting closedC...
Suberin asked 24/5, 2016 at 22:23
2
Solved
I have two problems. As soon as I put the track tag within my video element the video's default controller shows up. I have custom controls so it's quite the problem.
Second. I can't find a way t...
Csc asked 17/2, 2013 at 0:54
5
Solved
Is it possible to link youtube videos in HTML code without showing it's captions (subtitles)?
Let's say I have following video: http://www.youtube.com/watch?v=kTvHIDKLFqc . It has default english ...
Anadromous asked 18/2, 2010 at 10:16
4
I'm having problems extracting automatic captions from YouTube videos.
I tried using the http://video.google.com/timedtext?type=track&v=3wszM2SA12E&name=Automatic&lang=en method, but ...
Ced asked 23/12, 2012 at 18:16
4
Does any one know how to get the CC for any Youtube video that has the caption available? I know on the API 2.0 documentation mentions that it is only available for the owner of the video... but I ...
Emetic asked 14/5, 2014 at 21:19
2
Solved
I found a subtitle that goes like this:
<transcript>
<text start="2.906" dur="3">TEXT 1</text>
<text start="7.907" dur="3.914">TEXT 2</text>
......
What is that for...
Larhondalari asked 29/9, 2017 at 17:41
1
I am trying to download closed captions for this public youtube video (just for testing) https://www.youtube.com/watch?v=Txvud7wPbv4
I am using the code sample(captions.py) below that i got from t...
Roxanneroxburgh asked 30/1, 2017 at 12:1
2
I have a page with jwplayer to play videos, but subtitles in chrome appears too big.
You can check it in the next example page: https://support.jwplayer.com/customer/portal/articles/1430278-cea-60...
Razid asked 7/2, 2017 at 9:39
1
Solved
I am trying to integrate the HTML5 video player in my application. My video sources and the caption (for track tag) are coming from a different domain.
When I use the
<video crossOrigin="ano...
Pulchia asked 24/1, 2017 at 8:3
2
Solved
I need to read closed caption text from 3rd party, publicly available YouTube videos in my java webapp i.e. I have NOT uploaded the content.
Whilst v2 of the YouTube Data API restricted access to ...
Bilbo asked 12/8, 2013 at 16:37
0
There is lot of mystery around CC608 usage under iOS.
Apple's UsingHLS offers to declare them in the manifest like this:
#EXT-X-MEDIA:TYPE=CLOSED-CAPTIONS,GROUP-ID="cc",NAME="CC1",LANGUAGE="en",D...
Hindrance asked 24/5, 2016 at 13:37
1
My team produces iOS apps that play video using AVPlayer. We've recently been told that we MUST allow display of closed captions for all videos... but that the closed captions would not be coming a...
Pantaloon asked 29/8, 2012 at 13:36
1
Does android's native player supports closed captioning while streaming a live video? If yes, is it handled automatically by the player or need to handle it separately and how?
We have a requireme...
Eldon asked 1/12, 2011 at 12:52
1
Solved
I'm developing an Android app which includes a video component; I'm hoping to provide support for subtitles encoded into the stream but I can't find any references to whether they are supported nat...
Loquacious asked 8/12, 2010 at 21:24
2
I'm trying to play a movie that has closed captions embedded in the file (.scc) using an instance of MPMoviePlayerController. I've read the documentation and don't see support to turn captions on w...
Aeolic asked 30/12, 2009 at 20:37
1
© 2022 - 2024 — McMap. All rights reserved.