[FFmpeg-user] uncompressed avi

Rick C. rickcorteza at gmail.com
Tue Oct 25 08:36:37 CEST 2011


On Oct 24, 2011, at 2:51 PM, Tim Nicholson wrote:

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


Thanks this gets me started.  I'll let you know if I have anymore questions!



More information about the ffmpeg-user mailing list