Changes between Version 10 and Version 11 of Seeking
- Timestamp:
- Aug 18, 2013, 11:17:00 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Seeking
v10 v11 57 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 58 59 Example : 60 {{{ 61 ffmpeg -ss 00:03:00 -i video.mp4 -t 60 -c copy -avoid_negative_ts 1 cut.mp4 62 }}} 63 59 64 == Timestamp syntax == 60 65
