Changes between Version 28 and Version 29 of Seeking
- Timestamp:
- Jul 16, 2023, 3:40:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Seeking
v28 v29 82 82 == Seeking while doing a codec copy == 83 83 84 Using `-ss` as input option together with `-c:v copy` might not be accurate since `ffmpeg` is forced to only use/split on i-frames. Though it will—if possible—adjust the start time of the stream to a negative value to compensate for that. Basically, if you specify "second 157" and there is no key frame until second 159, it will include two seconds of audio (with no video) at the start, then will start from the first key frame. So be careful when splitting and doing codec copy.84 Using `-ss` as input/output option together with `-c:v copy` might not be accurate since `ffmpeg` is forced to only use/split on i-frames. Though it will—if possible—adjust the start time of the stream to a negative value to compensate for that. Basically, if you specify "second 157" and there is no key frame until second 159, it will include two seconds of audio (with no video) at the start, then will start from the first key frame. So be careful when splitting and doing codec copy.
