[FFmpeg-user] directpred question

Rick C. rickcorteza at gmail.com
Wed Jun 6 05:23:30 CEST 2012


Hi,

With version 0.11 of FFmpeg I'm getting the following error (see output below).  I did not get this with version 10.3 (same command line).  I've seen a few issues out there with this but haven't been able to figure it out yet.  Any assistance would be great.  Thanks!


mahalkos-iMac:~ mahalko$ /Users/mahalko/Desktop/ffmpeg -i /Users/mahalko/Desktop/test.mov -vcodec libx264 -acodec aac -strict experimental -y -threads 0 -coder 1 -flags +loop -cmp +chroma -partitions -parti8x8-parti4x4-partp8x8-partp4x4-partb8x8 -me_method dia -subq 2 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -bf 3 -refs 1 -directpred 3 -trellis 0 -flags2 -bpyramid-wpred-mixed_refs-dct8x8+fastpskip+mbtree -wpredp 2 -coder 0 -bf 0 -flags2 -wpred-dct8x8+mbtree -wpredp 0 -b 300k -ab 192k -ar 48000 -r 30000/1001 -vf scale=480:270 /Users/mahalko/Desktop/test.mp4
ffmpeg version 0.11 Copyright (c) 2000-2012 the FFmpeg developers
  built on May 26 2012 14:39:39 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
  configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --arch=x86_64 --enable-runtime-cpudetect --disable-asm
  libavutil      51. 54.100 / 51. 54.100
  libavcodec     54. 23.100 / 54. 23.100
  libavformat    54.  6.100 / 54.  6.100
  libavdevice    54.  0.100 / 54.  0.100
  libavfilter     2. 77.100 /  2. 77.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f992281ae00] multiple edit list entries, a/v desync might occur, patch welcome
[h264 @ 0x7f992284ac00] Increasing reorder buffer to 1
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/mahalko/Desktop/test.mov':
  Metadata:
    major_brand     : qt  
    minor_version   : 0
    compatible_brands: qt  
    creation_time   : 2012-06-06 02:21:11
  Duration: 00:00:04.48, start: 0.000000, bitrate: 491 kb/s
    Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 16000 Hz, mono, s16, 1 kb/s
    Metadata:
      creation_time   : 2012-06-06 02:21:11
      handler_name    : Core Media Data Handler
    Stream #0:1(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 426 kb/s, 14.77 fps, 15 tbr, 600 tbn, 1200 tbc
    Metadata:
      creation_time   : 2012-06-06 02:21:11
      handler_name    : Core Media Data Handler
Unrecognized option 'directpred'
Failed to set value '3' for option 'directpred'


More information about the ffmpeg-user mailing list