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
1
vote
0 answers

Knitr: Turning the R chunk figure caption 90 degrees inline Latex

Here is my a code to demo what I cannot do. I use an R chunk to make a figure and use out.extra='angle=90' to make the figure post sideways on the page. Now how do I get my caption to go sideways too?…
Lacko
  • 11
  • 1
1
vote
1 answer

Add captions to looped slider plugin?

I am implementing the looped slider plugin (see: http://nathansearles.com/loopedslider/example-4.html) on a website, and need to add captions to the images (that just appear as text beneath their corresponding images). Could anyone point me in a…
heathwaller
  • 473
  • 3
  • 8
  • 20
1
vote
0 answers

Javascript Captionator: font size will not adjust

I am using this open source captioning project. It comes with a handy demo page here. My use case is that I want the captions playing EXTREMELY LARGE over a blank video. So I've been trying to increase the size of the subtitles according to the…
Joe
  • 4,367
  • 7
  • 33
  • 52
1
vote
0 answers

How to add Captions to Youtube video using Youtube API v3?

I used the Youtube API v3 example to successfully upload a video. I can't find how to programmatically add subtitles to the video. https://developers.google.com/youtube/v3/code_samples/dotnet#upload_a_video
cristian.d
  • 135
  • 1
  • 8
1
vote
2 answers

CSS to get multiple text boxes over image in various locations

Here's my challenge: I have an image of a real property that will be loaded at random in a DIV 200 pixels wide. Accordingly the image will be resized to 200 pixels width and variable height (kept proportional). I have four separate captions that…
rpmth
  • 75
  • 1
  • 10
1
vote
1 answer

Captions in HEVC

I wish to decode 608/708 captions from an HEVC encoded video wrapped within an MPEG TS stream. I cannot find any information as to how to locate the closed caption data. Is anybody able to provide any assistance with this regard?
ManicsMan
  • 11
  • 2
1
vote
1 answer

Responsive bootstrap thumbnails with mouseover animation captions

after a lot of searching i still haven't found what I was looking for. Here is what I need: *8 responsive bootstrap thumbnails,2 rows, 4 in each row (4 Column Grid). I use this col-xs-6 col-sm-6 col-md-3 to make it like this. *When I hover on each…
rondeitch
  • 91
  • 1
  • 4
  • 10
1
vote
1 answer

Captions not showing correctly when using Anything Slider

I am using the Anything Slider on a website to show videos in a slider view. I am wanting to add captions to the videos like they are shown in the demo at http://jsfiddle.net/Mottie/ycUB6/34/ However, when I try to use the code shown in the demo, it…
1
vote
2 answers

Featured Image on Hover Showing Data for that Image not shown on thumbnails

I need to add dimensions/text data to the featured image on the right. I was going to add it to another image and swap it ... or maybe hide captions with data on the images and show them on the featured? Any thoughts on a best approach for this?…
user40823
  • 111
  • 1
  • 2
  • 10
1
vote
0 answers

Jssor Slider: Is there a way to have img thumbnail nav and caption with FX?

I have both a Jssor slider with pic thumbnails and a Jssor slider with active captions working but cannot seem to combine them in one slider that has both and works. Is it possible to have both in one slider? What would I add to one or the other to…
1
vote
1 answer

CSS trouble with Figure & Figcaption

I am trying to display images on my site side by side, when you hover over them a gradient appears as well as some text describing the name of the project. I have been attempting this by using figures and figcaptions but have made a lot of progress…
user3285523
  • 25
  • 1
  • 1
  • 6
1
vote
1 answer

Flexslider captions and jquery hide/show

I am trying to display content on click of a Flexslider slide title. Obviously there are many slides and each has its own title and description. I have the first show/hide toggle working properly. The others will not do…
Ben Racicot
  • 5,332
  • 12
  • 66
  • 130
1
vote
2 answers

Video.js Auto loading subtitles/captions

I'm doing a website and I need to show a player and I came out with video.js but I have a question how can I put my subtitles showing up without the user needing to click on anything? This is my code:
1
vote
1 answer

How can I caption an image inside a paragraph

?

I spent the past three hours trying to figure out how to properly caption floated images inside paragraphs. I found numerous websites covering the task of captioning images, but none of them were dealing with captioning an image inside a paragraph.…
RockScientist
  • 47
  • 1
  • 8
1
vote
1 answer

How to set edge style on UILabel text

I'm working on adding custom captions to my iOS app that plays videos. I'd like to support all the features of CEA-708 (which are essentially rich-text captions), but I can't figure out how to apply the necessary edge-styles using a UILabel. The…
kgreenek
  • 4,986
  • 3
  • 19
  • 30