[FFmpeg-trac] #5798(avcodec:new): Allow h264 profile selection in ffmpeg when using omx

FFmpeg trac at avcodec.org
Tue Sep 6 22:45:22 EEST 2016


#5798: Allow h264 profile selection in ffmpeg when using omx
-------------------------------------+-----------------------------------
             Reporter:  m_doe        |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  omx          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by m_doe):

 From my own investigation it has become clear that the OMX encoder in it's
 current form will only ever output H264 High 4.0 unless the encoder is
 explicitly told to use an alternative profile using
 OMX_VIDEO_PARAM_AVCTYPE.

 The encoder will also only support constant bitrate using a baseline
 profile, but not main or high. CBR can be achieved with the
 OMX_VIDEO_PARAM_BITRATETYPE. If this is not applied the encoder is
 essentially hard coded to run OMX_Video_ControlRateVariable, i.e. variable
 bit rate output.

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


More information about the FFmpeg-trac mailing list