[FFmpeg-trac] #6325(undetermined:new): Wrong resolution in output from hevc stream

FFmpeg trac at avcodec.org
Mon Apr 17 11:06:56 EEST 2017


#6325: Wrong resolution in output from hevc stream
-------------------------------------+-------------------------------------
             Reporter:  kotofos      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by heleppkes):

 The decoder tells you that it skips some output window adjustment because
 of alignment issues, its right there in the log.

 You can set AV_CODEC_FLAG_UNALIGNED to allow it to do so anyway (on the
 CLI -flags unaligned), but not all code may be happy with unaligned image
 frames, at the very least it might get slower, at worst it might even
 crash somewhere.

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


More information about the FFmpeg-trac mailing list