[FFmpeg-trac] #5732(avcodec:new): Display corruption on very high-bitrate H.264 files

FFmpeg trac at avcodec.org
Sun Jul 24 15:32:06 EEST 2016


#5732: Display corruption on very high-bitrate H.264 files
------------------------------------+-----------------------------------
             Reporter:  Sesse       |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by Sesse):

 I made another cut without the audio; it seems to fare better.

 {{{
 ​http://storage.sesse.net/through-the-cracks.mp4
 }}}

 This yields corrupted display:

 {{{
 ffmpeg -i through-the-cracks-cut.mp4 -vframes 50 out-%03d.png
 }}}

 This yields correct display:

 {{{
 ffmpeg -hwaccel vaapi -i through-the-cracks-cut.mp4 -vframes 50
 out-%03d.png
 }}}

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


More information about the FFmpeg-trac mailing list