[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Converting text subtitles to vobsub



Hi,

On Fri, 21 Jun 2019 21:16:02 +0300
Reco <recoverym4n@enotuniq.net> wrote:

> You need something like this:
> 
> ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a copy \
> 	-c:s mov_text output.mp4
> 
> Or this:
> 
> ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a copy \
> 	-c:s dvd_subtitle output.mp4

I don't know about mov_text, except that iit's not in the player's list
of supported formats :)
As Nicolas already pointed out, the second command unfortunately won't
work, I had already tried that before.

Regards

Michael

.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

One of the advantages of being a captain is being able to ask for
advice without necessarily having to take it.
		-- Kirk, "Dagger of the Mind", stardate 2715.2


Reply to: