[FFmpeg-trac] #8090(avcodec:new): RPi 4 h264_mmal error

FFmpeg trac at avcodec.org
Tue Aug 20 22:28:32 EEST 2019


#8090: RPi 4 h264_mmal error
-------------------------------------+-------------------------------------
             Reporter:  RAJensen     |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avcodec      |                  Version:
             Keywords:  h264_mmal /  |  unspecified
  h264_omx                           |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 After update and compile with the latest FFMPEG it now will decode with
 h264_mmal and encode with h264_omx.
 But after 5-6 minutes it will hang.
 Also: using v:b 1500k will produce a pixelated background.
 If v:b is higher than 3000k it will hang after 2minutes of run.
 How to reproduce:
 {{{
 % ffmpeg -ss 00:05:07 -c:v h264_mmal -i 'h264_mmal_test.ts' -to 01:41:44
 -map 0:0 -map 0:1 -c:v h264_omx -b:v 3000k -profile:v high -c:a:0 copy
 'h264_mmal_test.mp4'
 ffmpeg version git-2019-08-20-74e6800 Copyright (c) 2000-2019 the FFmpeg
 developers
   built with gcc 8 (Raspbian 8.3.0-6+rpi1)
   configuration: --arch=armhf --enable-gpl --enable-nonfree --enable-omx
 --enable-omx-rpi --enable-mmal
   libavutil      56. 33.100 / 56. 33.100
   libavcodec     58. 55.100 / 58. 55.100
   libavformat    58. 31.101 / 58. 31.101
   libavdevice    58.  9.100 / 58.  9.100
   libavfilter     7. 58.100 /  7. 58.100
   libswscale      5.  6.100 /  5.  6.100
   libswresample   3.  6.100 /  3.  6.100
   libpostproc    55.  6.100 / 55.  6.100
 built with gcc 8 (Raspbian 8.3.0-6+rpi1)
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8090>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list