User Tools

Site Tools


ubuntu:video:convert_ts_to_mkv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:video:convert_ts_to_mkv [2023/06/06 18:28] peterubuntu:video:convert_ts_to_mkv [2023/06/13 11:06] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - Video - Convert TS to MKV ====== 
- 
-===== Software Encoding ===== 
- 
-This will [[https://ffmpeg.org/ffmpeg.html#Stream-copy|stream copy]] (re-mux) all streams: 
- 
-<code bash> 
-ffmpeg -i input -map 0 -c copy output.mkv 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  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. 
- 
-</WRAP> 
  
ubuntu/video/convert_ts_to_mkv.1686076119.txt.gz · Last modified: 2023/06/06 18:28 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki