I have a need to use uncompressed avi files in some softwares that I use and it seems like I have forgotten how to transcode a video file to an uncompressed .avi file.
The usual syntax for transcoding files doesn't really work since I have to specify a video codec and in this case I don't want to use a codec at all...
This is one of my standard commandlines for compressed video...
input_file.avi :sout="#transcode{vcodec=WMV2,vb=3072,scale=1,acodec=wma,ab=128,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=output_file.wmv}}" vlc:quit