Converting "MPEG" files to ".avi" format

We can convert MPEG files to .avi format using mencoder (the in-built encoder in MPlayer).


#mencoder -o movie.avi -ovc xvid -xvidencopts pass=1 -oac mp3lame [MPEG filename]
#mencoder -o movie.avi -ovc xvid -xvidencopts pass=2:bitrate=1400 -oac mp3lame [MPEG filename]

Converting ".bin/.cue" files to ".iso" format

The utility to do so is "bchunk"

#bchunk [filename.bin] [filename.cue] filename