User Tools

Site Tools


mplayer:mplayer_usage

This is an old revision of the document!


Table of Contents

MPlayer Usage

MPlayer

MEncoder

Encoding an xvid file in 2 pass mode

The following example will encode a file in xvid 2 pass mode with normalized mp3 audio.

mencoder -o /dev/null -ovc xvid -xvidencopts pass=1 -nosound $FILENAME
mencoder -o "$OUTPUT" -ovc xvid -xvidencopts bitrate=$BITRATE:pass=2 \
    -oac mp3lame -lameopts vbr=3:br=112:mode=1 -af volnorm $FILENAME
mplayer/mplayer_usage.1196442020.txt.gz · Last modified: 2007/11/30 18:00 by deva