[FFmpeg-user] Unrecognized option 'directpred'

Joshua Kolden joshua at crackcreative.com
Tue Apr 17 19:18:24 CEST 2012


I get this error with the following command on mac OS X Lion,  using my own build of ffmpeg from the get repository yesterday.  I find remarkably little information about it on google search, however it does seem clear other people are having it as well.
(http://groups.google.com/group/xuggler-users/browse_thread/thread/b4819053f0fa66a4)
(http://blog.srepetsk.net/node/147)

ffmpeg -i input.mov -acodec libfaac -ac 2 -ab 160k -s 1024x768 -vcodec libx264 -vpre slow -vpre iPod640 -b 1200k -f mp4 -threads 0 output.mov


Output:

ffmpeg version N-39881-gdcd207c Copyright (c) 2000-2012 the FFmpeg developers
  built on Apr 16 2012 22:34:46 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
  configuration: --enable-libfaac --enable-libx264 --enable-libxvid --enable-nonfree --enable-gpl --enable-libmp3lame --disable-ffplay --disable-ffserver --enable-pthreads --enable-gpl
  libavutil      51. 46.100 / 51. 46.100
  libavcodec     54. 14.101 / 54. 14.101
  libavformat    54.  3.100 / 54.  3.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 70.100 /  2. 70.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 11.100 /  0. 11.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/joshua/Downloads/mvi2618_comp_v04.mov':
  Metadata:
    major_brand     : qt  
    minor_version   : 537199360
    compatible_brands: qt  
    creation_time   : 2012-04-14 03:27:10
  Duration: 00:00:01.91, start: 0.000000, bitrate: 20022 kb/s
    Stream #0:0(eng): Video: mjpeg (mjpa / 0x61706A6D), yuvj422p, 1920x1080 [SAR 72:72 DAR 16:9], 20018 kb/s, 24 fps, 24 tbr, 2400 tbn, 2400 tbc
    Metadata:
      creation_time   : 2012-04-14 03:27:10
      handler_name    : Apple Alias Data Handler
Unrecognized option 'directpred'
/usr/local/share/ffmpeg/libx264-slow.ffpreset: Invalid option or argument: 'directpred=3', parsed as 'directpred' = '3'


Any help would be appreciated.

Thanks,
j



More information about the ffmpeg-user mailing list