[FFmpeg-user] How do I encode DVB Subtitles?

Wagner Patriota wagner.patriota at gmail.com
Tue Jun 19 22:38:15 CEST 2012


Good information! I converted my subtitle from .srt -> .sub
and then ffmpeg put it into my video perfectly... now I will adjust the
details... thank you so much! it worked! ;-)

On Tue, Jun 19, 2012 at 4:08 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Wagner Patriota <wagner.patriota <at> gmail.com> writes:
>
> > ffmpeg -i video.ts -i subtitle.srt -vcodec copy -acodec copy
> > -scodec dvbsub output.ts
>
> (Complete, uncut console output missing.)
>
> dvbsub are bitmap-based subtitles, srt is text-based (iirc).
> It is not trivial to convert from one type to the other,
> you may be able to use -vf ass to "burn" the subtitles
> on the video (in case that is what you want).
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list