On 02/21/2016 04:47 AM, Mats Peterson wrote:
On 02/21/2016 04:33 AM, Mats Peterson wrote:
i think this would also get run for raw yuv formats
I see. Do you have a suggestion on how to "isolate" it?
MAts
Is trk->enc->bits_per_coded_sample perhaps zero when using raw yuv?
Hardly. Sorry for that stupid assumption.
Mats
_______________________________________________
ffmpeg-devel mailing list
It looks like it won't accept any raw YUV format in mov. Look at the
mov_get_codec_tag() function, it calls mov_get_rawvideo_codec_tag()
which uses the avpriv_pix_fmt_bps_mov array in libavcodec/raw.c to
determine which pixel formats are allowed. No yuv format in that array.
Mats
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel