[FFmpeg-user] Which command line can do dvb_teletext from ts to mp4
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Feb 15 22:54:30 CET 2016
Henk D. Schoneveld <belcampo <at> zonnet.nl> writes:
> > The following works fine here, I will try to find out
> > what fails with mov_text..
> > $ ffmpeg -txt_format text -txt_page 888 -i test.ts
> > -vcodec copy -acodec copy out.mkv
Sorry, this fixes it:
$ ffmpeg -fix_sub_duration-txt_format text -txt_page 888
-i test.ts -vcodec copy -acodec copy out.mkv
I had only tested with MPlayer which by default does
not show the subtitles (in)correctly...
Carl Eugen
More information about the ffmpeg-user
mailing list