[FFmpeg-devel] [PATCH] libopenjpegenc: add 9-15 bit RGB output
Michaël Cinquin
mc at michaelcinquin.com
Thu Jan 24 07:35:22 CET 2013
> On 23 janv. 2013, at 22:02, Michael Bradshaw wrote:
> Just about to post the decoder. Got to it sooner than I thought I could.
> <0001-libopenjpegenc-add-support-for-pix-fmt-gbrp-8-16-bit.patch>_______________________________________________
I tried both this patch and the older one. Am I missing something ? scaler is trying without success to convert between pixel formats when called with
> /usr/local/bin/ffmpeg -v debug -i /Users/charbon/webserver/michael/fichiers_a_telecharger/mires/mire_charbon_HD_25p_5s.mov -pix_fmt gbrp12 -an -r 24 -profile:v 3 -cinema_mode 1 -format 0 -numresolution 6 -compression_level 30 -prog_order 4 -vdt 12 -pix_fmt gbrp12 /stuff/creation_dcp/1/%06d.j2c
error is :
> • [scale @ 0x7fa45941bae0] Setting 'w' to value '0'
> • [scale @ 0x7fa45941bae0] Setting 'h' to value '0'
> • [scale @ 0x7fa45941bae0] Setting 'flags' to value '0x4'
> • [auto-inserted scaler 0 @ 0x7fa45941ba80] w:0 h:0 flags:'0x4' interl:0
> • [format @ 0x7fa45941b580] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
> • Impossible to convert between the formats supported by the filter 'Parsed_null_0' and the filter 'auto-inserted scaler 0'
full paste : http://pastebin.com/SXJKme9W
More information about the ffmpeg-devel
mailing list