Questions tagged [video-subtitles]
The video-subtitles tag has no summary.
37 questions
-2 votes
1 answer
90 views
Convert subtitles so they are coded correctly (Polish and `"` even gets wrongly coded)
Wrong encoding: 1 00:01:27,879 --> 00:01:31,216 No i dupa. Koniec z darmowym wi-fi. 2 00:01:33,009 --> 00:01:34,972 - Ki-jung! - No? 3 00:01:35,219 --> 00:01:39,183 Kobieta z góry ...
4 votes
1 answer
3k views
Is it possible to tell mpv to act like subtitles don't exist
I am practicing Japanese, and as a practice tool, I sometimes want to watch anime without subtitles. I know I can turn off subtitles in mpv using hotkeys, and I am also aware of --sid=0; however, in ...
3 votes
1 answer
6k views
How to make subtitle by default in a certain position in mpv
This is my mpv.conf - $ cat ~/.config/mpv/mpv.conf alang=eng,en,english slang=en,eng, english sub-scale=1.00 save-position-on-quit Now I want that the subtitle should appear at a certain place while ...
1 vote
1 answer
631 views
Is it possible to make SMPlayer check for and load external subtitles from a subdirectory (e.g. ./Subs/*.srt etc)?
I generally use VLC and that works fine most of the time but at a recommendation to check out mpv and mpv-based players, I have been trying to see if SMPlayer would also work for my needs. However, I ...
0 votes
2 answers
3k views
Unable to view a subtitle in mpv
I have a subtitle that is in .vtt format. I can see the subtitle in l3afpad or any text editor but am unable to play that specific subtitle in MPV. I looked through all of https://mpv.io/manual/stable/...
1 vote
1 answer
1k views
A video player with subtitles transparency settings and the ability to combine subtitles files
QUESTION Is there a video/movie player for Linux that (a) has a setting for the transparency/opacity of the subtitles and (b) can append/combine subtitles from two subtitles (e.g. SRT) files? ...
1 vote
1 answer
2k views
Are there any command-line tools to merge two srt files?
I have two srt files, cd1.srt and cd2.srt. Unfortunately, srtool is no longer available anywhere which was the answer to the same question when it was asked a few years ago. How do I merge two *.srt ...
0 votes
1 answer
1k views
mpv - subsitles not rendered per mpv.conf even with --sub-ass-override=strip --embeddedfonts=no
I got a mkv file recently where I noted mpv renders subtitles not as I put in mpv.conf. The file has two subtitles streams and one is displayed as describes in mpv.conf, but other is just same no ...
0 votes
1 answer
655 views
Extract embedded subtitles
I have a couple of video files which are subtitled in English. Unfortunately the subtitling is encoded into the video bitstream. I would like to extract the titles (as UTF8 …). Is there a tool to do ...
1 vote
2 answers
198 views
How to change \n to space and \n\n to \n by sed?
I use sed to convert an srt file to a regular text file. Ansrt` file has a format of 1 00:20:41,150 --> 00:20:45,109 line 1 line 2 2 00:21:41,150 --> 00:21:45,109 line 3 line 4 So I use the ...
0 votes
1 answer
1k views
Cut dvbsub from MPEG-TS with ffmpeg
I have a bunch of MPEG-TS files, originally created by a hardware TV-recorder. ffprobe lists their content like so: Input #0, mpegts, from 'recording.ts': Duration: 02:14:57.67, start: 87544.254878,...
1 vote
2 answers
631 views
how to figure out font color given in subtitle (srt) in mpv
For e.g. I have this sort of subtitle 1 00:01:55,201 --> 00:01:58,401 <font face="sans-serif" size="47"><font size="20"><b>It's absurd going to school every day. The school's ...
3 votes
1 answer
4k views
way to transform vtt, ttml, srv3, srv2 or srv1 insto srt?
When I use youtube-dl to list-subs I usualy get something like the following - en vtt, ttml, srv3, srv2, srv1 Is there a way to transform any of these subtitle formats to .srt format using ...
0 votes
0 answers
413 views
is there a way to extract embedded or muxed subtitles in an mkv media file without harming the media file
I have a media file which has an embedded subtitle file with it. I want the subtitle to be extracted or to be more precise a copy of the subtitle which is embedded in the media file. There are some ...
3 votes
1 answer
2k views
youtube-dl, how to write all subs of a youtube playlist to ONE single file?
I'm on Fedora 28 OS and have youtube-dl version 2019.03.18 and I wanted to download all the subs and only the subs of a Crashcourse playlist off of youtube, consisting of 45 videos. I want all the ...