Top "Srt" questions

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.

Use ffmpeg to add text subtitles

I am trying to add text subtitles to an .mp4 container using ffmpeg: ffmpeg -i input.mp4 -i input.srt …

ffmpeg mp4 subtitle srt
Is it possible to extract SubRip (SRT) subtitles from an MP4 video with ffmpeg?

I have checked the FFMpeg documentation and many forums and figured out the correct command-line to extract subtitles from an .…

ffmpeg extract subtitle srt
Does HTML5 Video support srt textTrack?

I have tried the html5 video with textTrack, it works properly with .vtt (WebVTT). However, it doesn't work with .srt. …

html video subtitle srt
Looking for a working example of addTimedTextSource for adding subtitle to a video from an .srt file in Android 4.1

I have been trying to use an .srt file for a timed text source (Only available in android 4.1+ http://developer.…

android video captions srt
Is it possible to download the automatic captions from a video?

My goal is to download automatic caption from a set of youtube videos. (I just want to get video information …

download extract captions srt
How to extract closed-captioning from streaming online video

I found this, but it seems to be about streaming videos that have been downloaded. Is there any way to …

video streaming closed-captions srt
parsing .srt files

1 00:00:00,074 --> 00:00:02,564 Previously on Breaking Bad... 2 00:00:02,663 --> 00:00:04,393 Words... i need to parse srt files with php and print the …

php parsing srt
SRT file with JWplayer

I am attempting to use an SRT file to add captions to JWplayer. I am able to get JWplayer to …

javascript video jwplayer captions srt