Changes between Version 16 and Version 17 of Map
- Timestamp:
- Nov 18, 2016, 11:54:37 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Map
v16 v17 178 178 The tricky part with selecting from MPEG TS is it may contain multiple streams/channels, and if you are receiving "live data" just specifying an index might not work because it can change from run to run, so 179 179 {{{ 180 ffmpeg -i INPUT -map 0:6 OUTPUT # might not work the same every run .180 ffmpeg -i INPUT -map 0:6 OUTPUT # might not work the same every run, DO NOT USE THIS WAY! 181 181 }}} 182 182
