[FFmpeg-trac] #5421(undetermined:new): Encoder is no longer displayed, qp range is wrong

FFmpeg trac at avcodec.org
Mon Apr 11 11:32:31 CEST 2016


#5421: Encoder is no longer displayed, qp range is wrong
-------------------------------------+-------------------------------------
             Reporter:  michael      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  codecpar     |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by heleppkes):

 From a quick inspection this happens because ffmpeg.c prints using the
 muxer context, instead of printing the actual encoder contexts - and the
 muxer only has codecpar information now, which doesn't contain any more
 than shown here.

 When ffmpeg.c is updated to codecpar, printing of the output streams
 should be changed to use the actual encoding context instead.

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


More information about the FFmpeg-trac mailing list