#9210: Concat images produces wrong timings when duration is in milliseconds -------------------------------------+------------------------------------- Reporter: demet64 | Owner: (none) Type: defect | Status: new Priority: normal | Component: | undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mkver): It seems as if this is due to rounding to a timebase of 1/25 somewhere. The exact timestamps in your example would be 0, 116, 232, 348, 464, 580, 696... which get rounded to 0, 120, 240, 360, 480, 600, 680... when using a timebase of 1/25. -- Ticket URL: <https://trac.ffmpeg.org/ticket/9210#comment:2> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker