Friends,

I have a dpx sequence.
the dpx were made on a LaserGraphics ScanStation

they all have a name like : H_N-Reel1_0000000.dpx
My Goal is to make a proRes HQ mov

I was hoping that it would be as easy as

ffmpeg -f image2 -framerate 24 -i H_N-Reel1_%07d.dpx -c:v prores_ks -profile:v 3 -f mov hard_3.mov

( console out below  3 diff sessions )

I Think it does not know what the pixel format of the input , the dpx pixel format is

I have tried

ffmpeg -f image2 -framerate 24 -i H_N-Reel1_%07d.dpx -c:v prores_ks -pix_fmt yuv422p10le -profile:v 3 -f mov hard_3.mov

ffmpeg -f image2 -framerate 24 -i H_N-Reel1_%07d.dpx -c:v prores_ks -pix_fmt yuv444p10 -profile:v 3 -probesize 2147483000 -f mov hard_3.mov ffmpeg -f image2 -framerate 24 -i H_N-Reel1_%07d.dpx -c:v prores_ks -pix_fmt yuv422p10le -profile:v 3 -analyzeduration 600000000 -probesize 21474830000 -f mov hard_3.mov ffmpeg -f image2 -framerate 24 -pix_fmt  gbrp10le -i H_N-Reel1_%07d.dpx -c:v prores_ks -profile:v 3 -pix_fmt yuv422p10le -f mov hard_3.mov

this seems significant

[dpx @ 0000000000756fe0] Unsupported format
    Last message repeated 1 times
[image2 @ 0000000000632980] decoding for stream 0 failed
[image2 @ 0000000000632980] Could not find codec parameters for stream 0 (Video: dpx, none, 2048x1536): unspecified pixel format

and what is this telling me?

[buffer @ 0000000000758c00] Unable to parse option value "-1" as pixel format
    Last message repeated 1 times
[buffer @ 0000000000758c00] Error setting option pix_fmt to value -1.
[graph 0 input from stream 0:0 @ 0000000000643ea0] Error applying options to the filter.

I seem to be unable to get any info via ffprobe regarding my dpx
I think the dpx are Good.

I must be missing something , i wonder what it is.


Thanks in advance, any clues would be appreciated.

best wishes

jim shupert


-------:: console output from errors

S:\Scans\job_ohist\DPX\H_N-Reel1>ffmpeg -f image2 -framerate 24 -i H_N-Reel1_%07d.dpx -c:v prores_ks -pix_fmt yuv422p10le -profile:v 3 -analyzeduration  600000000 -probesize 21474830000 -f mov hard_3.mov ffmpeg version N-81322-ge8b355a Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.4.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 28.100 / 55. 28.100
  libavcodec     57. 51.100 / 57. 51.100
  libavformat    57. 46.100 / 57. 46.100
  libavdevice    57.  0.102 / 57.  0.102
  libavfilter     6. 51.100 /  6. 51.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
[dpx @ 0000000000756fe0] Unsupported format
    Last message repeated 1 times
[image2 @ 0000000000632980] decoding for stream 0 failed
[image2 @ 0000000000632980] Could not find codec parameters for stream 0 (Video: dpx, none, 2048x1536): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, image2, from 'H_N-Reel1_%07d.dpx':
  Duration: 00:12:52.75, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: dpx, none, 2048x1536, 12 tbr, 24 tbn, 12 tbc
File 'hard_3.mov' already exists. Overwrite ? [y/N] y
[buffer @ 0000000000758c00] Unable to parse option value "-1" as pixel format
    Last message repeated 1 times
[buffer @ 0000000000758c00] Error setting option pix_fmt to value -1.
[graph 0 input from stream 0:0 @ 0000000000643ea0] Error applying options to the filter.
Error opening filters!



S:\Scans\job_ohist\DPX\H_N-Reel1>ffmpeg -f image2 -framerate 24 -i H_N-Reel1_%07d.dpx -c:v prores_ks -pix_fmt yuv422p10le -profile:v 3 -analyzeduration  600000000 -probesize 21474830000 hard_3.mov ffmpeg version N-81322-ge8b355a Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.4.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 28.100 / 55. 28.100
  libavcodec     57. 51.100 / 57. 51.100
  libavformat    57. 46.100 / 57. 46.100
  libavdevice    57.  0.102 / 57.  0.102
  libavfilter     6. 51.100 /  6. 51.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
[dpx @ 0000000000f36fa0] Unsupported format
    Last message repeated 1 times
[image2 @ 0000000000e22920] decoding for stream 0 failed
[image2 @ 0000000000e22920] Could not find codec parameters for stream 0 (Video: dpx, none, 2048x1536): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, image2, from 'H_N-Reel1_%07d.dpx':
  Duration: 00:12:52.75, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: dpx, none, 2048x1536, 12 tbr, 24 tbn, 12 tbc
File 'hard_3.mov' already exists. Overwrite ? [y/N] y
[buffer @ 0000000000e34ea0] Unable to parse option value "-1" as pixel format
    Last message repeated 1 times
[buffer @ 0000000000e34ea0] Error setting option pix_fmt to value -1.
[graph 0 input from stream 0:0 @ 0000000000e35380] Error applying options to the filter.
Error opening filters!

=======with input -pix_fmt  gbrp10le

S:\Scans\job_ohist\DPX\H_N-Reel1>ffmpeg -f image2 -framerate 24 -pix_fmt  gbrp10le -i H_N-Reel1_%07d.dpx -c:v prores_ks -profile:v 3 -pix_fmt yuv422p10le -f mov hard_3.mov ffmpeg version N-81322-ge8b355a Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.4.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 28.100 / 55. 28.100
  libavcodec     57. 51.100 / 57. 51.100
  libavformat    57. 46.100 / 57. 46.100
  libavdevice    57.  0.102 / 57.  0.102
  libavfilter     6. 51.100 /  6. 51.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
[dpx @ 0000000000696e80] Unsupported format
Input #0, image2, from 'H_N-Reel1_%07d.dpx':
  Duration: 00:12:52.75, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: dpx, gbrp10le, 2048x1536, 12 tbr, 24 tbn, 12 tbc
File 'hard_3.mov' already exists. Overwrite ? [y/N] y
[mov @ 0000000002633fe0] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
Output #0, mov, to 'hard_3.mov':
  Metadata:
    encoder         : Lavf57.46.100
    Stream #0:0: Video: prores (prores_ks) (apch / 0x68637061), yuv422p10le, 2048x1536, q=2-31, 200 kb/s, 12 fps, 12288 tbn, 12 tbc
    Metadata:
      encoder         : Lavc57.51.100 prores_ks
Stream mapping:
  Stream #0:0 -> #0:0 (dpx (native) -> prores (prores_ks))
Press [q] to stop, [?] for help
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[dpx @ 0000000000698620] Unsupported format






_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to