captions

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 ...

jQuery Hover Flickers for Image Caption

Hi. I have some rotating images with hidden captions that I'd like to expose with jQuery when someone hovers. Each image + caption is like this: <img src="images/picture.jpg" id="feature-1-image" /> <p id="feature-1-caption" class="feature_caption">1: Here is the caption</p> The caption is set to display: none; and placed on top of ...

How to link youtube video without captions?

Is it possible to link youtube videos in HTML code without showing it's captions (subtitles)? Let's say I have following video: http://www.youtube.com/watch?v=kTvHIDKLFqc . It has default english subtitles. However, when linking this video, I want to load it without them. Is there a possibility to do so with some kind of parameter in vi...

Add captions to looped slider plugin?

Hello, 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 direction of where I could start? There is already so much jquery going on in this ...

Extract Closed captions from dvb-t

I want to be able to get the closed captions from a stream on a dvb-t card on my linux machine. From what I can tell when I use mythtv to view the card it can see the captions and display them on screen. But I would like to have a script running that gathers the captions and places them in a txt file. Card: Winfast DTV1000S / DTV3200 ...

Is there any way to use subtitles with mp3s?

I have some .mp3 files of conversations with really bad audio quality that I am displaying on a web page using JavaScript. I was wondering if there was an elegant solution to display these mp3s with subtitles. See the page below for an example: http://bit.ly/ceMihE I came across this jquery plugin which does something similar, but usin...