[FFmpeg-user] Conversions

Jim Shupert jshupert at pps-inc.com
Tue Apr 10 15:31:40 CEST 2012




> 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>


More information about the ffmpeg-user mailing list