Questions tagged [subtitles]

Use this tag when referring to subtitles on videos/movies etc...

Subtitles are a written version / translation of the speech in a video/movie/play etc. They are usually near the bottom of a video.

Use this tag when asking about video subtitles, for example:

You may also want to use this tag with the video player / editor you are using, for example or .

Please only use this tag for video subtitles.

409 questions
110
votes
10 answers

How can I re-sync the subtitle and the video using VLC media player?

When I play a movie with subtitles (on VLC media player), the text is often displayed too soon or too late. Is there a way to delay the starting point of the subtitles?
Rabskatran
  • 4,809
105
votes
7 answers

How to extract subtitle from video using ffmpeg?

I am trying to extract subtitle from video as .srt file, I used the following command: ffmpeg -i mytestmovie.mkv -vn -an -codec:s:0.1 srt sub.srt But, I got an error as Unrecognized option codec:s:0:1 So, can you tell me the exact command and how…
vijay
  • 1,061
54
votes
10 answers

Open source command line subtitle converter

Are there any open source, command line, subtitle converters - preferably for Linux?
Johnas
  • 787
52
votes
2 answers

How to extract subtitles from MP4 and MKV movies

I'm trying to extract subtitles from MP4 and MKV movies. I'm using mp4box (on OS X) but cannot figure out how it works. Any hints?
Open the way
  • 9,221
45
votes
3 answers

How to add and remove subtitles in an MKV file?

I have a good quality MKV file that has several subtitle options. I want to add an additional subtitle file to the list. I'm using OSX. Some search online led me to use video converters, and basically re-encode the movie into a new file. That seems…
nute
  • 1,667
36
votes
8 answers

Extracting Subtitles from mkv file

I have installed MKVToolNix and Subtitle edit. I was able to extract subtitle using Subtitle edit through OCR. While it usable, it comes with a lot of errors. Now I thought of using MKVToolNix to extract the subtitle. I can see it listed among…
35
votes
1 answer

Remove embedded subtitles from an .mkv file?

Is there a way I can remove subtitle data from an .mkv?
29
votes
1 answer

Use Media Player Classic to resynchronize subtitles?

I see that in Media Player Classic, under View - Subresync, there is a tool that should serve to resynchronize subtitles. What is the procedure exactly?
user162573
28
votes
3 answers

FFMPEG mkv to mp4 conversion loses subtitles

Currently trying to convert my mkv library to mp4 (Iphone 6 plus) I've managed to get to mkv to mp4 conversion correctly, but I'm missing the subtitles part (SRT) Here's my code: dir/b/s *.mkv >mkvlist.txt ///////// this gets a list of all the mkv…
dpkmon
  • 381
24
votes
4 answers

moving subtitle text up in *.srt file format

there is some formatting in srt subtitle files. for example blah blah blah for italic or blah blah blah for underline or ... for colorful text. there is a code for moving the text up the…
living being
  • 1,106
23
votes
1 answer

Add another subtitles to matroska file, on Linux

I have Matroska file with some subtitles already built in. How can I add another subtitles, with proper language setting and encoding? Tried: mkvmerge -o output.mkv -S source.mkv new-subtitles.srt but it looks like it removed all other subtitles.…
user7385
21
votes
2 answers

How can I change the subtitles font size in VLC Media Player?

That's my question: How can I change the subtitles font size in VLC Media Player? I try with Preferences > Video > Subtitles/OSD, but I can't find an option to change the font characteristics.
JuanZe
  • 626
20
votes
4 answers

Hardcoding Subs with ffmpeg?

Is it possible to hardcode subs with ffmpeg? By hardcode, I mean overlaying the subtitles as pictures on top of the video, and would be unremovable because they would be a part of the video. I tried to convert the subtitle to .ass and then tried to…
19
votes
5 answers

Subtitles in VLC are displayed as question marks

I can't reproduce what made it happen, but since yesterday, for all the movies I play with VLC - their subtitles (Hebrew) are displayed as question marks. Any resolution? Way to find the source of the issue? Here is an excerpt from the subtitles…
17
votes
5 answers

How can I make VLC auto-select subtitles in an MKV file?

How can I make VLC auto-select subtitles in an MKV when it opens? I would like to select the 'English Subtitles - [English]' from this image: on auto-load (the reason for this is so I queue a list of media for a TV series to watch on a treadmill…
fostandy
  • 1,149
1
2 3
27 28