ubuntu:video:convert_ts_to_mkv
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:video:convert_ts_to_mkv [2020/05/04 09:24] – peter | ubuntu:video:convert_ts_to_mkv [2023/06/13 11:06] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Video - Convert ts to mkv ====== | ||
- | This will [[https:// | ||
- | |||
- | <code bash> | ||
- | 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.1588584295.txt.gz · Last modified: 2020/07/15 09:30 (external edit)