[FFmpeg-trac] #6771(avcodec:closed): -me_method renamed to -motion-est ???

FFmpeg trac at avcodec.org
Mon Oct 23 21:43:17 EEST 2017


#6771: -me_method renamed to -motion-est ???
-------------------------------------+-----------------------------------
             Reporter:  Atarikid     |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:  avcodec
              Version:  git-master   |               Resolution:  fixed
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------
Changes (by jamrial):

 * priority:  normal => wish
 * resolution:   => fixed
 * status:  new => closed
 * component:  undetermined => avcodec
 * type:  defect => enhancement


Comment:

 Replying to [comment:3 Atarikid]:
 > I see. So basically you now have to use -motion-est instead?
 The global field in AVCodecContext and the corresponding global option
 "me_method" were removed as oromit mentioned. For the sake of consistency,
 i've just added a "me_method" alias for the motion-est option in libx264,
 which i assume is the encoder you were using.

 Replying to [comment:3 Atarikid]:
 > I also noticed many options of -me_method or not available for -motion-
 est, is this correct?
 The global me_method had a lot of values that might or might have not been
 used by some encoders. libx264 only used the ones listed for motion-est,
 and that's what's available now.

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


More information about the FFmpeg-trac mailing list