The closed-captions tag has no wiki summary.
6
votes
2answers
652 views
Closed Captions in MPMoviePlayerController for iPhone
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 with ...
2
votes
2answers
104 views
Is there a reliable way to time javascript animations with an audio file playing in the browser?
For example, I want the page to play an audio file while at the same time have some bullets slide into view at just the right moment that said bullet is talked about in the audio file. A similar ...
1
vote
0answers
53 views
youtube - embed interactive transcript feature
Youtube has the new interactive transcript feature that is pretty amazing. SEO value, increased usability etc. So naturally I wanted to embed it on my site as well. For the life of me, I can't find ...
1
vote
0answers
33 views
Video Contents for Testing [closed]
Is there any repository of free video clips with technical details for testing? E.g. MPEG2 with closed captions, H264 with registered\ unregistered user data, etc.
Thanks.
1
vote
1answer
71 views
Storing Video and Indexing Content
Revisiting this in case someone has a suggestion:
I've been asked to either create or find a system that meet the following requirements...
1) Allow upload of video files - Current solution: PHP to ...
1
vote
0answers
316 views
How do you insert markers into a Silverlight LIVE video stream?
A client has a live video stream and a Silverlight player, we would like to add closed captions to the player. However, due to lag we need a way of synchronising the video and the captions.
...
0
votes
0answers
14 views
Can an iOS app access the subtitles or closed captions of a video in the device's Videos library?
Is there a way to do this, by using the Media Player Framework or any other means?
I would like to build an app that allows the user to work with the subtitles of a store-bought video.
0
votes
0answers
20 views
Youtube Research - XML Packets - Closed Captions
How does Wireshark recognize the xml packet that includes the closed caption of a Youtube movie?
Thanks for help
0
votes
0answers
136 views
Android:native player with closed captioning
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 requirement ...
0
votes
0answers
162 views
Default caption for Captions 2 plugin in JWPlayer
I'm using JWPlayer and Caption 2 plugin for it.
All works fine, but I'm looking for some custom feature that I didn't found in the documentation.
Is it possible to set default caption? Lets say that ...
0
votes
0answers
32 views
Read closed captions
I would like to write some code to read closed captions and compare each word with a list. Does anybody know how I could go about this? Or is there any program written that already does this?
My ...
0
votes
1answer
88 views
Closed Captioning and TV Streams
I'm writing an application that can "watch" a TV channel, interpret the closed captioning, and record the channel content to disk. I've never done any sort of programmatic interaction with video or ...
0
votes
0answers
118 views
VMR9 x64 IVMRFilterConfig::SetNumberOfStreams FAILS
For VMR 9 (Video Mixing Renderer Filter 9) on x64 platform with operating system Vista or Windows 7, after calling IVMRFilterConfig::SetNumberOfStreams(3), this error happens ...
0
votes
2answers
177 views
youtube as3 api closed captioning error
I am importing youtube video into my flash project but when I click the CC button I get an error image like this one
I have not seen anything in the AS3 youtube api for any special parameters ...
0
votes
0answers
388 views
Subtitle / Closed caption support in Android
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 ...
0
votes
1answer
182 views
Firing events at specific times into a video played by MPMoviePlayerController (for Custom Captions on Movie)
I'm considering implementing an SRT File parser for overlaying videos over an MPMoviePlayerController class. Can anyone think of a reliable way to fire off events at very specific times while a ...
0
votes
1answer
164 views
Refernce or link doesn't work in Flowplayer captions plugin
I'm working with Flowplayer captions plugin http://flowplayer.org/demos/plugins/flash/captions.html and I need references/links in subtitles. When I've built into srt file link like <a ...
0
votes
2answers
325 views
ActionScript Cue Points for closed captioning in Video control?
I am using using Flash Builder to create an AS3 video player which needs to support Closed Captioning. However, I am not using the FLVPlayback component. Is there a way of doing something like ...
0
votes
1answer
88 views
Is there any way to use subtitles with mp3s?
I have some .mp3 files of conversations with really bad audio quality that I am displaying on a web page using JavaScript. I was wondering if there was an elegant solution to display these mp3s with ...
0
votes
1answer
231 views
Extract Closed captions from dvb-t
I want to be able to get the closed captions from a stream on a dvb-t card on my linux machine.
From what I can tell when I use mythtv to view the card it can see the captions and display them on ...
0
votes
2answers
1k views
How to link youtube video without captions?
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 ...
-1
votes
1answer
42 views
How do I encode WebVTT document as UTF-8 and MIME type=“text/vtt”?
"A WebVTT file must consist of a WebVTT file body encoded as UTF-8 and labeled with the MIME type text/vtt."
whatwg source: http://www.whatwg.org/specs/web-apps/current-work/webvtt.html
i figure i ...