Hi, I get a .mov file and its video format is "ProRes 422, 24 fps, 1920x1080, BT.709". I put the MOV file: http://yun.wfnoc.com/files/proress_hq.mov Only one frame in this MOV.
Using ffmpeg to convert it to MPEG-2: ffmpeg -i proress_hq.mov -c:v mpeg2video -b:v 30M -pix_fmt yuv420p my.m2v I compared them by previewing "proress_hq.mov" and "my.m2v" in Edius and I found there is a little color difference: "proress_hq.mov" seems to be a small little brighter than "my.m2v" and the color in "my.m2v" seems to be a little more saturate. How can i convert this mov to mpeg2 without color shifting? Thank you! _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
