Questions tagged [srt]

Text file containing subtitles used by various video playback programs; supported by DivX, DVD, and other video formats; includes the time each subtitle should be displayed followed by the text of the subtitle.

SubRip Subtitle File

Text file containing subtitles used by various video playback programs; supported by DivX, DVD, and other video formats; includes the time each subtitle should be displayed followed by the text of the subtitle.

Subtitle files are often named according to the language of the subtitles, i.e. "moviename.eng.srt" for English and "moviename.ger.srt" for German subtitles.

More details on the file format and programs that support this format is at fileInfo. Another info about this format

184 questions
0
votes
1 answer

Android null pointer on addTimedTextSource

I implemented a file chooser on a media player which returns the file paths for an .mp3 and an .srt on the externalSD. The audio plays fine. But when I call addTimedTextSource with the path to the .srt, it throws a null pointer exception. So, I put…
Mars7272
  • 51
  • 4
0
votes
1 answer

Convert subrip subtitles ( .srt ) to substation alpha subtitles (.ass)

I'am trying to convert a subrip sub (.srt) to substation alpha sub (.ass), in Linux. How to do that ?
Mathieu Westphal
  • 2,544
  • 1
  • 19
  • 33
0
votes
1 answer

Python: How to read text between two empty lines into a string

I'm a beginner at programming and Python, and I'm writing a script to do stuff with .srt subtitle files. My problem is that I don't know how to: read through a file, and analyze text first between the beginning of the text and the first empty line…
askrrr
  • 3
  • 2
0
votes
1 answer

How can I extract only the text (stripping out timecodes) from SubRip .srt files?

I'd like to use text only from a subtitle for further processing. So, opening a srt file would load this 1 00:00:10,500 --> 00:00:13,000 Elephant's Dream 2 00:00:15,000 --> 00:00:18,000 At the left we can see... Then, after stripping/extracting,…
MIMB
  • 1
  • 4
0
votes
0 answers

How to show floating lyrics and visualizer in widget?

I'm developing this Music Player app, where I need to show floating lyrics and visualizer in the widget. For lyrics, I'm getting .srt files from server, and for visualizer I want to use Android Default Visualizer? Any suggestions will be a great…
Abhishek Shukla
  • 1,242
  • 8
  • 11
0
votes
1 answer

Bash, shift seconds in srt file

maybe somebody can help me. In bash, I don't know how to do that. I need to do a bash-script. At stdin I have .srt file of subtitles in this format: num HH:MM:SS,SSS --> HH:MM:SS,SSS text line 1 text line 2 ... HH:MM:SS,SSS start and finish of…
Georgy
  • 1
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

How to use the file of UTF-8 format as a .srt file to show subtitle in mediaplayer?

I face a problem in file writing. When I write Bangla and English in file using UTF-8 format, the file contains exactly that what I write. But the problem is when I am going to use this file as a .srt file to show subtitle of a video in a media…
Animesh Kumar Paul
  • 2,241
  • 4
  • 26
  • 37
-1
votes
1 answer

Burning subtitles into video with ffmpeg with specific margin not working

I am trying to build a tool where people can position their subtitles on an HTML5 video and then I will burn the subtitles into the video for them. I can easily get the position of the subtitles, in whatever format I need, that's easy. However, no…
Anthony
  • 13,434
  • 14
  • 60
  • 80
-1
votes
2 answers

How to remove all Text before and after in notepad++

I have GPS .SRT file of DJI Mavic Pro, I want to only Longitude and Latitude values, and delete all other text. GPS string as per below 1 00:00:00,000 --> 00:00:00,020 [iso : 450] [shutter : 1/50.0] [fnum : 280] [ev : 0.3] [ct : 5500] [color_md :…
-1
votes
1 answer

How to implement subtitles in Video Player Using Java

Please Who knows how to implement subtitles in an already made video player? I have created a video player but I just don't know the code for subtitle implementation in a Video player.I am working with java.
-1
votes
1 answer

FFMPEG SRT video send only audio to icecast

So I know that with FFMPEG you can read srt:// Now I now you can also take a video and turn it into audio only. But the problem we are having is We don't know how to only send the audio from a video srt to icecast server Example RMPT stream to…
RussellHarrower
  • 6,470
  • 21
  • 102
  • 204
-1
votes
1 answer

Python, composing srt file with mp4

I am trying to automate subtitles . I have the subtitles but I don't know how can I compose it with video with a script( Normally I use VLC). Any API or library for that?
Cloaaker
  • 60
  • 9
-2
votes
1 answer

Extracting SRT/etc from original video to use when re-encoding to H.265

I'm using VLC to playback my H.265 videos Using Cyberlink PowerDirector to re-encode videos to H.265 from original H.264, saves a bunch of space and i'm the only one viewing the content so not an issue for media platforms. Currently when running the…
-2
votes
2 answers

Stream Video to one user and receive audio from the user

My requirement: I want to stream to a person (Larix?) With my smartphone and get the audio from that person. The latency should be as low as possible and the quality as high as possible. I want to host the whole thing on my server. What is the best…
Marco Heine
  • 47
  • 2
  • 6
1 2 3
12
13