> Hi, > Let me know is there any function name to convert from RGB to YUV .Can > any one help me on this. I am using ffmpeg 0.9.1. > _______________________________________________ maybe this might help get you started. if you have brg24 in an avi ffmpeg -i <input.avi -y -s 720x480 -vcodec rawvideo -pix_fmt uyvy422 -vtag 2vuy -f mov <out.mov>