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
0 answers
is it possible to generate subtitles without having any .srt or .vtt file?
I have videos hosted in Amazon S3 and am using JW player 7 javascript version. My videos don't have subtitles but I'd like to add them. I did some research but can't find any tool which will generate subtitles automatically from video file without…

aiddev
- 1,409
- 2
- 24
- 56
0
votes
2 answers
Regex allow search for one string [fsp] and number
i use aegisub to edit subtitle most ass subtitle i need to edit all fsp value to 0 the original subtitle have many value of fsp like fsp-0.667 and fsp1.333 and fsp-4 so i need Regex search for fsp with number like above, it's painful
when i edit…

adrián
- 1
- 3
0
votes
1 answer
Android subTitle show array count error
I have created an ArrayList with count
private ArrayList localGeoJsonResponse;
FeatureCollection featureCollection;
GeoJsonResponse data = null;
Integer number = localGeoJsonResponse.size();
String str =…

dev_
- 395
- 1
- 3
- 16
0
votes
1 answer
How to load Subtitle text for Flash Video?
A Video player is created using "Video" in flash action script 3.0. And played video using net stream. The sample code is:
connection = new NetConnection();
connection.connect(null);
on connection success stream and video crested and played.
stream…

sureshunivers
- 1,753
- 12
- 27
0
votes
1 answer
video.js Subtitles won't load
I just downloaded the opensource video player Video.js and opend up the demo in Chrome and IE and with both the subtitles won't play.
Source files: http://www.videojs.com/
I haven't changed anything and this is the error i get while reading the…

aaespaul
- 3
- 4
0
votes
1 answer
HTML5 track subtitles and property cue and ActiveCue is empty in IE (internet explorer)
I try to add subtitles to audio track. All browsers is work fine, but not IE10 and less.
This is my code:
0
votes
1 answer
tableViewUi cell subtitle shows sometime
I am having an issue with UITableViewCell. When the table view loads, some of the cell does not have subtitle. I aldy set the style of cell to subtitle.
The weird part is when I scroll up and down, the missing parts appear again but some other cells…

Jun Luo
- 139
- 1
- 13
0
votes
2 answers
soft subtitles showing by default when video is played
Is it possible to create a video file that contains a soft subtitle and shows it by default (as soon as you open it in VLC - without the need to activate the subtitle track) from an original video file and the appropriate subtitle file?
I have tried…

dexter
- 530
- 7
- 19
0
votes
2 answers
NSDictionary and UITableView subtitle
I am trying to make a phone book like application in Objective-C. I use NSDictionary to populate my UITableViewCell. I got the title, index, and the sections right but, I can not get the right subtitle for each title. It is always the same subtitle…

Necip Alicikoglu
- 75
- 7
0
votes
2 answers
SmartEyeglasses and Subtitles - Accessibility
I work for a performing arts institution and have been asked to look into incorporating wearable technology into accessibility for our patrons. I am interested in finding out more information regarding the use of SmartEyeglasses for supertitles…

B.H
- 9
- 1
0
votes
1 answer
Altering the subtitle(.srt) format, replace ',' with ' --> '
I have a bunch of videos, where the subtitle file(.srt) had it as one below.
0:00:22.540,0:00:25.440
Hello this is a test
VLC interprets it wrong, and just shows the time 0:00:25.440 on screen.
So, I planned to replace all the \d,\d to \d-->\d
I…

Maheswaran Ravisankar
- 17,652
- 6
- 47
- 69
0
votes
1 answer
How to word wrap text in annotation subtitle
I tried to insert return and newline chars into the subtitle string, but they ended up as "spaces" and not line breaks. Since subtitle is simply an NSString I must look at the container, which likely means I'll have to roll my own annotation…

Henrik Erlandsson
- 3,797
- 5
- 43
- 63
0
votes
1 answer
How do I show a hidden subtitle in a UITableView when selected?
Is there a way to hide the subtitles of all the cells until you select a cell - then it only shows you that cell's subtitle? I tried the following code - which successfully hides all the subtitles but fails to show one when I select a cell:
if…

Tommy Draughn
- 179
- 1
- 12
0
votes
0 answers
HTML5 video.js Player error with subtitles
I am trying to write a basic video player using html5 video tag. I used Video.js as my JavaScript. I want to play a video with its caption.
Here is the code: