Hello all,

To extract dvb_teletext I’m currently using:
telxcc -i base.ts -o base.srt -t 5114 -p 888 ;This is for Arte from satellite
and afterwards I combine the srt with
ffmpeg -i base.mp4 -i base.srt -c:v copy -c:a copy -c:s mov_text 
-metadata:s:s:0 language=fre baseall.mp4

I would like to do this in one-step, searched for a few hours but I’m unable to 
get the needed cli together. ffprobe and ffmpeg, from todays git are unable to 
detect the teletext streams despite having compiled libzvbi.
ffmpeg version N-78441-g4c44972 Copyright (c) 2000-2016 the FFmpeg developers
 built with gcc 4.8.2 (GCC)
 configuration: --prefix=/usr --enable-libfdk_aac --enable-libx264 --enable-gpl 
--enable-nonfree --enable-libzvbi

The options in telxcc for finding the right page is as follows
 -p PAGE     teletext page number carrying closed captions
 -t TID      transport stream PID of teletext data sub-stream
             if the value of 8192 is specified, the first suitable stream will 
be used

Much thanks in advance if I would be able to skip the telxcc step.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to