#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to