Amir Hossein Rouhi <amir.rouhi@...> writes: > What the bellow command line generate is a raw image > but in YUV 4:2:0 format. what i want is RGB raw image. > I know there is a formula to convert YUV to RGB but i > need pure RGB in the file. even i tried to use > -pix_fmt but could not find any parameter for RGB.
Try "ffmpeg -pix_fmts", there are several rgb formats, among them rgb24. Please understand that top-posting is not welcome here and that you are expected to always post your failing command line together with the complete, uncut console output. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
