[FFmpeg-user] Issues decoding icod

Young Kim shadowing71 at gmail.com
Thu Dec 27 13:27:51 CET 2012


Hello, 

I've been having some issues with decoding icod. After Googling and searching the mailing list for a bit, I thought I found a solution, but I've been encountering the issue as seen below in the console output. Does anyone happen to know what the issue may be?

[ykim at ykim ykim]# ffmpeg -vcodec prores -i src.mov -pix_fmt yuv420p -s 1024x720 -y test.mov
ffmpeg version N-46557-ga93c7ca Copyright (c) 2000-2012 the FFmpeg developers
  built on Nov  9 2012 17:34:41 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4)
  configuration: --prefix=/home/croll/ffmpeg_static --enable-runtime-cpudetect --disable-debug --disable-ffserver --disable-ffplay --disable-ffprobe --disable-shared --enable-libfaac --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-libass --enable-libfreetype --enable-librtmp --enable-gpl --enable-nonfree --extra-libs=-ldl
  libavutil      52.  5.100 / 52.  5.100
  libavcodec     54. 71.100 / 54. 71.100
  libavformat    54. 36.100 / 54. 36.100
  libavdevice    54.  3.100 / 54.  3.100
  libavfilter     3. 21.106 /  3. 21.106
  libswscale      2.  1.102 /  2.  1.102
  libswresample   0. 16.100 /  0. 16.100
  libpostproc    52.  1.100 / 52.  1.100
[prores @ 0x21c22c0] invalid frame header
    Last message repeated 48 times
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x21bb320] Stream #1: not enough frames to estimate rate; consider increasing probesize
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x21bb320] decoding for stream 0 failed
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x21bb320] Could not find codec parameters for stream 0 (Video: prores (icod / 0x646F6369), 1440x1080, 40230 kb/s): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Guessed Channel Layout for  Input Stream #0.2 : stereo
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'src.mov':
  Metadata:
    major_brand     : qt  
    minor_version   : 537199360
    compatible_brands: qt  
    creation_time   : 2011-12-08 03:47:40
    timecode        : 00:00:00;00
  Duration: 00:02:04.46, start: 0.000000, bitrate: 41770 kb/s
    Stream #0:0(eng): Video: prores (icod / 0x646F6369), 1440x1080, 40230 kb/s, SAR 10000:7500 DAR 16:9, 29.97 fps, 29.97 tbr, 2997 tbn, 2997 tbc
    Metadata:
      creation_time   : 2011-12-08 03:47:40
      handler_name    : Apple Video Media Handler
    Stream #0:1(eng): Data: none (tmcd / 0x64636D74)
    Metadata:
      creation_time   : 2011-12-08 03:49:48
      handler_name    : Time Code Media Handler
      timecode        : 00:00:00;00
    Stream #0:2(eng): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, stereo, s16, 1536 kb/s
    Metadata:
      creation_time   : 2011-12-08 03:49:48
      handler_name    : Apple Sound Media Handler
[buffer @ 0x21bb080] Unable to parse option value "-1" as pixel format
Error opening filters!


Thanks,
Young Kim



More information about the ffmpeg-user mailing list