[FFmpeg-user] Which command line can do dvb_teletext from ts to mp4

Moritz Barsnick barsnick at gmx.net
Tue Feb 16 15:29:29 CET 2016


On Tue, Feb 16, 2016 at 14:53:28 +0100, Henk D. Schoneveld wrote:
> > Command line used:
> > $ ffmpeg -fix_sub_duration -txt_format text -txt_page 777 -i DVB-S.teletext_subtitles_777.ts -map 0:v -map 0:2 -map 0:5 -c:v libx264 -c:a libfdk_aac -c:s mov_text -t 60 mov_text_from_DVB.02.mp4
> Yes this sample works as you said it would.

Well, what I was originally trying to demonstrate: If you can convert
yours to mkv now, you can just as well convert it to mov_text in mp4.
Just had stated you need to:
> load the mkv in subler and save as mp4 afterwards
and I suggested it could be done in one go with ffmpeg.

Moritz


More information about the ffmpeg-user mailing list