TEXT   211
Encoding from an existing AVI file 500 kbit sec
Guest on 9th March 2023 12:21:56 AM


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

Raw Paste

Login or Register to edit or fork this paste. It's free.