- Encoding from an existing AVI file
- 500 kbit/sec MPEG-4 video
- Copying the existing audio stream unmodified
- mencoder foo.avi -vf scale=320:240 -mc 0 -oac copy -ovc xvid \
- -xvidencopts bitrate=400:pass=1
- mencoder foo.avi -vf scale=320:240 -mc 0 -oac copy -ovc xvid \
- -xvidencopts bitrate=400:pass=2
Raw Paste