From: Burkhard P. <pl...@ig...> - 2014-10-24 15:58:55
|
Hi, Am 23.10.2014 um 17:57 schrieb Steven Schultz: > I am still puzzled why the Native color model still shows as Undefined. > My memory (possibly faulty) is that it used to say something like "YUV > 4:2:2 planar" Right. The decoding colormodel is now determined just when it's actually used, because it can involve decoding a first image (not in your case of uncompressed video of course) Of course qtinfo should not show "Undefined". A possible solution would be to modify quicktime_print_info() such that it calls lqt_ensure_stream_cmodel_decode() for each video track first. Any volunteers? Burkhard |