I'm converting a sequence of exr images to a mov. The exrs have been published out of a 3d application(houdini).This has been working fine till a new version of a 3rd party render was installed (redshift 2.5.50). They state that their exr images are using openexr2.0. Does FFmpeg (3.4.1 win64) support exr2.0?
FFmpeg can't seem to read them and returns:
"flags 4 is not implemented"
"decoding for stream 0 failed"
"Could not find codec parameters for stream 0 (Video: exr, none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options"
my cmd command working before the render update:
"D:\ffmpeg\ffmpeg.exe" -start_number 1 -i "D:\RedShiftFFmpeg\render\redshift\FFmpeg_redshift_%4d.exr" -y "D:\RedShiftFFmpeg\render\FFmpeg_mantra1.mov"