New submission from Baptiste Coudurier <[EMAIL PROTECTED]>: JPEG.mov on mplayerhq/incoming
Correct color conversion: ffmpeg -i JPEG.mov -vcodec targa test.mov, targa is using bgr24 Wrong color conversion: ffmpeg -i JPEG.mov test.mpg, mpeg1video is using yuv420p I think srcRange/dstRange are not taken into account when going from jpeg yuv to yuv and vice versa. I'll try to dig into libswscale if I feel brave enough. I set this to critical since it is blocking the drop of imgconvert since the later does not have this problem. ---------- messages: 2328 nosy: bcoudurier priority: normal status: new substatus: new title: jpeg yuv -> yuv conversion problem with libswscale type: bug ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue504> ______________________________________________________
