Questions tagged [captions]

Refers to tasks related to managing captions for images or video

A caption is a length of descriptive text associated with visual media such as videos.

114 questions
2
votes
1 answer

Is there an android library which will parse/display an SMPTE Timed Text (captions) xml file?

I am retrieving SMPTE Timed Text xml files remotely which I need to parse and draw to a surface as captions. The full file format is defined here: https://www.smpte.org/sites/default/files/st2052-1-2010.pdf The xml looks like this:
2
votes
1 answer

FLVPlaybackCaptioning + Custom position

Using FLVPlayback Captioning component I would like to move the subtitle text at certain parts in y-position. Is this possible in AS3? All of my own custom arguments are ignored when subtitles are parsed and wrapping the specific part with some sort…
2
votes
1 answer

How to get captions to display with zurbs foundation's orbit slider?

I have been stuck trying to figure this problem out. Any suggestions/fixes will be much appreciated! The source: my source The problem: The captions are not displaying The html (for the orbit slider slides):
Ryan
  • 71
  • 2
  • 3
1
vote
1 answer

Aligning photos (with captions) in the center of a webpage using CSS

I am trying to create a block of photos on my webpage (Which has a set width, I didn't copy that part of the code over). I have put the code into the JSFiddle link below. http://jsfiddle.net/T2qHR/12/ I will recreate what I am trying to do on a…
1
vote
1 answer

Image captions/annotations in lightbox

Is there any JS script that adds a possibility to add a facebook-like captions into an image opened using some kind of lightbox script? Example: I have a little image thumbnail with a photo of my family. I click on that photo. Lightbox pop up…
simPod
  • 11,498
  • 17
  • 86
  • 139
1
vote
3 answers

Repeat innerHTML.replace

I'm using the code below to make links linkable in WordPress captions. For example it successfully turns http://google.com into google.com. But when I put multiple url's in a caption it only changes the first one. Is there a way to make it repeat…
ryanve
  • 50,076
  • 30
  • 102
  • 137
1
vote
1 answer

Imagemagick convert: use Pango to format captions in auto generated slides

I use this code to auto generate slides from a .txt file where I wrote captions this way: CAPTION 1 CAPTION 2 ... CAPTION N This is the script I use #!/bin/bash i=0 # loop through files while IFS= read -r p; do # if it's not an empty line if…
Yuri Refolo
  • 245
  • 9
  • 17
1
vote
1 answer

AttributeError: 'str' object has no attribute 'ndim', unable to use model.predict()

I was trying to make an Image Captioning model in a similar fashion as in here I used ResNet50 instead off VGG16 and also had to use progressive loading via model.fit_generator() method. I used ResNet50 from here and when I imported it by setting…
anonymous
  • 141
  • 2
  • 14
1
vote
1 answer

Java VTT parser/validator

Are there any open source VTT parser/validators libraries available for java? We found several for Node and Python https://www.npmjs.com/package/webvtt https://github.com/kickstarter/caption_crunch https://www.npmjs.com/package/webvtt
user4843
  • 11
  • 5
1
vote
1 answer

Javascript image slider with captions - captions don't show

I have programmed a slider that works well. I intend to have captions, but that doesn't work. What am I doing wrong? The span does show up correctly in the Firefox Developer Edition, but it doesn't show up on screen. Is the CSS incorrect? Or does…
Rumi
  • 11
  • 3
1
vote
1 answer

How do I create a huxtable table caption using bookdown in rmarkdown?

I have numerous huxtable tables in my rmarkdown. I'd like to caption them using bookdown. So far I've been unable to do this using the bookdown instructions for "other R packages to generate tables" (see URL above). Here's an example which follows…
Paul
  • 527
  • 5
  • 17
1
vote
0 answers

AWS transcoder Captions Embedded missing

We have a problem with MP4 video containing 5 languages captions embedded. After transcoding in AWS transcoder, file contains no languages. I want to keep original captions for languages and converting them into an other format (mov-text, cea-608 or…
1
vote
3 answers

Youtube Live streaming captions

I'm currently developing an rtsp stream speech transcriber and as a test task I'm thinking of trying to send subtitles for youtube stream. According to this link my code in Python is: post_fields =…
1
vote
0 answers

How to get caption from youtube data api

I have struggled for some hours with this From my understanding you need to first get the list of subtitles languages first – in their v3 data api it is called captions.list From there, you have the list and ids of each caption attached to the video…
digitalzoomstudio
  • 1,112
  • 1
  • 15
  • 30
1
vote
1 answer

fineuploader image uploads include caption with uploaded files

I have a legacy app that has five separate file uploads for a single DB record. Beside each file upload there is a field to enter a caption for the uploaded file. I am considering replacing the whole lot with a fineUploader gallery and allow up to…
Norbert Norbertson
  • 2,102
  • 1
  • 16
  • 28