Commit e2baaa21 authored by jb@kdenlive.org's avatar jb@kdenlive.org Committed by Michael Niedermayer

mpegtsenc: recognize .mts as MPEG Transport Stream (encoding)

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 118ca0c7
......@@ -1099,7 +1099,7 @@ AVOutputFormat ff_mpegts_muxer = {
.name = "mpegts",
.long_name = NULL_IF_CONFIG_SMALL("MPEG-2 transport stream format"),
.mime_type = "video/x-mpegts",
.extensions = "ts,m2t,m2ts",
.extensions = "ts,m2t,m2ts,mts",
.priv_data_size = sizeof(MpegTSWrite),
.audio_codec = CODEC_ID_MP2,
.video_codec = CODEC_ID_MPEG2VIDEO,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment