[FFmpeg-trac] #1578(undetermined:open): variable FPS incorrect frame length

FFmpeg trac at avcodec.org
Tue Dec 10 07:00:02 CET 2013


#1578: variable FPS incorrect frame length
-------------------------------------+-------------------------------------
             Reporter:  kubabrecka   |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  fps          |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  1
-------------------------------------+-------------------------------------

Comment (by er.anshul.maheshwari@…):

 Now When I am looking how delta is calculated, then I found

 {{{

 delta = sync_ipts - ost->sync_opts + duration;
 }}}

 where values were
 duration = 1.0000
 sync_ipts = 0
 ost->sync_opts = 3

 delta = 0 -3 +1 = -2.00

 and my frame was lost

--
Ticket URL: <https://trac.ffmpeg.org/ticket/1578#comment:9>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list