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

how to move captions below the whole slider using Anything slider

I am using anything slider. I want to have the captions appear below the whole slider, perhaps in it's own div, separate from the slider. Does anyone have any ideas on how to do this? I thought about trying to copy the caption with jQuery when it…
Pride Grimm
  • 33
  • 1
  • 5
1
vote
1 answer

How to post with specific content type in Zend?

Is there a way to POST a specific Content-type using Zend GData? Specifically I want to post a file with type "Content-Type: application/vnd.youtube.timedtext; charset=UTF-8" Otherwise, will I need to use cURL? Thanks!
Rio
  • 11,734
  • 21
  • 62
  • 104
0
votes
1 answer

Filename image as Automatic caption

I am using this script to display random images from a folder. I have hundreds of images with significant filenames, So I’m looking for a way to display each image file name as an image caption. Is this possible? this is the script Im…
Nizarnav
  • 167
  • 6
0
votes
1 answer

Hide caption text in slider when underlying image slides away #mootools

I'm not too familiar with mootools but i'm implementing an image slider on which i want to add some captions. So far that works but when the image slides away, the captions remain... If the next image slides on with the new caption, the caption…
Rypens
  • 3
  • 1
0
votes
1 answer

Adding Captions to Bootstrap Responsive Modal Image Gallery

I have a responsive modal image gallery through bootstrap and I'm a beginner at coding. My images were successfully sliding forward and backwards until I tried adding captions. I've added hover captions to every image using this in my javascript: …
0
votes
1 answer

Turn closed captions off for multiple videos with global button

I have a page containing multiple HTML5 videos with different captions (webvtt). The video controls are hidden. I have a button «add subtitles» with the ID #check. If the user checks this button, ALL videos should display the captions, and if…
L. Maher
  • 93
  • 8
0
votes
0 answers

Is there any way to create a captions system in Unity 2018.1?

is there any way to create a closed captions/subtitles system? (I'm not voice acting the game,I just want subtitles.) I'm using Unity 2018 and I'm new to C#
Edward P.
  • 1
  • 1
0
votes
1 answer

Tokenizer.word_index did not contain "START" or "END", rather contained "start" and "end"

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
  • 99
  • 1
  • 11
0
votes
2 answers

How to position a caption below a Bootstap4 basic slider

I need to position a caption below a basic slider in Bootstap4. This is my HTML code
iRei
  • 1
0
votes
1 answer

Picturebox with Caption in VB.NET

How can I have a picturebox (control) with a caption? I already can add Text over this picturebox, but I want it under the picturebox. But if the location of the text is beyond Picturebox's size, it won't be visible. It would be great if the text…
Amin Darvand
  • 337
  • 1
  • 17
0
votes
2 answers

How can I dynamically set all the Application Forms Caption property

I have one Access application which accesses 3 environments (DEV; TEST; PROD). An environment variable is set upon login to programmatically connect to the correct database. We would like the user to see which environment they are connected to in…
DonC
  • 1
  • 1
  • 1
0
votes
0 answers

Snapchat video caption removal

My friend posted a snap video weeks ago and someone has managed to record it and also remove a caption that was present. Can anyone explain how this is possible? Really appreciate any feedback
0
votes
1 answer

Plyr media player doesn't show Vimeo and doesn't toggle Youtube closed captions

guys! I'm trying to find a media player that could playback Youtube, Vimeo and HLS URLs. It seems Plyr player (https://github.com/sampotts/plyr) is suitable, but I have some troubles with closed captions for Youtube and Vimeo videos. Although videos…
MotionKiwi
  • 23
  • 5
0
votes
1 answer

why is latex making my caption bold?

I don't know why latex is making my captions bold. \section*{附录} \begin{figure}[htbp] \centering { \label{fig:ILOVEYOU} \includegraphics[scale=2.7]{ILOVEYOU.jpg} } \caption{ILOVEYOU蠕虫邮件} \end{figure} I added a figure with a caption earlier…
umm
  • 63
  • 6
0
votes
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 =…