Opened 8 years ago

Last modified 8 years ago

#5420 new defect

start time changes with codecpar

Reported by: Michael Niedermayer Owned by:
Priority: minor Component: undetermined
Version: unspecified Keywords: codecpar
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

./ffmpeg-ref  -i ~/tickets/222/test.h264 -vcodec copy -acodec copy 222-ref.mp4
./ffmpeg -i ~/tickets/222/test.h264 -vcodec copy -acodec copy 222.mp4

./ffprobe 222.mp4
Duration: 00:00:00.54, start: 0.040000, bitrate: 7599 kb/s
vs.
./ffprobe 222-ref.mp4
Duration: 00:00:00.54, start: 0.038461, bitrate: 7599 kb/s

https://trac.ffmpeg.org/raw-attachment/ticket/222/test.h264

Change History (2)

comment:1 by Michael Niedermayer, 8 years ago

using https://trac.ffmpeg.org/attachment/ticket/5258/correctness_trimming_nobeeps.opus as source and webm as destination also shows timestamp/start time changes with codecpar

comment:2 by Carl Eugen Hoyos, 8 years ago

Another sample is attached to ticket #5540.

Note: See TracTickets for help on using tickets.