Changes between Version 9 and Version 10 of Seeking
- Timestamp:
- Aug 18, 2013, 11:07:04 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Seeking
v9 v10 55 55 For instance to extract only a small segment in the middle of a movie, it can be used in combination with "-t" which specifies the duration, like -ss 60 -t 10 to capture from second 60 to 70. Or you can use the "-to" option to specify a outpoint, like -ss 60 -to 70 to capture from second 60 to 70. "-t" and "-to" are mutually exclusive and if you use both "-t" will be used. 56 56 57 If you cut with stream copy (-c copy) you need to use the [https://ffmpeg.org/ffmpeg-all.html#Format-Options "-avoid_negative_ts 1"] option if you want to use that segment with the [https://trac.ffmpeg.org/wiki/How%20to%20concatenate%20(join,%20merge)%20media%20files#demuxer concat demuxer] . 58 57 59 == Timestamp syntax == 58 60
