Subtitles are derived from either a transcript or screenplay of the dialog or commentary in films, television programs, video games, and the like, usually displayed at the bottom of the screen.
Questions tagged [subtitle]
600 questions
0
votes
1 answer
c++ DMS with subtitle support on LG smart tv with platinium library
I'm trying to implement a simple DMS that can provide subtitle information to the DMR -LG SmartTV - using platinium library.
I already succeeded to render video on the DMR and i already found where the DMR receive the information of the subtitle…

Nuno
- 1,910
- 2
- 21
- 33
0
votes
1 answer
Access and modify default tv font sizes through Samsung SDK
Is there any way to change the maximum subtitle font size (for movies playback) of a samsung smart tv through its SDK?

akafkis
- 21
- 3
0
votes
1 answer
how to load dynamic subtitles in html5 video player
I need some help with html5 video play with dynamic subtitle
here's html
video html
0
votes
1 answer
Subtitles 3 lines to 2 lines
I've got subtitles that are 3 lines long.
The third line falls off when I'm watching it on tv.
Is there some tool that can fix 3 lined subtitles to all 2 lines?

VRC
- 745
- 7
- 16
0
votes
1 answer
Get title, nav_title and subtitle
I want to print the fields title, nav_title and subtitle with Typoscript. I saw that there are several possibilities. E.g. data, field, levelfield, leveltitle, ...
Currently I'm using this code (because the only one which works for me so…

testing
- 19,681
- 50
- 236
- 417
0
votes
1 answer
Disabling subtitles on iOS 5 leaves last displayed subtitle text on screen
We have been adding Subtitle support to our AVPlayer-based video player. We are able to retrieve AVMediaSelectionOption objects of mediaType "sbtl" from the AVMediaSelectionGroup produced by [self.player.currentItem.asset…

Kevin James Hunt
- 333
- 3
- 11
0
votes
1 answer
Get subtitles from video (avi, mp4, mkv etc.)
Is it possible to get subtitles from popular video file formats (*.mp4, *.mkv, *.avi etc.) using some library or API to third-party software? Preferable language is Java, but this is not a requirement.

kolobok
- 3,835
- 3
- 38
- 54
0
votes
1 answer
How to download subtitles from pluzz.fr
Is there a way to download subtitles/closed captions from pluzz fr or the beta version, http://pluzz.francetv.fr, please?
Here's an example video that comes with closed captioning (Tout le monde veut prendre sa place):…

coloraday
- 23
- 4
0
votes
2 answers
format at cell.detailTextLabel.text
I hava a format problem in cell-subtitle.
I have a string and a number I want to show in subtitle of a cell
String should be left aligned, number right aligned
I tried it in that way:
rangeAutor = [rangeAutor stringByPaddingToLength:40-[rangeAutor…

Hape42
- 41
- 9
0
votes
2 answers
displaying subtitles for a video in a WPF MediaElement
I'm working on a WPF application that displays video clips as part of the workflow. I'm doing this by using MediaElement to play locally hosted (not streamed) AVI files. Works great.
However, I was just handed a new requirement to allow the…

Jason
- 86,222
- 15
- 131
- 146
0
votes
1 answer
adding subtitles programmatically to flv movie
I have got several flv movies on my server. I'd like to enable my users to add subtitles to them on the fly (programmatically).
Points in time and duration of subtitles is determined by admin. He can set it up via panel and it is stored in DB. Each…

roocik71
- 63
- 8
0
votes
1 answer
How implement the subtitle's update in mkannotationview after the tap on the corresponding annnotationview
Just like the googlemap's implementation.After a tap on the annotation view ,callout bubble will show ,and then acquire the network to get some information .After we got it ,we need to update the annotationview's subtitle.
How to implement this…

chenakira
- 131
- 1
- 10
0
votes
2 answers
Displaying subtitles using javascript
I'm currently using jquery.srt.js to display subtitles for some videos that I have.
What I am trying to accomplish is displaying the whole text file of the subtitles in a webpage.
This is what I have in my html document. How can I get the…

user1460015
- 1,973
- 3
- 27
- 37
0
votes
1 answer
Why am I unable to set pin address to annotation's subtitle?
Trying to set address of pin position to annotation subtitle if it == nil. But nothing happens.
if (myAnnotation.subtitle == nil)
[self.geoCoder reverseGeocodeLocation: locationManager.location completionHandler:
…

Pavel Kaljunen
- 1,291
- 2
- 26
- 53
-1
votes
2 answers
Trying to strip tags from extracted subs file
I have been using a script on my Mac for years that was built with ccextractor. Since the app no longer works, I decided to switch to ffmpeg. My goal is to extract subtitles from a video file and have the resulting text in one paragraph without any…

Fab dub
- 1
- 1