Questions tagged [subtitle]

Subtitles are derived from either a transcript or screenplay of the dialog or commentary in films, television programs, video games, and the like, usually displayed at the bottom of the screen.

600 questions
0
votes
6 answers

Subtext in Listview

I have a listview with a custom adapter. I am trying to show subtext under an item. This is the xml I am using. The problem is that both TextView merge together. What can I do?
stefana
  • 2,606
  • 3
  • 29
  • 47
0
votes
1 answer

iOS7 Video Player not showing captions

I designed a sample web application in which i used the video tag like this: When i tested this out…
gauravmuk
  • 1,606
  • 14
  • 20
0
votes
2 answers

Changing the subtile in multiple plots

I get the same scaling and same subtitles. This is not what I want. How can I reset the subtitle and scaling? plt.imshow(grid1, extent=(x1.min(), x1.max(), y1.min(), y1.max()), origin='lower', aspect='auto', interpolation='nearest',…
Rotail
  • 1,025
  • 4
  • 19
  • 40
0
votes
0 answers

AHK + Subtitles app = 100% hands-off subtitles fetching?

I'm new here so bear with me if I'm asking in the wrong place. I recently came across a very simple subtitle downloader for Windows and Mac called Subtitles (http://subtitlesapp.com/). It makes downloading subtitles dead simple but I was thinking of…
0
votes
0 answers

Android video streaming with subtitles code not working

Hi i am using the code above for getting the subtitles from a url to play in a video which i stream in my android app. Unfortunatly nothing happens and the suds are not displayed in the video playing. public class VideoPlayerActivity extends…
0
votes
1 answer

Hlsl pixel shader, rendering differently compared to editor?

Have made a hlsl pixel shader for adding outline/shadow for subtitles. My problem is that I use Shazzam - Shader Editor to see how it's going to like, the result is quite different in my program. For example: I have used a .png with text to make…
siz
  • 117
  • 3
  • 9
0
votes
1 answer

error in a python script to convert Youtube XML timed text into srt

it is possible to get XML code of Youtube closed caption in this URL: http://video.google.com/timedtext?hl=en&lang=en&v=VIDEO_ID which VIDEO_ID is youtube video ID. to convert that code into srt file I used this script:…
living being
  • 213
  • 4
  • 10
0
votes
0 answers

C# MediaPlayer: Subtitles for Movies in WPF window

I'm using System.Windows.Media.MediaPlayer to play videos in a WPF window and apparently when there is a .srt file in the same folder as the the movie that the program loads in the MediaPlayer, it also displays the subtitle. I was very happy to see…
TheQuestioner
  • 427
  • 1
  • 7
  • 23
0
votes
1 answer

How to enable subtitle (SRT) support in Vitamio?

I have literally tried everything, but I can't get my SubRip-subtitles to work in Vitamio. Is it maybe because subtitles aren't supported whilst streaming videos? I'd like to know. English Vitamio support sucks. Here's what I've come up with: …
0
votes
1 answer

I need help converting foreign language SRT files to webVTT

I have a large number of SRT files that have been translated from English to various languages. Unfortunately, I need to convert these to webVTT but the translated ones don't want to convert. I tried using http://atelier.u-sub.net/srt2vtt/ but it…
Jason Shultz
  • 940
  • 1
  • 19
  • 36
0
votes
0 answers

wordpress post with two subtitles

I want to add tu subtitles to my wordpress blogs. Cause I didn't get it work with custom meta fields is used this plugin: http://wordpress.org/extend/plugins/the-subtitle/ This actualy does work if I use it only once. I made a copy of this plugin…
Jonny Vince
  • 487
  • 2
  • 9
0
votes
0 answers

How to process the frame before display in VLC media library

I'm using VLC library to create a simple media player, the program will display instructions above the video. These instructions are varying in position, size and color. I need to process the video frame before it's displayed to add my drawings. How…
ahmedsafan86
  • 1,776
  • 1
  • 26
  • 49
0
votes
2 answers

HTML5 Graphics in Subtitles using Webvtt

I'm trying to achieve having little graphics in the video subtitles (Webvtt format) displayed by the -Element in HTML5 (using Chrome). I tried it with CSS so far using content:url() or background-image:url() but wasn't successful. Does…
Exac
  • 113
  • 9
0
votes
0 answers

How to index video subtitles in Alfresco?

I'm looking for a way to index video subtitles within Alfresco. Ideally I'd like to return the specific point in a video where the caption was found. Does anyone know of a way to do this with standard .mp4 and .srt files?
0
votes
1 answer

WEBVTT subtitles shown multiple times

This is the WEBVTT: WEBVTT FILE 1 00:10:21.125 --> 00:10:23.951 Test 2 00:10:25.080 --> 00:10:27.392 another test 3 00:10:39.959 --> 00:10:42.676 Damn This code is generated "on the fly". My track tag is as follows:
Michael Sazonov
  • 1,531
  • 11
  • 21