Convert your dvd to avi in one command.
cat *.vob | ffmpeg -i - -ab 192k -ar 48000 -b 1800k -vcodec libxvid -acodec libmp3lame "name goes here.avi"
Convert your dvd to avi in one command.
cat *.vob | ffmpeg -i - -ab 192k -ar 48000 -b 1800k -vcodec libxvid -acodec libmp3lame "name goes here.avi"