[FFmpeg-trac] #9456(ffprobe:new): ffprobe coded_width and coded_height don't work (regression)

FFmpeg trac at avcodec.org
Fri Oct 15 22:38:11 EEST 2021


#9456: ffprobe coded_width and coded_height don't work (regression)
-------------------------------------+-------------------------------------
             Reporter:  Gregory      |                     Type:  defect
  Beauregard                         |
               Status:  new          |                 Priority:  normal
            Component:  ffprobe      |                  Version:  git-
                                     |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug: The coded_height and coded_width parameters don't work
 in ffprobe; they always display the same as the width and height fields.
 How to reproduce: Run the following command on any 1080p h264 file.
 Expected coded_height is 1088, but it will show 1080.
 {{{
 ffprobe -select_streams v -show_entries stream=coded_width,coded_height
 file.mkv
 }}}

 This behavior is a regression since
 https://github.com/FFmpeg/FFmpeg/commit/04f49645a519233f3638104e0df5215758652fcb

 This behavior was also broken in the past and was fixed in
 https://trac.ffmpeg.org/ticket/6958 before regressing.

 ffprobe should not be outputting wrong info
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9456>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list