ubuntu:video:convert_ts_to_mkv
This is an old revision of the document!
Ubuntu - Video - Convert TS to MKV
This will stream copy (re-mux) all streams:
ffmpeg -i input -map 0 -c copy output.mkv
The -map 0 option is used to include all streams.
Otherwise it will use the default stream selection behavior which would only result in one stream per stream type being selected.
Since Matroska can handle most arbitrary streams, -map 0 is used.
ubuntu/video/convert_ts_to_mkv.1594805433.txt.gz ยท Last modified: 2020/07/15 09:30 by 127.0.0.1