I'm trying to use the Cinepak codec on Linux to _encode_ video using a certain bitrate. Is it possible to do this? I tried running this command but I got the error "File not found: 'bitrate=10' Failed to open bitrate=10" : mencoder invideo.mov -nosound -ovc vfw -xvfwopts codec=iccvid.dll bitrate=10 -o outvideo.avi Cheers Ant