Changes between Version 13 and Version 14 of Map
- Timestamp:
- Jan 7, 2016, 10:05:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Map
v13 v14 208 208 or specify a child stream: 209 209 {{{ 210 ffmpeg -i INPUT -map i:0x401 OUTPUT # pulls in single input stream with PID 0x401210 ffmpeg -i INPUT -map i:0x401 OUTPUT # pulls in the single input stream with PID (MPEG Packet ID [stream identifier]) 0x401 from wherever it is found 211 211 }}} 212 212 or similar, see other specifier examples. Note if you have "unknown" streams in there you may need to add the -ignore_unknown flag as well.
