Changes between Version 16 and Version 17 of Map


Ignore:
Timestamp:
Nov 18, 2016, 11:54:37 PM (10 years ago)
Author:
Roger Pack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Map

    v16 v17  
    178178The 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
    179179{{{
    180 ffmpeg -i INPUT -map 0:6 OUTPUT # might not work the same every run.
     180ffmpeg -i INPUT -map 0:6 OUTPUT # might not work the same every run, DO NOT USE THIS WAY!
    181181}}}
    182182