Changes between Version 1 and Version 2 of Ticket #4676, comment 8
- Timestamp:
- Jun 27, 2015, 8:31:53 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4676, comment 8
v1 v2 1 1 Figured out what might be the issue: 2 2 3 Since most audio codecs have a specific frame_size ffmpeg will append zero samples and adjust the pts. This means that the pts values of 2 segments can slightly overlap and that is not properly handled.3 Since most audio codecs have a specific frame_size ffmpeg will append zero samples and adjust the pts. This means that the pts values of 2 segments (i.e. segments can start at a negative pts) can slightly overlap and that is not properly handled.


