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? _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
