Changes between Initial Version and Version 1 of Ticket #9876, comment 1
- Timestamp:
- Aug 14, 2022, 5:14:06 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9876, comment 1
initial v1 1 1 Your duration is basically UINT32_MAX when using a 1ms timebase (as the Matroska muxer does). The subtitle duration field is a 32 bit integer and UINT32_MAX actually means "unknown"; PGS subtitles typically have an unknown duration (they are cancelled/overwritten by a later packet). So it seems that some part of the code does not treat this special value correctly. 2 3 Maybe using the -fix_sub_duration (as an input option) would help; I am not sure.


