Convert VCD to AVI in Linux

Use software called mencoder. Comes with mplayer.

$ mencoder vcd://8 -o enter1.avi -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=2000

You can then use ffmpeg to convert to the format of your choice.