[FFmpeg-user] How to get DVB-Teletxt into MP4

James Darnley james.darnley at gmail.com
Sat Feb 8 21:06:01 EET 2020


On 2020-02-08 19:38, Robin A. Jensen via ffmpeg-user wrote:
> ffmpeg -ss 00:04:45 -c:v h264_mmal -i 'Beck_ _je for _je (4).ts' -to 00:05:00 -map 0:0 -map 0:1 -map 0:2 -c:v h264_omx -b:v 4800k -c:a:0 copy -c:s:0 copy mov_text -metadata:0:1:2 language=dan 'Beck Øje for øje (4).mp4'
> [NULL @ 0x255b3e0] Unable to find a suitable output format for 'mov_text'

You have a syntax error i your command line.  You are trying to write to
a file called "mov_text_ and ffmpeg doesn't know what format that is
supposed to be so gives you that error.

> -c:s:0 copy mov_text

Make up your mind.  codec copy or codec mov_text?


More information about the ffmpeg-user mailing list