[FFmpeg-user] uncompressed avi

Tim Nicholson tim.nicholson at bbc.co.uk
Mon Oct 24 08:51:28 CEST 2011


On 23/10/11 04:00, Rick C. wrote:
> Hello,
>
> What command line would I use to create an uncompressed avi because I can't figure it out?  Thank you for the help


Well one option is:-

ffmpeg -i "$in_file" -vcodec rawvideo -pix_fmt uyvy422 -vtag 2vuy 
-acodec $audio-codec "$out_file"


-- 
Tim

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
					


More information about the ffmpeg-user mailing list