[FFmpeg-trac] #5800(undetermined:new): ffmpeg-git: Slow Start Transcode vs ffmpeg-2.8.7: Fast Start Transcode

FFmpeg trac at avcodec.org
Sat Aug 27 00:19:39 EEST 2016


#5800: ffmpeg-git: Slow Start Transcode vs ffmpeg-2.8.7: Fast Start Transcode
-------------------------------------+-------------------------------------
             Reporter:  barhom       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by barhom):

 I have found the regression.
 It was introduced by the following commit:

 https://github.com/FFmpeg/FFmpeg/commit/4bec36f98c5150b09d45740f3e1c80526e85b676

 Removing the lines

 {{{
     if (pes->stream_type == 4)
          st->request_probe = 50;
 }}}

 from master fixes the problem I have with slow-starting transcodes. I
 suggest that if ffmpeg wants an extra probe for stream_type == 4 then it
 should make it optional somehow.

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


More information about the FFmpeg-trac mailing list