Changes between Version 11 and Version 12 of Map
- Timestamp:
- Dec 30, 2015, 10:03:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Map
v11 v12 180 180 }}} 181 181 182 Assuming your file is MPEG, you can run "ffmpeg -i INPUT" (not specify an output) to see what program id's and stream id's it contains, like this example (probesize and analyzeduration specified to help "make sure" it picks up all the streams in it, may not be needed)182 Assuming your file is MPEG, you can run "ffmpeg -i INPUT" (not specify an output) to see what program id's and stream id's it contains, like this example (probesize and analyzeduration specified to help "make sure" it picks up all the streams in it, may not be always needed) 183 183 {{{ 184 $ ffmpeg -probesize 100M -analyzeduration 100M -i INPUT184 $ ffmpeg -probesize 50M -analyzeduration 50M -i INPUT 185 185 ... 186 186 Input #0, mpegts, from 'INPUT':