[FFmpeg-user] ProRes Invalid pixel format string

Alok alok+ffmpeg at mbaproductions.com
Wed Mar 7 05:59:21 CET 2012


Hello,

I'm trying to use ffmpeg to crop, rotate, and encode ProRes 422 videos into
JPEG Image sequences. I'm running on Mac OS X 10.7, and have tried the
following configurations, based on other threads I've found:

--enable-libmp3lame --enable-shared --disable-mmx --arch=x86_64

--enable-libmp3lame --enable-shared --disable-mmx --arch=x86_64
--enable-gpl --enable-version3

I've also tried adding -vf "format=yuv:420p" to the command without success.


Using any of these configurations yields a result similar to this:

sneezy:ffmpeg admin$ ffmpeg  -i "video.mov" -an -f image2 -vf "crop
4090:3106:6:0" -vf "transpose=1" "imgseq_%05d.jpg"
FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
  built on Mar  6 2012 20:48:57 with llvm_gcc 4.2.1 (Based on Apple Inc.
build 5658) (LLVM build 2336.9.00)
  configuration: --enable-libmp3lame --enable-shared --disable-mmx
--arch=x86_64 --enable-gpl --enable-version3
  libavutil     50.36. 0 / 50.36. 0
  libavcore      0.16. 1 /  0.16. 1
  libavcodec    52.108. 0 / 52.108. 0
  libavformat   52.93. 0 / 52.93. 0
  libavdevice   52. 2. 3 / 52. 2. 3
  libavfilter    1.74. 0 /  1.74. 0
  libswscale     0.12. 0 /  0.12. 0

Seems stream 0 codec frame rate differs from container frame rate: 30000.00
(30000/1) -> 29.97 (30000/1001)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'video.mov':
  Metadata:
    major_brand     : qt
    minor_version   : 0
    compatible_brands: qt
    creation_time   : 2012-03-03 01:41:16
  Duration: 00:02:38.05, start: 0.000000, bitrate: 678316 kb/s
    Stream #0.0(und): Video: Apple ProRes 422, 4096x3112, 670989 kb/s, PAR
1:1 DAR 512:389, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc
    Metadata:
      creation_time   : 2012-03-03 01:41:17
    Stream #0.1(und): Audio: pcm_s24le, 48000 Hz, 6 channels, s32, 6912 kb/s
    Metadata:
      creation_time   : 2012-03-03 01:41:17
    Stream #0.2(und): Data: tmcd / 0x64636D74
    Metadata:
      creation_time   : 2012-03-03 01:41:17
[buffer @ 0x7fbf5bc04340] Invalid pixel format string '-1'
Error opening filters!


Any thoughts?


More information about the ffmpeg-user mailing list