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
46
votes
5 answers

Removing prefix from figure captions in LaTeX

I'd like to make my own caption inside \caption{} in figures of LaTeX. How can I turn off the "Figure " prefix from the captions that appear?
user248237
35
votes
3 answers

How to make a hyperlink navigate to the top of the figure in LaTeX when using hyperref?

I have a LaTeX document with a figure and references to it: \begin{figure} ... \caption{...} \label{fig:1} \end{figure} \ref{fig:1} I use the hyperref package to get hyperlinks in the resulting PDF. However the link to the figure navigates to the…
vitaut
  • 37,224
  • 19
  • 144
  • 248
33
votes
3 answers

Looking for a working example of addTimedTextSource for adding subtitle to a video from an .srt file in Android 4.1

I have been trying to use an .srt file for a timed text source (Only available in android 4.1+ http://developer.android.com/about/versions/android-4.1.html#Multimedia) . The first problem has to do with getting a file descriptor for the .srt file…
user1489039
  • 339
  • 1
  • 3
  • 4
13
votes
5 answers

Is there a function to get the caption for an image in wordpress

I'm trying to get the captions from images in Wordpress but I can't find an easy function to grab this bit of information. Anyone know a way to get this? Thanks
Paul Sheldrake
  • 6,539
  • 10
  • 33
  • 47
10
votes
3 answers

iOS - AVPlayer using closedcaptions

I'm working with AVPlayer on iOS use to "closedCaptionDisplayEnabled property" to show captions or subtitle on the movie (hls or mp4), but the caption not show anything. I don't know why? Have you any solution to show captions(subtitle) on…
heaven
  • 221
  • 4
  • 18
8
votes
1 answer

Is it possible to download the automatic captions from a video?

My goal is to download automatic caption from a set of youtube videos. (I just want to get video information and subtitles of videos according to a query) The first thing I read is that you cannot download subtitles if you are not the owner. But I…
user2095138
  • 81
  • 1
  • 1
  • 3
7
votes
2 answers

Cannot dynamically change a caption 'track' in Video.js

I'm coding a basic video marquee and one of the key requirements is that the videos need to be able to advance while keeping the player in full screen. Using Video.js (4.1.0) I have been able to get everything work correctly except that I cannot get…
fodder
  • 181
  • 3
  • 10
6
votes
1 answer

Removing EIA-608 Closed Captions from H.264 without reencode

I'm looking to remove the closed captions (EIA-608) from a H.264 video (contained as mkv) without reencoding. The closest I've got is using ffmpeg: ffmpeg -f lavfi -i movie=input.mkv[out+subcc] -map 0:0 output.mkv In order to separate the video…
6
votes
3 answers

Jwplayer captions compatibility for Android and iOS

I have been experimenting with srt vtt and dfxp captions in Jwplayer 6. I have not been able to get any of the three types to work on Android, but I have seen srt and Vtt working on Android with a different player. Is it possible to get any of the…
user3009618
  • 191
  • 3
  • 7
5
votes
2 answers

How to get captions of actual windows currently running?

I have a question: I simply need to get captions of all windows in a list, by captions I mean the "Notepad", "Total Commander" - simply the text shown in the top-edge of a window. So far I've gotten here function EnumWindowProc(hHwnd: HWND; lParam :…
Martin Melka
  • 5,854
  • 10
  • 60
  • 114
5
votes
2 answers

How to Add a Featured Image Caption in Wordpress

I am hoping someone may be able to help me with a problem. I am building a news web site for a friend of mine. The site is starting to come together, but I cannot find out how to add captions to featured images. I have been looking all over the…
TLCJohn
  • 73
  • 1
  • 1
  • 5
4
votes
1 answer

Neo4j - set node captions to labels in web interface

When I created my graph database in Neo4j, I thought the node label was the same thing as what the node caption would be in the web browser visualizer. Instead, the node captions are set to the first property of the node by default. Is there a way…
Sergei Wallace
  • 930
  • 3
  • 13
  • 25
3
votes
4 answers

Using jQuery .each() to append title attribute below multiple images.

How can I use .each() to get a var, use it, clear it and then start fresh with the next loop of .each()? I've got a varying number of images with 'title' attribute. I want to take the title attribute and append it to a new div after each image,…
mtro
  • 31
  • 1
  • 2
3
votes
2 answers

JSSOR slider - difference btwn div class="c" and div u="caption"

I got confused trying to create a hybrid between the 'List Slider' theme (which uses classes of "t" and "c" for title and caption), and the 'Slider-with-caption' example (which uses u="caption"). What's the difference? And how can I style the…
Space Needle
  • 41
  • 1
  • 4
3
votes
0 answers

SRT file with JWplayer

I am attempting to use an SRT file to add captions to JWplayer. I am able to get JWplayer to list multiple subtitle options for the viewer to choose, and able to set a default option and this works. However the captions do not appear in the…
user3009618
  • 191
  • 3
  • 7
1
2 3 4 5 6 7 8