[FFmpeg-trac] #1405(undetermined:closed): General errors parsing presets (invalid option 'directpred' for instance)

FFmpeg trac at avcodec.org
Thu Jun 7 20:36:05 CEST 2012


#1405: General errors parsing presets (invalid option 'directpred' for instance)
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  klaussfreire                       |                   Status:  closed
                 Type:  defect       |                Component:
             Priority:  normal       |  undetermined
              Version:  git-master   |               Resolution:  invalid
             Keywords:  libx264      |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by llogan):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 libx264-hq.ffpreset was the name of an old file based preset. It appears
 you maybe copied this old preset from somewhere and added some additional
 options or parameters. FFmpeg used to use these files to emulate x264
 presets, but they have been depreciated and removed for the -preset and
 -vprofile options. See available presets and profiles with "x264 --help".

 If, for some reason, you need to overwrite a particular option (but
 usually not a good idea for most use cases unless you know what you're
 doing) then see "ffmpeg -h" for available libx264 specific options (under
 libx264rgb AVOptions) or use the -x264opts option.

 ffmpeg -i input -preset medium -direct-pred 3 output
 ffmpeg -i input -preset medium -x264opts direct=auto output

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


More information about the FFmpeg-trac mailing list