[FFmpeg-trac] #8063(undetermined:closed): `-vsync cfr` tends to duplicate the wrong frames

FFmpeg trac at avcodec.org
Sun Dec 8 13:36:55 EET 2019


#8063: `-vsync cfr` tends to duplicate the wrong frames
-------------------------------------+-------------------------------------
             Reporter:  gdgsdg123    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
                                     |  needs_more_info
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by gdgsdg123):

 Replying to [ticket:8063 gdgsdg123]:
 > ...failed to reproduce (seemed working correctly) in AVI container.
 Managed to reproduce it in AVI container:
 {{{
 ffmpeg -i "123.avi" -vsync cfr "cfr.avi"
 }}}
 [[BR]]
 [[BR]]
 Frame information of
 [http://trac.ffmpeg.org/attachment/ticket/8063/123.avi 123.avi]:
 ||= Frame Number =||= Presentation Timestamp =||= Duration =||= Content
 =||
 || 1|| 0|| 2||  1  ||
 || 2|| 2|| 2||  2  ||
 || 3|| 4|| N/A||  3  ||
 [[BR]]
 Expected frame information of cfr.avi:
 ||= Frame Number =||= Presentation Timestamp =||= Duration =||= Content
 =||
 || 1|| 0|| 1||  1  ||
 || 2|| 1|| 1||  2  ||
 || 3|| 2|| 1||  2  ||
 || 4|| 3|| 1||  3  ||
 || 5|| 4|| N/A||  3  ||

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8063#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list