The video-subtitles tag has no wiki summary.
2
votes
0answers
163 views
Player or plugin that can transcribe audio to real time subtitles
I'm searching for a Linux player (or a plugin for an existent player) with a similar functionality to Youtube: transcribe the audio to real time subtitles.
I would like this to help me watch videos ...
4
votes
3answers
10k views
How can I embed subtitles into videos with ffmpeg?
I'm told it's possible to embed subtitles (.srt) into video files (.avi) using ffmpeg, but I can't find any mention of it in the man page. Is this possible? What command do I use?
4
votes
3answers
2k views
How to 'burn' a subtitle track onto an mp4 video file
I would like to make a subtitle file to be a part of an mp4 video file, so that I don't have to deal with two separate files.
I imagine two ways:
Make the subtitle an intrinsic part of the video. ...
6
votes
1answer
2k views
How do I merge two *.srt files
Please see this question.
I have just merged two avi files cd1.avi and cd1.avi into movie.avi using:
avimerge -o movie.avi -i cd{1,2}.avi
Problem is that I had to subtitle files linked to the ...