[FFmpeg-trac] #4284(ffmpeg:new): FFmpeg doesn't pass -x265-params to the x265 encoder correctly.

FFmpeg trac at avcodec.org
Thu Jan 29 12:51:52 CET 2015


#4284: FFmpeg doesn't pass -x265-params to the x265 encoder correctly.
-------------------------------------+-------------------------------------
             Reporter:  kvssoft      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  ffmpeg
              Version:  git-master   |               Resolution:
             Keywords:  FFmpeg,      |               Blocked By:
  x265, x265-params, HEVC, H.265     |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by pcordes):

 ffmpeg can't parse keys without values (for x264-params, x264opts,
 x265-params, etc), since they all use AVDictionary.

 I have a patch I've been working that adds support for it.  There was a
 previous never-committed patch that I found later, to do the same thing:
 http://ffmpeg.org/pipermail/ffmpeg-devel/2013-July/146329.html

 I've been sitting on my patch, but I should post it, and my cleanups to
 libx264.c and libx265.c.  I'll get to it probably tomorrow.

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


More information about the FFmpeg-trac mailing list