[FFmpeg-trac] #585(avcodec:closed): libx264 enc doesn't autoselect compatible pix fmt so returns error

FFmpeg trac at avcodec.org
Tue Oct 25 02:28:33 CEST 2011


#585: libx264 enc doesn't autoselect compatible pix fmt so returns error
------------------------------------+-----------------------------------
             Reporter:  MattE       |                    Owner:  michael
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:  invalid
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------
Changes (by llogan):

 * status:  new => closed
 * resolution:   => invalid
 * component:  FFmpeg => avcodec


Comment:

 Remove ''-profile high'' or change it to ''-profile high444'' if you want
 bgr24, or add ''-pix_fmt yuv420'' if you want yuv420.

 This is the default behavior of x264 if you attempt to use 4:4:4 input
 with high profile:
 {{{
 $ x264 --output-csp rgb --profile high -o output.mkv input.mkv
 x264 [error]: high profile doesn't support 4:4:4
 }}}
 Please reopen this ticket if you believe the default behavior of FFmpeg
 should be changed.

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


More information about the FFmpeg-trac mailing list